summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-04-14Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Blue Swirl12-169/+330
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-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
2012-04-02qdev: give all devices a canonical pathPaolo Bonzini1-3/+13
2012-04-02qdev: add children before qdev_initPaolo Bonzini4-24/+7
2012-04-02qom: add container_getPaolo Bonzini1-6/+2
2012-04-02serial: clear LSR.TEMT when populating the TSRAnthony Liguori1-0/+1
2012-04-02serial: fix retry logicAnthony Liguori1-1/+3
2012-04-01milkymist-vgafb: add missing registerMichael Walle1-1/+4
2012-03-31milkymist-sysctl: support for new core versionMichael Walle1-9/+17
2012-03-31Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Blue Swirl5-54/+78
2012-03-30rtc: split out macros into a header file and use in test caseAnthony Liguori3-35/+63
2012-03-30qtest: IRQ interception infrastructurePaolo Bonzini3-0/+25
2012-03-30pl031: switch clock base to rtc_clockPaolo Bonzini1-12/+26