aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-06mips: Hook in more reg accesses via mttr/mftrEdgar E. Iglesias3-11/+225
2011-09-06mips: Synchronize CP0 TCSTatus, Status and EntryHiEdgar E. Iglesias1-44/+106
2011-09-06mips: Handle TC indexing of other VPEsEdgar E. Iglesias1-105/+161
2011-09-04apb_pci: convert PCI space to memory APIBlue Swirl1-5/+8
2011-09-04fw_cfg: fix crash if FW_CFG_WRITE_CHANNEL is used incorrectlyBlue Swirl1-1/+2
2011-09-03softfloat: Use uint32 consistentlyAndreas Färber2-12/+12
2011-09-03softfloat: Use uint16 consistentlyAndreas Färber2-6/+6
2011-09-03Allow overriding the location of Samba's smbd.Brad4-9/+13
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil36-259/+259
2011-09-03Add new macro QEMU_PACKED for packed C structuresStefan Weil1-0/+6
2011-09-02rename qemu_malloc and related to glib names for coherenceFrediano Ziglio2-7/+7
2011-09-02Fix install(1) usage to be compatible with OpenBSD's install(1).Brad1-3/+3
2011-09-02Rename qemu -> qemu-system-i386Anthony Liguori2-7/+2
2011-09-02main: force enabling of I/O threadAnthony Liguori6-232/+1
2011-09-02trace: fix out-of-tree buildsAnthony Liguori1-1/+1
2011-09-02Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori21-490/+719
2011-09-01Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori4-4/+4
2011-09-01Merge remote-tracking branch 'qemu-kvm-tmp/memory/core' into stagingAnthony Liguori1-1/+1
2011-09-01build: sort objects to remove duplicates for linkStefan Hajnoczi1-1/+1
2011-09-01main: switch qemu_set_fd_handler to g_io_add_watchAnthony Liguori1-1/+56
2011-09-01Add glib support to main loopAnthony Liguori1-0/+74
2011-09-01tcg/ppc/tcg-target.c: Avoid 'set but not used' gcc warningsPeter Maydell1-10/+10
2011-09-01simpletrace: fix process() argument countStefan Hajnoczi1-2/+2
2011-09-01trace: enable all eventsLluís1-324/+324
2011-09-01trace: [stderr] add support for dynamically enabling/disabling eventsLluís7-11/+81
2011-09-01trace: [simple] disable all trace points by defaultLluís3-13/+10
2011-09-01trace: always use the "nop" backend on events with the "disable" keywordLluís2-23/+17
2011-09-01trace: add "-trace events" argument to control initial stateLluís9-13/+92
2011-09-01trace: always compile support for controlling and querying trace event statesLluís3-24/+40
2011-09-01trace: separate trace event control and query routines from the simple backendLluís6-17/+40
2011-09-01trace: generalize the "property" concept in the trace-events fileLluís2-42/+35
2011-09-01trace: avoid conditional code compilation during option parsingLluís9-26/+72
2011-09-01trace: move backend-specific code into the trace/ directoryLluís6-7/+10
2011-09-01trace: [make] replace 'ifeq' with values in CONFIG_TRACE_*Lluís1-7/+5
2011-09-01trace: [configure] rename CONFIG_*_TRACE into CONFIG_TRACE_*Lluís9-21/+31
2011-09-01build: [simple] Include qemu-timer-common.o in trace-obj-yLluís1-1/+1
2011-09-01build: Fix linkage of QEMU_PROGLluís1-1/+1
2011-08-31tusb6010: Convert to qdevPeter Maydell3-80/+94
2011-08-30memory: Fix memory_region_get_ram_ptr for ROM devicesJan Kiszka1-1/+1
2011-08-29Merge branch 'omap-for-upstream' of git://git.linaro.org/people/pmaydell/qemu...Edgar E. Iglesias8-203/+733
2011-08-29Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori30-696/+887
2011-08-29Merge remote-tracking branch 'qemu-kvm/memory/core' into stagingAnthony Liguori2-1/+5
2011-08-29Merge remote-tracking branch 'qemu-kvm/memory/urgent' into stagingAnthony Liguori1-1/+1
2011-08-29Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori6-26/+125
2011-08-29Merge remote-tracking branch 'qmp/queue/monitor' into stagingAnthony Liguori1-1/+1
2011-08-29qemu-img: Require larger zero areas for sparse handlingKevin Wolf3-5/+67
2011-08-29Fix spelling in comments and debug messages (recieve -> receive)Stefan Weil3-3/+3
2011-08-29hw/pci-stub: fix comment typoAlon Levy1-1/+1
2011-08-29memory: fix rom_device I/O modeAvi Kivity1-1/+1
2011-08-28omap_gpmc: Implement prefetch enginePeter Maydell1-10/+247