summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* ich9: Remove enable_tco arguments from init functionsEduardo Habkost2019-11-293-8/+6
* machine: Remove no_tco fieldEduardo Habkost2019-11-291-2/+1
* q35: Remove old machine versionsEduardo Habkost2019-11-291-165/+0
* vring: removePaolo Bonzini2019-11-293-550/+0
* virtio-scsi: do not use vring in dataplanePaolo Bonzini2019-11-292-214/+34
* virtio-blk: do not use vring in dataplanePaolo Bonzini2019-11-293-143/+19
* virtio-blk: fix "disabled data plane" modePaolo Bonzini2019-11-292-13/+10
* virtio: export vring_notify as virtio_should_notifyPaolo Bonzini2019-11-291-2/+2
* virtio: add AioContext-specific function for host notifiersPaolo Bonzini2019-11-291-0/+16
* vring: make vring_enable_notification return voidPaolo Bonzini2019-11-292-3/+3
* pci core: function pci_bus_init() cleanupCao jin2019-11-291-5/+2
* pci core: function pci_host_bus_register() cleanupCao jin2019-11-291-3/+3
* balloon: Use only 'pc-dimm' type dimm for ballooningVladimir Sementsov-Ogievskiy2019-11-291-2/+20
* virtio-balloon: rewrite get_current_ram_size()Vladimir Sementsov-Ogievskiy2019-11-291-17/+6
* spapr: initialize local Error pointerGreg Kurz2019-11-291-1/+1
* hw/ppc/spapr: Implement the h_page_init hypercallThomas Huth2019-11-291-0/+60
* all: Clean up includesPeter Maydell2019-11-291-0/+1
* all: Clean up includesPeter Maydell2019-11-296-9/+0
* move get_current_ram_size to virtio-balloon.cVladimir Sementsov-Ogievskiy2019-11-292-26/+26
* vhost-user: don't merge regions with different fdsMichael S. Tsirkin2019-11-292-0/+27
* bios-linker-loader: document+validate inputMichael S. Tsirkin2019-11-294-8/+91
* ohci: allocate timer only once.Gerd Hoffmann2019-11-291-26/+8
* usb: add pid check at the first of uhci_handle_td()Gonglei2019-11-291-6/+16
* usb: check RNDIS buffer offsets & lengthPrasad J Pandit2019-11-291-3/+6
* usb: check RNDIS message lengthPrasad J Pandit2019-11-291-9/+9
* tusb6010: move from hw/timer to hw/usbPeter Maydell2019-11-293-1/+2
* usb: check USB configuration descriptor objectPrasad J Pandit2019-11-291-1/+2
* etraxfs_dma: Dont forward zero-length payload to clientsEdgar E. Iglesias2019-11-291-5/+8
* vfio/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entriesWei Yang2019-11-291-1/+1
* hw/arm/sysbus-fdt: remove qemu_fdt_setprop returned value checkEric Auger2019-11-291-14/+5
* hw/arm/sysbus-fdt: enable amd-xgbe dynamic instantiationEric Auger2019-11-291-6/+188
* hw/arm/sysbus-fdt: helpers for clock node generationEric Auger2019-11-291-0/+120
* device_tree: qemu_fdt_getprop_cell converted to use the error APIEric Auger2019-11-292-4/+8
* hw/vfio/platform: amd-xgbe deviceEric Auger2019-11-292-0/+56
* vfio/pci: replace 1 with PCI_CAP_LIST_NEXT to make code self-explainWei Yang2019-11-291-4/+4
* pcie_aer: expose pcie_aer_msg() interfaceChen Fan2019-11-291-1/+1
* aer: impove pcie_aer_init to support vfio deviceChen Fan2019-11-294-5/+5
* vfio: make the 4 bytes aligned for capability sizeChen Fan2019-11-291-1/+2
* pcie: modify the capability size assertChen Fan2019-11-291-1/+1
* hw/timer: QOM'ify pxa2xx_timerxiaoqiang.zhao2019-11-291-15/+21
* hw/timer: QOM'ify pl031xiaoqiang.zhao2019-11-291-6/+5
* hw/timer: QOM'ify exynos4210_rtcxiaoqiang.zhao2019-11-291-7/+5
* hw/timer: QOM'ify exynos4210_pwmxiaoqiang.zhao2019-11-291-7/+5
* hw/timer: QOM'ify exynos4210_mctxiaoqiang.zhao2019-11-291-7/+5
* hw/timer: QOM'ify arm_timer (pass 2)xiaoqiang.zhao2019-11-291-1/+1
* hw/timer: QOM'ify arm_timer (pass 1)xiaoqiang.zhao2019-11-291-21/+19
* hw/sd: use guest error logging rather than fprintf to stderrAndrew Baumann2019-11-291-9/+12
* hw/sd: model a power-up delay, as a workaround for an EDK2 bugAndrew Baumann2019-11-291-5/+76
* hw/sd: implement CMD23 (SET_BLOCK_COUNT) for MMC compatibilityAndrew Baumann2019-11-291-0/+37
* hw/sd/pxa2xx_mmci: Add reset functionPeter Maydell2019-11-291-0/+30
OpenPOWER on IntegriCloud