aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-04-15pseries: Fix reset of VIO network deviceDavid Gibson
2012-04-15pseries: Reset vscsi properlyDavid Gibson
2012-04-15pseries: Correctly use the device model reset hooksDavid Gibson
2012-04-15pseries: Remove old hcalls hook stubDavid Gibson
2012-04-15pseries: Remove old debug leftovers from spapr_vscsiDavid Gibson
2012-04-15pseries: Fix RTAS based config accessDavid Gibson
2012-04-15pseries: Consolidate hack for RTAS display-character usageDavid Gibson
2012-04-15pseries: Remove unused fields from VIOsPAPRBus structureDavid Gibson
2012-04-15pseries: Implement RTAS system-reboot callDavid Gibson
2012-04-15pseries: Fix bug with reset of VIO CRQsDavid Gibson
2012-04-15pseries: Clean up hcall_dprintf() debugging messagesDavid Gibson
2012-04-14Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Blue Swirl
2012-04-13Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-04-13hw/arm_gic: Remove stray hardcoded tabPeter Maydell
2012-04-13hw/arm_gic: gic_set_pending_private() is NVIC onlyPeter Maydell
2012-04-13hw/arm_gic: Use NVIC instead of LEGACY_INCLUDED_GIC definePeter Maydell
2012-04-13hw/arm_gic: Make gic_reset a sysbus reset functionPeter Maydell
2012-04-13hw/arm11mpcore: Convert to using sysbus GIC devicePeter Maydell
2012-04-13hw/exynos4210_gic: Convert to using sysbus GICPeter Maydell
2012-04-13hw/realview_gic: switch to sysbus GICPeter Maydell
2012-04-13hw/a9mpcore: Switch to using sysbus GICPeter Maydell
2012-04-13hw/a15mpcore: switch to using sysbus GICPeter Maydell
2012-04-13hw/arm_gic: Make the GIC its own sysbus devicePeter Maydell
2012-04-13hw/arm_gic: Expose PPI inputs as gpio inputsPeter Maydell
2012-04-13hw/arm_gic: Move gic_get_current_cpu into arm_gic.cPeter Maydell
2012-04-13hw/arm_gic: Move NCPU definition to arm_gic.cPeter Maydell
2012-04-13hw/exynos4210_combiner.c: Drop excessive read/write access check.Evgeny Voevodin
2012-04-13ARM: Exynos4210: Drop gic_cpu_write() after initialization.Evgeny Voevodin
2012-04-13Fix bit test in Exynos4210 UART emulation to use & instead of &&Daniel P. Berrange
2012-04-12kvmclock: guest stop notificationEric B Munson
2012-04-12kvm: allow arbitrarily sized mmio ioeventfdMichael S. Tsirkin
2012-04-12ps2: avoid repeated header file includesWanpeng Li
2012-04-11rtl8139: do not assume TxStatus[] and TxAddr[] are adjacentStefan Hajnoczi
2012-04-10Merge commit 'ff71f2e8cacefae99179993204172bc65e4303df' into stagingAnthony Liguori
2012-04-10Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori
2012-04-10Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-04-10petalogix_s3adsp1800: deleted bad FIXME commentPeter A. G. Crosthwaite
2012-04-09qapi: convert device_delLuiz Capitulino
2012-04-09qdev: qdev_unplug(): use error_set()Luiz Capitulino
2012-04-07Replace Qemu by QEMU in commentsStefan Weil
2012-04-05Use DMADirection type for dma_bdrv_ioDavid Gibson
2012-04-05qdev: add blocksize property typeStefan Hajnoczi
2012-04-05ide: Adds wwn=hex qdev optionFloris Bos
2012-04-05ide: Change serial number strncpy() to pstrcpy()Floris Bos
2012-04-05ide: Add "model=s" qdev optionFloris Bos
2012-04-05ide: IDENTIFY word 86 bit 14 is reservedKevin Wolf
2012-04-05aio: move BlockDriverAIOCB to qemu-aio.hPaolo Bonzini
2012-04-04Improve interrupt handling priorityArtyom Tarasenko
2012-04-04Fix vector interrupt handlingArtyom Tarasenko
2012-04-02qdev: put all devices under /machinePaolo Bonzini