summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw: move headers to include/Paolo Bonzini2013-04-08482-16409/+728
* Merge branch 'arm-devs.next' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl2013-04-0612-125/+101
|\
| * hw/nand.c: Fix nand erase operationWendy Liang2013-04-051-0/+1
| * cadence_uart: Flush queued characters on resetPeter Crosthwaite2013-04-051-0/+1
| * pl330: Don't inhibit ES bits on INTENPeter Crosthwaite2013-04-051-2/+1
| * pflash_cfi01: Implement migration supportPeter Maydell2013-04-051-3/+17
| * pflash_cfi01: Drop unused 'bypass' fieldPeter Maydell2013-04-051-8/+2
| * hw/arm_gic_common: Use vmstate struct rather than save/load functionsPeter Maydell2013-04-051-67/+41
| * arm_gic: Fix sizes of state fields in preparation for vmstate supportPeter Maydell2013-04-053-25/+25
| * hw/onenand.c: fix migration of dynamically allocated buffer "otp"Igor Mitsyanko2013-04-051-1/+2
| * hw/sd.c: fix migration of dynamically allocated buffer "buf"Igor Mitsyanko2013-04-051-1/+1
| * hw/arm_mptimer: Save the timer statePeter Maydell2013-04-051-2/+3
| * pl050: Don't send always-constant is_mouse fieldPeter Maydell2013-04-051-3/+2
| * hw/arm/nseries: don't print to stdout or stderrPeter Maydell2013-04-051-13/+5
* | Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2013-04-052-4/+2
|\ \
| * | xilinx_zynq: Cleanup ssi_create_slavePeter Crosthwaite2013-04-051-2/+1
| * | petalogix_ml605_mmu: Cleanup ssi_create_slave()Peter Crosthwaite2013-04-051-2/+1
| |/
* | Merge remote-tracking branch 'sstabellini/xen-2013-04-05' into stagingAnthony Liguori2013-04-053-35/+58
|\ \
| * | Allow xen guests to plug disks of 1 TiB or moreFelipe Franciosi2013-04-051-2/+2
| * | Introduce 64 bit integer write interface to xenstoreFelipe Franciosi2013-04-052-1/+16
| * | Xen PV backend: Disable use of O_DIRECT by default as it results in crashes.Alex Bligh2013-04-051-1/+1
| * | Xen PV backend: Move call to bdrv_new from blk_init to blk_connectAlex Bligh2013-04-051-32/+40
| |/
* | usb-storage: Forward serial number to scsi-diskKevin Wolf2013-04-054-5/+10
|/
* pc_acpi_init(): don't bail as soon as failing to find default DSDTLaszlo Ersek2013-04-041-16/+17
* Introduce IO_APIC_DEFAULT_ADDRESS for 0xfec00000Laszlo Ersek2013-04-041-1/+3
* extract/unify the constant 0xfee00000 as APIC_DEFAULT_ADDRESSLaszlo Ersek2013-04-042-3/+1
* like acpi_table_install(), acpi_table_add() should propagate ErrorsLaszlo Ersek2013-04-043-10/+9
* acpi_table_add(): extract and reimplement internalsLaszlo Ersek2013-04-041-121/+163
* acpi_table_add(): accept QemuOpts and parse it with OptsVisitorLaszlo Ersek2013-04-043-59/+91
* acpi_table_add(): report fatal errors through an internal Error objectLaszlo Ersek2013-04-041-14/+19
* change element type from "char" to "unsigned char" in ACPI table dataLaszlo Ersek2013-04-042-9/+10
* ipoctal232: Convert to use chardev properties directlyHans de Goede2013-04-041-29/+14
* qemu-char: Call fe_claim / fe_release when not using qdev chr propertiesHans de Goede2013-04-047-6/+24
* qemu-char: Add qemu_chr_fe_claim / _release helper functionsHans de Goede2013-04-041-3/+2
* xilinx_axienet: pump events as appropriatePeter Crosthwaite2013-04-041-0/+2
* acpi: initialize s4_val used in s4 shutdownBruce Rogers2013-04-035-5/+6
* VMXNET3: initialize rx_ridx to eliminate compile warningWenchao Xia2013-04-021-1/+1
* qdev: only send deleted event if device was realizedAnthony Liguori2013-04-021-9/+14
* vfio: cleanup includesAlex Williamson2013-04-011-5/+5
* vfio: Add bootindex supportAlex Williamson2013-04-011-0/+5
* vfio-pci: Move devices to D0 on resetAlex Williamson2013-04-011-0/+23
* vfio-pci: Add extra debuggingAlex Williamson2013-04-011-10/+30
* qemu vfio-pci: Graphics device quirksAlex Williamson2013-04-011-2/+718
* qemu vfio-pci: Add support for VGA MMIO and I/O port accessAlex Williamson2013-04-011-0/+169
* vfio-pci: Add PCIe capability mangling based on bus typeAlex Williamson2013-04-011-1/+128
* vfio-pci: Generalize PCI config manglingAlex Williamson2013-04-011-38/+42
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2013-04-013-56/+56
|\
| * hw/tcx: Remove unused 'addr' field and the property that sets itPeter Maydell2013-03-282-3/+0
| * hw/i386/pc: format load_linux functionliguang2013-03-281-53/+56
* | sysbus: Remove sysbus_add_memory and sysbus_del_memoryPeter Maydell2013-04-012-23/+0
OpenPOWER on IntegriCloud