summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-10memhp: move DIMM devices into dedicated scope with related common methodsIgor Mammedov1-93/+97
2017-01-10memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov6-20/+23
2017-01-10memhp: move memory hotplug only defines to memory_hotplug.cIgor Mammedov3-25/+24
2017-01-10memhp: move GPE handler_E03 into build_memory_hotplug_aml()Igor Mammedov3-23/+32
2017-01-10memhp: merge build_memory_devices() into build_memory_hotplug_aml()Igor Mammedov3-44/+33
2017-01-10memhp: consolidate scattered MHPD device declarationIgor Mammedov2-64/+61
2017-01-10memhp: move build_memory_devices() into memory_hotplug.cIgor Mammedov3-124/+126
2017-01-10memhp: move build_memory_hotplug_aml() into memory_hotplug.cIgor Mammedov3-263/+248
2017-01-10tests: pc: add memory hotplug acpi tables testsIgor Mammedov5-0/+24
2017-01-10virtio-net: Add MTU feature supportMaxime Coquelin2-0/+20
2017-01-10vhost-net: Notify the backend about the host MTUMaxime Coquelin2-0/+20
2017-01-10vhost-user: Add MTU protocol feature and opMaxime Coquelin3-0/+52
2017-01-10net: virtio-net discards TX data after link downYuri Benditovich1-0/+26
2017-01-10virtio: Introduce virtqueue_drop_all procedureYuri Benditovich2-0/+39
2017-01-10net: vhost stop updates virtio queue stateYuri Benditovich1-0/+1
2017-01-10net: Add virtio queue interface to update used index from vring stateYuri Benditovich2-0/+6
2017-01-10balloon: Don't balloon romsDr. David Alan Gilbert2-1/+8
2017-01-10virtio: fix vq->inuse recalc after migrHalil Pasic1-3/+5
2017-01-10pcie_aer: support configurable AER capa versionDou Liyang6-9/+13
2017-01-10pcie_aer: Convert pcie_aer_init to ErrorCao jin6-16/+16
2017-01-10virtio-crypto: zeroize the key material before freeGonglei1-1/+12
2017-01-10virtio-crypto-pci: tag virtio-crypto device hot pluggableGonglei1-1/+0
2017-01-10virtio-crypto: avoid one cryptodev device is used by multiple virtio crypto d...Gonglei1-1/+15
2017-01-10virtio-crypto-pci: add check for cryptodev objectGonglei1-0/+5
2017-01-10cryptodev: wrap the ready flagGonglei4-6/+36
2017-01-10cryptodev: introduce a new is_used propertyGonglei3-0/+44
2017-01-10virtio-crypto: use the correct length for cipher operationGonglei1-1/+1
2017-01-10doc/pcie: correct command line examplesCao jin1-6/+6
2017-01-10memory: handle alias in memory_region_is_iommu()Jason Wang1-0/+3
2017-01-10memory: handle alias for iommu notifierJason Wang1-0/+9
2017-01-10acpi: add ATSR for q35Jason Wang2-0/+21
2017-01-10virtio-pci: address space translation service (ATS) supportJason Wang5-0/+31
2017-01-10intel_iommu: support device iotlb descriptorJason Wang4-7/+107
2017-01-10exec: introduce address_space_get_iotlb_entry()Jason Wang2-0/+38
2017-01-10intel_iommu: allocate new key when creating new address spaceJason Wang1-2/+3
2017-01-10intel_iommu: name vtd address space with devfnJason Wang1-1/+3
2017-01-10virtio: convert to use DMA apiJason Wang9-36/+93
2017-01-10virtio-crypto: fix possible integer and heap overflowGonglei1-2/+2
2017-01-10intel_iommu: allow migrationPeter Xu2-1/+22
2017-01-10migration: allow to prioritize save state entriesPeter Xu2-4/+36
2017-01-09Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170108' into stagingPeter Maydell3-254/+978
2017-01-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell12-964/+2175
2017-01-09Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell16-369/+392
2017-01-09block: Rename raw-{posix,win32} to file-*.cEric Blake8-10/+10
2017-01-09block: Rename raw_bsd to raw-format.cEric Blake3-3/+3
2017-01-09blkverify: Implement bdrv_co_preadv/pwritev/flushKevin Wolf2-109/+100
2017-01-09blkdebug: Implement bdrv_co_preadv/pwritev/flushKevin Wolf1-46/+40
2017-01-09quorum: Clean up quorum_aio_get()Kevin Wolf1-13/+10
2017-01-09quorum: Inline quorum_fifo_aio_cb()Kevin Wolf1-29/+13
2017-01-09quorum: Implement .bdrv_co_preadv/pwritev()Kevin Wolf1-43/+38