aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-04-15acpi_piix4: Fix PCI hotplug raceAlex Williamson1-21/+53
2012-04-15acpi_piix4: Disallow write to up/down PCI hotplug registersAlex Williamson1-30/+14
2012-04-14Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Blue Swirl12-169/+330
2012-04-13xen: handle backend deletion from xenstoreStefano Stabellini2-8/+13
2012-04-13Xen: Add xen-apic support and hook it up.Wei Liu2-0/+98
2012-04-13Xen: basic HVM MSI injection support.Wei Liu1-0/+1
2012-04-13Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-0/+29
2012-04-13hw/arm_gic: Remove stray hardcoded tabPeter Maydell1-1/+1
2012-04-13hw/arm_gic: gic_set_pending_private() is NVIC onlyPeter Maydell1-2/+3
2012-04-13hw/arm_gic: Use NVIC instead of LEGACY_INCLUDED_GIC definePeter Maydell2-4/+10
2012-04-13hw/arm_gic: Make gic_reset a sysbus reset functionPeter Maydell2-2/+19
2012-04-13hw/arm11mpcore: Convert to using sysbus GIC devicePeter Maydell1-19/+30
2012-04-13hw/exynos4210_gic: Convert to using sysbus GICPeter Maydell1-8/+24
2012-04-13hw/realview_gic: switch to sysbus GICPeter Maydell1-12/+26
2012-04-13hw/a9mpcore: Switch to using sysbus GICPeter Maydell1-25/+35
2012-04-13hw/a15mpcore: switch to using sysbus GICPeter Maydell1-9/+26
2012-04-13hw/arm_gic: Make the GIC its own sysbus devicePeter Maydell7-1/+57
2012-04-13hw/arm_gic: Expose PPI inputs as gpio inputsPeter Maydell1-9/+40
2012-04-13hw/arm_gic: Move gic_get_current_cpu into arm_gic.cPeter Maydell7-48/+15
2012-04-13hw/arm_gic: Move NCPU definition to arm_gic.cPeter Maydell7-26/+19
2012-04-13hw/exynos4210_combiner.c: Drop excessive read/write access check.Evgeny Voevodin1-10/+0
2012-04-13ARM: Exynos4210: Drop gic_cpu_write() after initialization.Evgeny Voevodin4-2/+34
2012-04-13Fix bit test in Exynos4210 UART emulation to use & instead of &&Daniel P. Berrange1-3/+3
2012-04-12kvmclock: guest stop notificationEric B Munson1-0/+16
2012-04-12kvm: allow arbitrarily sized mmio ioeventfdMichael S. Tsirkin1-4/+4
2012-04-12ps2: avoid repeated header file includesWanpeng Li1-0/+29
2012-04-11rtl8139: do not assume TxStatus[] and TxAddr[] are adjacentStefan Hajnoczi1-11/+15
2012-04-11virtio-pci: change virtio balloon PCI class codeDavid Gibson2-1/+12
2012-04-11ivshmem: add missing msix callsMichael S. Tsirkin1-15/+33
2012-04-11vhost: readd assert statementMichael S. Tsirkin1-0/+1
2012-04-11vhost: Fix size of dirty log sync on resizeAlex Williamson1-4/+5
2012-04-11pc: reduce duplication in compat machine typesMichael S. Tsirkin1-215/+73
2012-04-11piix_pci: fix typo in i400FX chipset init codeAlexey Korolev1-1/+1
2012-04-10Merge commit 'ff71f2e8cacefae99179993204172bc65e4303df' into stagingAnthony Liguori15-149/+1048
2012-04-10Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori6-15/+31
2012-04-10Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori7-18/+109
2012-04-10petalogix_s3adsp1800: deleted bad FIXME commentPeter A. G. Crosthwaite1-1/+0
2012-04-09qapi: convert device_delLuiz Capitulino1-13/+5
2012-04-09qdev: qdev_unplug(): use error_set()Luiz Capitulino6-11/+35
2012-04-07Replace Qemu by QEMU in commentsStefan Weil6-11/+11
2012-04-05Use DMADirection type for dma_bdrv_ioDavid Gibson2-2/+4
2012-04-05qdev: add blocksize property typeStefan Hajnoczi2-0/+49
2012-04-05ide: Adds wwn=hex qdev optionFloris Bos3-8/+29
2012-04-05ide: Change serial number strncpy() to pstrcpy()Floris Bos1-1/+1
2012-04-05ide: Add "model=s" qdev optionFloris Bos3-8/+29
2012-04-05ide: IDENTIFY word 86 bit 14 is reservedKevin Wolf1-1/+1
2012-04-05aio: move BlockDriverAIOCB to qemu-aio.hPaolo Bonzini2-2/+0
2012-04-04Improve interrupt handling priorityArtyom Tarasenko1-1/+6
2012-04-04Fix vector interrupt handlingArtyom Tarasenko1-13/+16
2012-04-02qdev: put all devices under /machinePaolo Bonzini5-5/+18