summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* slirp: Fix use after release on tcp_inputJan Kiszka2011-09-281-12/+10
* PPC: use memory API to construct the PCI holeBlue Swirl2011-09-274-7/+26
* Merge remote-tracking branch 'qemu-kvm-tmp/memory/urgent' into stagingAnthony Liguori2011-09-261-1/+1
|\
| * ppc_prep: fix pci config space initializationAvi Kivity2011-09-251-1/+1
* | Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into stagingAnthony Liguori2011-09-2620-122/+232
|\ \
| * | fdc: Convert isabus_fdc_init1 to MemoryRegionRichard Henderson2011-09-251-20/+33
| * | serial: Convert serial_isa_initfn to MemoryRegionRichard Henderson2011-09-251-3/+12
| * | pckbd: Convert to MemoryRegionRichard Henderson2011-09-253-25/+40
| * | i8259: Convert to MemoryRegionRichard Henderson2011-09-251-19/+46
| * | ppc_prep: initialize i8259 after the ISA busAvi Kivity2011-09-251-2/+2
| * | mips_r4k: initialize i8259 after the ISA busAvi Kivity2011-09-251-1/+1
| * | mips_jazz: initialize i8259 after the ISA busAvi Kivity2011-09-251-1/+1
| * | mips_malta: move i8259 initialization after piix4 initializationAvi Kivity2011-09-251-5/+15
| * | i8254: Convert to MemoryRegionRichard Henderson2011-09-251-3/+13
| * | cs4231a: Convert to MemoryRegionRichard Henderson2011-09-251-19/+19
| * | pc: Re-order pc_init1 to initialize the ISA bus before ISA devicesRichard Henderson2011-09-251-10/+12
| * | isa: add isa_register_ioport()Richard Henderson2011-09-252-1/+14
| * | isa: Pass i/o address space to isa_bus_newRichard Henderson2011-09-2510-16/+21
| * | pci: add pci_address_space_io()Richard Henderson2011-09-252-0/+6
| |/
* | Merge remote-tracking branch 'qemu-kvm-tmp/memory/core' into stagingAnthony Liguori2011-09-262-7/+23
|\ \
| * | memory: implement memory_region_set_readonly()Avi Kivity2011-09-252-7/+23
| |/
* | Merge remote-tracking branch 'pmaydell/omap-for-upstream' into stagingAnthony Liguori2011-09-266-190/+249
|\ \
| * | MAINTAINERS: claim maintainership for the OMAP devicesPeter Maydell2011-09-231-0/+5
| * | hw/omap1: Wire up GPIO clockPeter Maydell2011-09-231-0/+1
| * | omap_intc: QdevifyPeter Maydell2011-09-235-163/+220
| * | omap_intc: Use MemoryRegion APIPeter Maydell2011-09-231-34/+30
* | | Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori2011-09-264-220/+579
|\ \ \ | |_|/ |/| |
| * | introduce environment variables for all qemu-user optionsJohannes Schauer2011-09-091-207/+348
| * | linux-user: Implement setxattr/getxattr/removexattr syscallsAn-Cheng Huang2011-09-091-3/+51
| * | linux-user: Verify MIPS syscall argumentsAn-Cheng Huang2011-09-091-5/+17
| * | linux-user: Fix MIPS indirect syscall handlingAn-Cheng Huang2011-09-091-1/+1
| * | linux-user: Exit with an error if we couldn't set up gdbserverPeter Maydell2011-09-091-1/+5
| * | linux-user: Implement new ARM 64 bit cmpxchg kernel helperDr. David Alan Gilbert2011-09-093-3/+148
| * | linux-user: Fix initialization of the heap contents when allocating new pagesCédric VINCENT2011-09-091-0/+9
* | | MAINTAINERS: update maintainer for target-arm and ARM devboardsPeter Maydell2011-09-231-0/+5
* | | Makefile: Remove 'tarbin' targetPeter Maydell2011-09-231-36/+0
* | | qemu-char: use qemu_set_fd_handler/2 consistentlyMarcelo Tosatti2011-09-231-7/+7
* | | adlib: remove write-only variableHervé Poussineau2011-09-231-3/+2
* | | irq: introduce qemu_irq_proxy()Avi Kivity2011-09-232-0/+19
* | | Barriers in qemu-barrier.h should not be x86 specificDavid Gibson2011-09-231-3/+31
* | | virtio: Use global memory barrier macrosDavid Gibson2011-09-231-11/+3
* | | Fix and clean code which tests the gcc versionStefan Weil2011-09-232-21/+1
* | | Move macro QEMU_GNUC_PREREQ to compiler.hStefan Weil2011-09-233-10/+14
* | | pci-devfn: check that device/slot number is within rangeDonald Dutile2011-09-231-0/+2
* | | isapc: give system address space when pci is disabledHervé Poussineau2011-09-231-1/+1
* | | build: fix race with creating qapi-generatedMichael Roth2011-09-231-1/+1
* | | cirrus: Unbreak ISA supportJan Kiszka2011-09-231-2/+2
* | | vga: Unbreak ISA supportJan Kiszka2011-09-231-0/+1
* | | pc: Disable HPET for ISA machineJan Kiszka2011-09-231-0/+1
* | | pc: Unbreak ROM mapping for ISA machineJan Kiszka2011-09-233-8/+15
OpenPOWER on IntegriCloud