aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2019-01-21ftgmac100: implement the new MDIO interface on Aspeed SoCCédric Le Goater1-12/+68
2019-01-21hw/arm/virt-acpi-build: Set COHACC override flag in IORT SMMUv3 nodeEric Auger1-0/+1
2019-01-21hw/char/stm32f2xx_usart: Do not update data register when device is disabledPhilippe Mathieu-Daudé1-2/+1
2019-01-18Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190118' into stagingPeter Maydell4-25/+200
2019-01-18s390x/pci: add common function measurement blockYi Min Zhao4-4/+163
2019-01-18s390x/pci: Ignore the unplug call if we already have a release_timerDavid Hildenbrand1-0/+3
2019-01-18s390x/pci: Always delete and free the release_timerDavid Hildenbrand1-1/+1
2019-01-18s390x/pci: Move some hotplug checks to the pre_plug handlerDavid Hildenbrand1-16/+25
2019-01-18s390x/pci: Use hotplug_dev instead of looking up the host bridgeDavid Hildenbrand1-2/+2
2019-01-18s390x/pci: Set the iommu region size mpcifc requestPierre Morel1-1/+1
2019-01-18s390x/pci: Send correct event on hotplugDavid Hildenbrand1-1/+1
2019-01-18s390: avoid potential null dereference in s390_pcihost_unplug()Li Qiang1-0/+4
2019-01-17hw/acpi: Use QEMU_NONSTRING for non NUL-terminated arraysPhilippe Mathieu-Daudé1-4/+8
2019-01-17hw: acpi: Fix memory hotplug AML generation errorYang Zhong1-5/+5
2019-01-17tpm: clear RAM when "memory overwrite" requestedMarc-André Lureau5-0/+41
2019-01-17acpi: add ACPI memory clear interfaceMarc-André Lureau1-0/+55
2019-01-17acpi: build TPM Physical Presence interfaceStefan Berger3-3/+414
2019-01-17acpi: expose TPM/PPI configuration parameters to firmware via fw_cfgStefan Berger1-0/+19
2019-01-17tpm: allocate/map buffer for TPM Physical Presence interfaceStefan Berger5-0/+82
2019-01-17tpm: add a "ppi" boolean propertyMarc-André Lureau3-0/+8
2019-01-17hw/misc/edu: add msi_uninit() for pci_edu_uninit()Fei Li1-0/+1
2019-01-17virtio: Make disable-legacy/disable-modern compat properties optionalEduardo Habkost1-2/+3
2019-01-17virtio: split virtio crypto bits from virtio-pci.hJuan Quintela2-14/+14
2019-01-17virtio: split virtio gpu bits from virtio-pci.hJuan Quintela3-14/+15
2019-01-17virtio: split virtio serial bits from virtio-pciJuan Quintela4-93/+116
2019-01-17virtio: split virtio net bits from virtio-pciJuan Quintela4-73/+99
2019-01-17virtio: split virtio blk bits from virtio-pciJuan Quintela4-75/+101
2019-01-17virtio: split virtio scsi bits from virtio-pciJuan Quintela4-85/+108
2019-01-17virtio: split vhost scsi bits from virtio-pciJuan Quintela4-80/+98
2019-01-17virtio: split vhost user scsi bits from virtio-pciJuan Quintela4-71/+104
2019-01-17virtio: split vhost user blk bits from virtio-pciJuan Quintela4-80/+104
2019-01-17virtio: split virtio 9p bits from virtio-pciJuan Quintela4-74/+89
2019-01-17virtio: split virtio balloon bits from virtio-pciJuan Quintela4-74/+97
2019-01-17virtio: split virtio rng bits from virtio-pciJuan Quintela4-68/+89
2019-01-17virtio: split virtio input bits from virtio-pciJuan Quintela4-135/+158
2019-01-17virtio: split virtio input host bits from virtio-pciJuan Quintela4-37/+49
2019-01-17virtio: split vhost vsock bits from virtio-pciJuan Quintela4-71/+89
2019-01-17virtio-net: changed VIRTIO_NET_F_RSC_EXT to be 61Yuri Benditovich1-1/+1
2019-01-17virtio-net: support RSC v4/v6 tcp traffic for Windows HCKYuri Benditovich1-1/+666
2019-01-14vhost-user: fix ioeventfd_enabledLi Qiang1-1/+1
2019-01-14qemu: avoid memory leak while remove diskJian Wang3-4/+9
2019-01-14hw/misc/ivshmem: Remove deprecated "ivshmem" legacy deviceThomas Huth2-206/+5
2019-01-14msix: make pba size math more uniformDongli Zhang1-1/+1
2019-01-14pci/pcie: stop plug/unplug if the slot is lockedDavid Hildenbrand2-8/+18
2019-01-14Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell1-0/+10
2019-01-14target/i386: Disable MPX support on named CPU modelsPaolo Bonzini1-0/+7
2019-01-14target-i386: Reenable RDTSCP support on Opteron_G[345] CPU models CPU modelsBorislav Petkov1-0/+3
2019-01-14xen-block: avoid repeated memory allocationTim Smith1-5/+9
2019-01-14xen-block: improve response latencyTim Smith1-38/+18
2019-01-14xen-block: improve batching behaviourTim Smith1-0/+35