aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-04pflash_cfi01/pflash_cfi02: convert to memory APIAvi Kivity
2011-09-04Makefile.hw: allow hw/ files to include glib headersAvi Kivity
2011-09-04piix_pci: wrap memory update in a transactionAvi Kivity
2011-09-04cirrus: wrap memory update in a transactionAvi Kivity
2011-09-04leon3: convert to memory APIAvi Kivity
2011-09-04integratorcp: convert to memory API (RAM/flash only)Avi Kivity
2011-09-04sysbus: add sysbus_add_memory_overlap()Avi Kivity
2011-09-04axis_dev88: convert to memory API (RAM only)Avi Kivity
2011-09-04armv7m: convert to memory APIAvi Kivity
2011-09-04an5206: convert to memory APIAvi Kivity
2011-09-04ReadWriteHandler: removeAvi Kivity
2011-09-04pci_host: convert conf index and data ports to memory APIAvi Kivity
2011-09-04sysbus: add helpers to add and delete memory regions to the system busAvi Kivity
2011-09-04stellaris_enet: convert to memory APIAvi Kivity
2011-09-04mips_fulong2e: convert to memory APIAvi Kivity
2011-09-03softfloat: Use uint32 consistentlyAndreas Färber
2011-09-03softfloat: Use uint16 consistentlyAndreas Färber
2011-09-03Allow overriding the location of Samba's smbd.Brad
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil
2011-09-03Add new macro QEMU_PACKED for packed C structuresStefan Weil
2011-09-02rename qemu_malloc and related to glib names for coherenceFrediano Ziglio
2011-09-02Fix install(1) usage to be compatible with OpenBSD's install(1).Brad
2011-09-02Rename qemu -> qemu-system-i386Anthony Liguori
2011-09-02main: force enabling of I/O threadAnthony Liguori
2011-09-02trace: fix out-of-tree buildsAnthony Liguori
2011-09-02Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori
2011-09-01Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-09-01Merge remote-tracking branch 'qemu-kvm-tmp/memory/core' into stagingAnthony Liguori
2011-09-01build: sort objects to remove duplicates for linkStefan Hajnoczi
2011-09-01main: switch qemu_set_fd_handler to g_io_add_watchAnthony Liguori
2011-09-01Add glib support to main loopAnthony Liguori
2011-09-01tcg/ppc/tcg-target.c: Avoid 'set but not used' gcc warningsPeter Maydell
2011-09-01simpletrace: fix process() argument countStefan Hajnoczi
2011-09-01trace: enable all eventsLluís
2011-09-01trace: [stderr] add support for dynamically enabling/disabling eventsLluís
2011-09-01trace: [simple] disable all trace points by defaultLluís
2011-09-01trace: always use the "nop" backend on events with the "disable" keywordLluís
2011-09-01trace: add "-trace events" argument to control initial stateLluís
2011-09-01trace: always compile support for controlling and querying trace event statesLluís
2011-09-01trace: separate trace event control and query routines from the simple backendLluís
2011-09-01trace: generalize the "property" concept in the trace-events fileLluís
2011-09-01trace: avoid conditional code compilation during option parsingLluís
2011-09-01trace: move backend-specific code into the trace/ directoryLluís
2011-09-01trace: [make] replace 'ifeq' with values in CONFIG_TRACE_*Lluís
2011-09-01trace: [configure] rename CONFIG_*_TRACE into CONFIG_TRACE_*Lluís
2011-09-01build: [simple] Include qemu-timer-common.o in trace-obj-yLluís
2011-09-01build: Fix linkage of QEMU_PROGLluís
2011-08-31tusb6010: Convert to qdevPeter Maydell
2011-08-30memory: Fix memory_region_get_ram_ptr for ROM devicesJan Kiszka
2011-08-29Merge branch 'omap-for-upstream' of git://git.linaro.org/people/pmaydell/qemu...Edgar E. Iglesias