summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-02-25vring: removePaolo Bonzini3-550/+0
2016-02-25virtio-scsi: do not use vring in dataplanePaolo Bonzini2-214/+34
2016-02-25virtio-blk: do not use vring in dataplanePaolo Bonzini3-143/+19
2016-02-25virtio-blk: fix "disabled data plane" modePaolo Bonzini2-13/+10
2016-02-25virtio: export vring_notify as virtio_should_notifyPaolo Bonzini1-2/+2
2016-02-25virtio: add AioContext-specific function for host notifiersPaolo Bonzini1-0/+16
2016-02-25vring: make vring_enable_notification return voidPaolo Bonzini2-3/+3
2016-02-25pci core: function pci_bus_init() cleanupCao jin1-5/+2
2016-02-25pci core: function pci_host_bus_register() cleanupCao jin1-3/+3
2016-02-25balloon: Use only 'pc-dimm' type dimm for ballooningVladimir Sementsov-Ogievskiy1-2/+20
2016-02-25virtio-balloon: rewrite get_current_ram_size()Vladimir Sementsov-Ogievskiy1-17/+6
2016-02-23move get_current_ram_size to virtio-balloon.cVladimir Sementsov-Ogievskiy2-26/+26
2016-02-23vhost-user: don't merge regions with different fdsMichael S. Tsirkin2-0/+27
2016-02-23bios-linker-loader: document+validate inputMichael S. Tsirkin4-8/+91
2016-02-20etraxfs_dma: Dont forward zero-length payload to clientsEdgar E. Iglesias1-5/+8
2016-02-19vfio/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entriesWei Yang1-1/+1
2016-02-19hw/arm/sysbus-fdt: remove qemu_fdt_setprop returned value checkEric Auger1-14/+5
2016-02-19hw/arm/sysbus-fdt: enable amd-xgbe dynamic instantiationEric Auger1-6/+188
2016-02-19hw/arm/sysbus-fdt: helpers for clock node generationEric Auger1-0/+120
2016-02-19device_tree: qemu_fdt_getprop_cell converted to use the error APIEric Auger2-4/+8
2016-02-19hw/vfio/platform: amd-xgbe deviceEric Auger2-0/+56
2016-02-19vfio/pci: replace 1 with PCI_CAP_LIST_NEXT to make code self-explainWei Yang1-4/+4
2016-02-19pcie_aer: expose pcie_aer_msg() interfaceChen Fan1-1/+1
2016-02-19aer: impove pcie_aer_init to support vfio deviceChen Fan4-5/+5
2016-02-19vfio: make the 4 bytes aligned for capability sizeChen Fan1-1/+2
2016-02-19pcie: modify the capability size assertChen Fan1-1/+1
2016-02-19Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell14-85/+137
2016-02-18hw/timer: QOM'ify pxa2xx_timerxiaoqiang.zhao1-15/+21
2016-02-18hw/timer: QOM'ify pl031xiaoqiang.zhao1-6/+5
2016-02-18hw/timer: QOM'ify exynos4210_rtcxiaoqiang.zhao1-7/+5
2016-02-18hw/timer: QOM'ify exynos4210_pwmxiaoqiang.zhao1-7/+5
2016-02-18hw/timer: QOM'ify exynos4210_mctxiaoqiang.zhao1-7/+5
2016-02-18hw/timer: QOM'ify arm_timer (pass 2)xiaoqiang.zhao1-1/+1
2016-02-18hw/timer: QOM'ify arm_timer (pass 1)xiaoqiang.zhao1-21/+19
2016-02-18hw/sd: use guest error logging rather than fprintf to stderrAndrew Baumann1-9/+12
2016-02-18hw/sd: model a power-up delay, as a workaround for an EDK2 bugAndrew Baumann1-5/+76
2016-02-18hw/sd: implement CMD23 (SET_BLOCK_COUNT) for MMC compatibilityAndrew Baumann1-0/+37
2016-02-18hw/sd/pxa2xx_mmci: Add reset functionPeter Maydell1-0/+30
2016-02-18hw/sd/pxa2xx_mmci: Convert to VMStateDescriptionPeter Maydell1-92/+64
2016-02-18hw/sd/pxa2xx_mmci: Update to use new SDBus APIsPeter Maydell1-14/+66
2016-02-18hw/sd/pxa2xx_mmci: convert to SysBusDevice objectPeter Maydell1-16/+54
2016-02-18sdhci_sysbus: Create SD card device in users, not the device itselfPeter Maydell4-26/+45
2016-02-18hw/sd/sdhci.c: Update to use SDBus APIsPeter Maydell1-29/+68
2016-02-18hw/sd: Add QOM bus which SD cards plug in toPeter Maydell3-5/+190
2016-02-18hw/sd/sd.c: Convert sd_reset() function into Device reset methodPeter Maydell1-5/+5
2016-02-18hw/sd/sd.c: QOMifyPeter Maydell1-22/+77
2016-02-18hw/sd/sdhci.c: Remove x-drive propertyPeter Maydell1-6/+0
2016-02-18ARM: PL061: Cleaning field of PL061 device stateWei Huang1-4/+2
2016-02-18ARM: PL061: Clear PL061 device state after resetWei Huang1-4/+27
2016-02-18vhost-user interrupt management fixesVictor Kaplansky4-8/+31