summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170110-1' into st...Peter Maydell2017-01-101-0/+10
|\
| * ps2: Fix lost scancodes by recent changesOGAWA Hirofumi2017-01-101-0/+10
* | memhp: move DIMM devices into dedicated scope with related common methodsIgor Mammedov2017-01-101-93/+97
* | memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov2017-01-104-17/+22
* | memhp: move memory hotplug only defines to memory_hotplug.cIgor Mammedov2017-01-101-0/+24
* | memhp: move GPE handler_E03 into build_memory_hotplug_aml()Igor Mammedov2017-01-102-20/+29
* | memhp: merge build_memory_devices() into build_memory_hotplug_aml()Igor Mammedov2017-01-102-42/+33Star
* | memhp: consolidate scattered MHPD device declarationIgor Mammedov2017-01-101-63/+60Star
* | memhp: move build_memory_devices() into memory_hotplug.cIgor Mammedov2017-01-102-124/+124
* | memhp: move build_memory_hotplug_aml() into memory_hotplug.cIgor Mammedov2017-01-103-263/+248Star
* | virtio-net: Add MTU feature supportMaxime Coquelin2017-01-101-0/+19
* | vhost-net: Notify the backend about the host MTUMaxime Coquelin2017-01-101-0/+18
* | vhost-user: Add MTU protocol feature and opMaxime Coquelin2017-01-101-0/+34
* | net: virtio-net discards TX data after link downYuri Benditovich2017-01-101-0/+26
* | virtio: Introduce virtqueue_drop_all procedureYuri Benditovich2017-01-101-0/+38
* | net: vhost stop updates virtio queue stateYuri Benditovich2017-01-101-0/+1
* | net: Add virtio queue interface to update used index from vring stateYuri Benditovich2017-01-101-0/+5
* | balloon: Don't balloon romsDr. David Alan Gilbert2017-01-102-1/+8
* | virtio: fix vq->inuse recalc after migrHalil Pasic2017-01-101-3/+5
* | pcie_aer: support configurable AER capa versionDou Liyang2017-01-105-7/+11
* | pcie_aer: Convert pcie_aer_init to ErrorCao jin2017-01-105-14/+14
* | virtio-crypto: zeroize the key material before freeGonglei2017-01-101-1/+12
* | virtio-crypto-pci: tag virtio-crypto device hot pluggableGonglei2017-01-101-1/+0Star
* | virtio-crypto: avoid one cryptodev device is used by multiple virtio crypto d...Gonglei2017-01-101-1/+15
* | virtio-crypto-pci: add check for cryptodev objectGonglei2017-01-101-0/+5
* | cryptodev: wrap the ready flagGonglei2017-01-101-2/+2
* | cryptodev: introduce a new is_used propertyGonglei2017-01-101-0/+2
* | virtio-crypto: use the correct length for cipher operationGonglei2017-01-101-1/+1
* | acpi: add ATSR for q35Jason Wang2017-01-101-0/+9
* | virtio-pci: address space translation service (ATS) supportJason Wang2017-01-103-0/+26
* | intel_iommu: support device iotlb descriptorJason Wang2017-01-103-7/+106
* | intel_iommu: allocate new key when creating new address spaceJason Wang2017-01-101-2/+3
* | intel_iommu: name vtd address space with devfnJason Wang2017-01-101-1/+3
* | virtio: convert to use DMA apiJason Wang2017-01-106-23/+65
* | virtio-crypto: fix possible integer and heap overflowGonglei2017-01-101-2/+2
* | intel_iommu: allow migrationPeter Xu2017-01-101-1/+21
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2017-01-095-8/+8
|\ \
| * | virtio: avoid using guest_notifier_mask in vhost-user modeWei Huang2016-12-162-3/+3
| * | pci: fix error message for express slotsMichael S. Tsirkin2016-12-161-2/+2
| * | i386: amd_iommu: fix MMIO register count and accessPrasad J Pandit2016-12-162-3/+3
* | | hw/ssi/imx_spi.c: Remove MSGDATA register supportJean-Christophe Dubois2017-01-091-3/+8
* | | m25p80: don't let rogue SPI controllers cause buffer overrunsJean-Christophe Dubois2017-01-091-2/+27
* | | hw/arm/virt-acpi-build: Don't incorrectly claim architectural timer to be edg...Andrew Jones2017-01-091-6/+14
* | | hw/arm/virt: remove VirtGuestInfoAndrew Jones2017-01-092-13/+10Star
* | | hw/arm/virt-acpi-build: don't save VirtGuestInfo on AcpiBuildStateAndrew Jones2017-01-091-4/+1Star
* | | hw/arm/virt-acpi-build: remove redundant members from VirtGuestInfoAndrew Jones2017-01-092-41/+37Star
* | | hw/arm/virt: pass VirtMachineState instead of VirtGuestInfoAndrew Jones2017-01-092-5/+6
* | | hw/arm/virt: move VirtMachineState/Class to virt.hAndrew Jones2017-01-091-44/+7Star
* | | hw/arm/virt: remove include/hw/arm/virt-acpi-build.hAndrew Jones2017-01-092-2/+1Star
* | | hw/arm/virt: eliminate struct VirtGuestInfoStateAndrew Jones2017-01-091-9/+11