aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-23Makefile: Remove 'tarbin' targetPeter Maydell
2011-09-23qemu-char: use qemu_set_fd_handler/2 consistentlyMarcelo Tosatti
2011-09-23adlib: remove write-only variableHervé Poussineau
2011-09-23irq: introduce qemu_irq_proxy()Avi Kivity
2011-09-23Barriers in qemu-barrier.h should not be x86 specificDavid Gibson
2011-09-23virtio: Use global memory barrier macrosDavid Gibson
2011-09-23Fix and clean code which tests the gcc versionStefan Weil
2011-09-23Move macro QEMU_GNUC_PREREQ to compiler.hStefan Weil
2011-09-23pci-devfn: check that device/slot number is within rangeDonald Dutile
2011-09-23isapc: give system address space when pci is disabledHervé Poussineau
2011-09-23build: fix race with creating qapi-generatedMichael Roth
2011-09-23cirrus: Unbreak ISA supportJan Kiszka
2011-09-23vga: Unbreak ISA supportJan Kiszka
2011-09-23pc: Disable HPET for ISA machineJan Kiszka
2011-09-23pc: Unbreak ROM mapping for ISA machineJan Kiszka
2011-09-23e1000: Don't set the Capabilities List bitdann frazier
2011-09-23core: remove qemu_service_ioFrediano Ziglio
2011-09-23MAINTAINERS: claim maintainership for the OMAP devicesPeter Maydell
2011-09-23hw/omap1: Wire up GPIO clockPeter Maydell
2011-09-23omap_intc: QdevifyPeter Maydell
2011-09-23omap_intc: Use MemoryRegion APIPeter Maydell
2011-09-23hw/omap_gpmc: Modify correct field when writing IRQSTATUS registerPeter Maydell
2011-09-23hw/omap_gpmc: Add comment about FIFOTHRESHOLDSTATUS bitPeter Maydell
2011-09-22hw/9pfs: Add handle based fs driverAneesh Kumar K.V
2011-09-22hw/9pfs: Implement TFLUSH operationAneesh Kumar K.V
2011-09-22hw/9pfs: Avoid unnecessary get_fid in v9fs_clunkAneesh Kumar K.V
2011-09-22hw/9pfs: Add fs driver specific details to fscontextAneesh Kumar K.V
2011-09-22hw/9pfs: Add init callback to fs driverAneesh Kumar K.V
2011-09-22hw/9pfs: Move fid pathname tracking to seperate data type.Aneesh Kumar K.V
2011-09-22hw/9pfs: Use read-write lock for protecting fid path.Aneesh Kumar K.V
2011-09-22hw/9pfs: Make v9fs_string* functions non-staticAneesh Kumar K.V
2011-09-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-09-22Merge remote-tracking branch 'qemu-kvm-tmp/memory/core' into stagingAnthony Liguori
2011-09-22Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori
2011-09-22Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-09-22Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into stagingAnthony Liguori
2011-09-21block/curl: Don't finish AIOCBs too earlyNick Thomas
2011-09-21block/curl: Implement a flush function on the fd handlersNick Thomas
2011-09-21ahci: add port I/O index-data pairDaniel Verkamp
2011-09-21trace: Update docs to use example events that existLluís Vilanova
2011-09-21trace: use binary file open mode in simpletraceStefan Hajnoczi
2011-09-21trace: portable simple trace backend using glibStefan Hajnoczi
2011-09-21MAINTAINERS: add tracing subsystemStefan Hajnoczi
2011-09-21trace: allow trace events with string argumentsStefan Hajnoczi
2011-09-21use qemu_* ctype functionsChristoph Egger
2011-09-21Remove qemu_host_page_bitsStefan Weil
2011-09-21Abort on thread layer errorsJan Kiszka
2011-09-21Silence make if nothing is to do for libcacardJan Kiszka
2011-09-21Drop unneeded pthread.h inclusionsJan Kiszka
2011-09-21fix compilation with stderr trace backendPaolo Bonzini