summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * memhp: move memory hotplug only defines to memory_hotplug.cIgor Mammedov2017-01-103-25/+24Star
| * memhp: move GPE handler_E03 into build_memory_hotplug_aml()Igor Mammedov2017-01-103-23/+32
| * memhp: merge build_memory_devices() into build_memory_hotplug_aml()Igor Mammedov2017-01-103-44/+33Star
| * memhp: consolidate scattered MHPD device declarationIgor Mammedov2017-01-102-64/+61Star
| * memhp: move build_memory_devices() into memory_hotplug.cIgor Mammedov2017-01-103-124/+126
| * memhp: move build_memory_hotplug_aml() into memory_hotplug.cIgor Mammedov2017-01-103-263/+248Star
| * tests: pc: add memory hotplug acpi tables testsIgor Mammedov2017-01-105-0/+24
| * virtio-net: Add MTU feature supportMaxime Coquelin2017-01-102-0/+20
| * vhost-net: Notify the backend about the host MTUMaxime Coquelin2017-01-102-0/+20
| * vhost-user: Add MTU protocol feature and opMaxime Coquelin2017-01-103-0/+52
| * net: virtio-net discards TX data after link downYuri Benditovich2017-01-101-0/+26
| * virtio: Introduce virtqueue_drop_all procedureYuri Benditovich2017-01-102-0/+39
| * 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-102-0/+6
| * 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-106-9/+13
| * pcie_aer: Convert pcie_aer_init to ErrorCao jin2017-01-106-16/+16
| * 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-104-6/+36
| * cryptodev: introduce a new is_used propertyGonglei2017-01-103-0/+44
| * virtio-crypto: use the correct length for cipher operationGonglei2017-01-101-1/+1
| * doc/pcie: correct command line examplesCao jin2017-01-101-6/+6
| * memory: handle alias in memory_region_is_iommu()Jason Wang2017-01-101-0/+3
| * memory: handle alias for iommu notifierJason Wang2017-01-101-0/+9
| * acpi: add ATSR for q35Jason Wang2017-01-102-0/+21
| * virtio-pci: address space translation service (ATS) supportJason Wang2017-01-105-0/+31
| * intel_iommu: support device iotlb descriptorJason Wang2017-01-104-7/+107
| * exec: introduce address_space_get_iotlb_entry()Jason Wang2017-01-102-0/+38
| * 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-109-36/+93
| * virtio-crypto: fix possible integer and heap overflowGonglei2017-01-101-2/+2
| * intel_iommu: allow migrationPeter Xu2017-01-102-1/+22
| * migration: allow to prioritize save state entriesPeter Xu2017-01-102-4/+36
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170108' into stagingPeter Maydell2017-01-093-254/+978
|\ \ | |/ |/|
| * translate-all: Avoid -Werror=switch-boolRichard Henderson2017-01-081-1/+1
| * tcg-mips: Adjust qemu_ld/st for mips64Jin Guojie2017-01-061-57/+146
| * tcg-mips: Adjust calling conventions for mips64Jin Guojie2017-01-062-10/+30
| * tcg-mips: Add tcg unwind infoJin Guojie2017-01-061-0/+44
| * tcg-mips: Adjust prologue for mips64Jin Guojie2017-01-061-29/+25Star
| * tcg-mips: Adjust load/store functions for mips64Jin Guojie2017-01-061-3/+11
| * tcg-mips: Adjust move functions for mips64Jin Guojie2017-01-061-9/+25
| * tcg-mips: Add bswap32u and bswap64Jin Guojie2017-01-061-3/+99
| * tcg-mips: Support 64-bit opcodesJin Guojie2017-01-062-10/+353
| * tcg-mips: Add mips64 opcodesJin Guojie2017-01-061-75/+118
| * tcg-mips: Move bswap code to a subroutineJin Guojie2017-01-062-70/+139