aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-25mips_jazz: initialize i8259 after the ISA busAvi Kivity1-1/+1
2011-09-25mips_malta: move i8259 initialization after piix4 initializationAvi Kivity1-5/+15
2011-09-25i8254: Convert to MemoryRegionRichard Henderson1-3/+13
2011-09-25cs4231a: Convert to MemoryRegionRichard Henderson1-19/+19
2011-09-25pc: Re-order pc_init1 to initialize the ISA bus before ISA devicesRichard Henderson1-10/+12
2011-09-25isa: add isa_register_ioport()Richard Henderson2-1/+14
2011-09-25isa: Pass i/o address space to isa_bus_newRichard Henderson10-16/+21
2011-09-25pci: add pci_address_space_io()Richard Henderson2-0/+6
2011-09-23MAINTAINERS: update maintainer for target-arm and ARM devboardsPeter Maydell1-0/+5
2011-09-23Makefile: Remove 'tarbin' targetPeter Maydell1-36/+0
2011-09-23qemu-char: use qemu_set_fd_handler/2 consistentlyMarcelo Tosatti1-7/+7
2011-09-23adlib: remove write-only variableHervé Poussineau1-3/+2
2011-09-23irq: introduce qemu_irq_proxy()Avi Kivity2-0/+19
2011-09-23Barriers in qemu-barrier.h should not be x86 specificDavid Gibson1-3/+31
2011-09-23virtio: Use global memory barrier macrosDavid Gibson1-11/+3
2011-09-23Fix and clean code which tests the gcc versionStefan Weil2-21/+1
2011-09-23Move macro QEMU_GNUC_PREREQ to compiler.hStefan Weil3-10/+14
2011-09-23pci-devfn: check that device/slot number is within rangeDonald Dutile1-0/+2
2011-09-23isapc: give system address space when pci is disabledHervé Poussineau1-1/+1
2011-09-23build: fix race with creating qapi-generatedMichael Roth1-1/+1
2011-09-23cirrus: Unbreak ISA supportJan Kiszka1-2/+2
2011-09-23vga: Unbreak ISA supportJan Kiszka1-0/+1
2011-09-23pc: Disable HPET for ISA machineJan Kiszka1-0/+1
2011-09-23pc: Unbreak ROM mapping for ISA machineJan Kiszka3-8/+15
2011-09-23e1000: Don't set the Capabilities List bitdann frazier1-2/+0
2011-09-23core: remove qemu_service_ioFrediano Ziglio4-13/+1
2011-09-23hw/omap_gpmc: Modify correct field when writing IRQSTATUS registerPeter Maydell1-1/+1
2011-09-23hw/omap_gpmc: Add comment about FIFOTHRESHOLDSTATUS bitPeter Maydell1-0/+7
2011-09-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori6-27/+148
2011-09-22Merge remote-tracking branch 'qemu-kvm-tmp/memory/core' into stagingAnthony Liguori1-5/+8
2011-09-22Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori3-39/+67
2011-09-22Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori14-27/+9
2011-09-22Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into stagingAnthony Liguori12-655/+705
2011-09-21block/curl: Don't finish AIOCBs too earlyNick Thomas1-19/+49
2011-09-21block/curl: Implement a flush function on the fd handlersNick Thomas1-4/+22
2011-09-21ahci: add port I/O index-data pairDaniel Verkamp4-3/+76
2011-09-21trace: Update docs to use example events that existLluís Vilanova1-7/+9
2011-09-21trace: use binary file open mode in simpletraceStefan Hajnoczi1-1/+1
2011-09-21trace: portable simple trace backend using glibStefan Hajnoczi1-26/+48
2011-09-21MAINTAINERS: add tracing subsystemStefan Hajnoczi1-0/+6
2011-09-21trace: allow trace events with string argumentsStefan Hajnoczi1-5/+3
2011-09-21use qemu_* ctype functionsChristoph Egger2-2/+2
2011-09-21Remove qemu_host_page_bitsStefan Weil2-5/+0
2011-09-21Abort on thread layer errorsJan Kiszka2-2/+2
2011-09-21Silence make if nothing is to do for libcacardJan Kiszka1-0/+2
2011-09-21Drop unneeded pthread.h inclusionsJan Kiszka3-5/+0
2011-09-21fix compilation with stderr trace backendPaolo Bonzini1-1/+1
2011-09-21configure: Make missing pkg-config an error rather than a warningPeter Maydell1-2/+2
2011-09-21target-i386: Remove data type CCTableStefan Weil2-10/+0
2011-09-21nbd: fix non-Linux build failurePaolo Bonzini1-1/+1