aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-27spapr_iommu: Move table allocation to helpersAlexey Kardashevskiy2-20/+40
2016-05-27spapr_iommu: Finish renaming vfio_accel to need_vfioAlexey Kardashevskiy1-1/+1
2016-05-27spapr_pci: Use correct DMA LIOBN when composing the device treeAlexey Kardashevskiy1-1/+1
2016-05-27spapr: ensure device trees are always associated with DRCJianjun Duan2-17/+11
2016-05-27PPC/KVM: early validation of vcpu idGreg Kurz3-0/+16
2016-05-27Added negative check for get_image_size()Zhou Jie1-0/+4
2016-05-27hw/net/spapr_llan: Provide counter with dropped rx frames to the guestThomas Huth1-0/+17
2016-05-27hw/net/spapr_llan: Delay flushing of the RX queue while adding new RX buffersThomas Huth1-3/+25
2016-05-27target-ppc: Cleanups to rldinm, rldnm, rldimiRichard Henderson1-45/+46
2016-05-27target-ppc: Use 32-bit rotate instead of deposit + 64-bit rotateRichard Henderson1-102/+70
2016-05-27target-ppc: Use movcond in iselRichard Henderson1-18/+11
2016-05-27target-ppc: Correct KVM synchronization for ppc_hash64_set_external_hpt()David Gibson1-2/+0
2016-05-26Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160526.1' i...Peter Maydell8-75/+1016
2016-05-26vfio: Check that IOMMU MR translates to system address spaceAlexey Kardashevskiy1-0/+6
2016-05-26memory: Fix IOMMU replay base addressAlexey Kardashevskiy3-7/+10
2016-05-26vfio: Fix 128 bit handling when deleting regionAlexey Kardashevskiy1-6/+11
2016-05-26vfio/pci: Add IGD documentationAlex Williamson1-0/+133
2016-05-26vfio/pci: Add a separate option for IGD OpRegion supportAlex Williamson3-2/+39
2016-05-26vfio/pci: Intel graphics legacy mode assignmentAlex Williamson4-1/+657
2016-05-26vfio/pci: Setup BAR quirks after capabilities probingAlex Williamson1-3/+5
2016-05-26vfio/pci: Consolidate VGA setupAlex Williamson1-23/+26
2016-05-26vfio/pci: Fix return of vfio_populate_vga()Alex Williamson1-29/+26
2016-05-26vfio: Create device specific region info helperAlex Williamson3-2/+40
2016-05-26vfio: Enable sparse mmap capabilityAlex Williamson2-4/+65
2016-05-26Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-2' in...Peter Maydell32-1675/+1281
2016-05-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell34-574/+603
2016-05-26qdev: Start disentangling bus from deviceAndreas Färber4-222/+253
2016-05-26cpu-exec: Fix direct jump to TB spanning pageSergey Fedorov1-0/+9
2016-05-26Merge remote-tracking branch 'remotes/afaerber/tags/maintainers-for-peter' in...Peter Maydell1-5/+3
2016-05-26migration: remove qemu_get_fd method from QEMUFileDaniel P. Berrange2-15/+0
2016-05-26migration: remove support for non-iovec based write handlersDaniel P. Berrange3-45/+8
2016-05-26migration: add support for encrypting data with TLSDaniel P. Berrange8-17/+247
2016-05-26migration: define 'tls-creds' and 'tls-hostname' migration parametersDaniel P. Berrange4-10/+108
2016-05-26migration: don't use an array for storing migrate parametersDaniel P. Berrange3-37/+29
2016-05-26migration: move definition of struct QEMUFile back into qemu-file.cDaniel P. Berrange2-55/+23
2016-05-26migration: delete QEMUFile stdio implementationDaniel P. Berrange3-199/+1
2016-05-26migration: delete QEMUFile sockets implementationDaniel P. Berrange3-326/+1
2016-05-26migration: delete QEMUSizedBuffer structDaniel P. Berrange4-386/+1
2016-05-26migration: delete QEMUFile buffer implementationDaniel P. Berrange2-102/+0
2016-05-26migration: convert savevm to use QIOChannel for writing to filesDaniel P. Berrange3-6/+17
2016-05-26migration: convert RDMA to use QIOChannel interfaceDaniel P. Berrange1-99/+275
2016-05-26migration: convert exec socket protocol to use QIOChannelDaniel P. Berrange4-36/+37
2016-05-26migration: convert fd socket protocol to use QIOChannelDaniel P. Berrange4-52/+35
2016-05-26migration: convert tcp socket protocol to use QIOChannelDaniel P. Berrange3-103/+32
2016-05-26migration: rename unix.c to socket.cDaniel P. Berrange3-26/+37
2016-05-26migration: convert unix socket protocol to use QIOChannelDaniel P. Berrange4-53/+80
2016-05-26migration: convert post-copy to use QIOChannelBufferDaniel P. Berrange4-42/+26
2016-05-26migration: add reporting of errors for outgoing migrationDaniel P. Berrange10-18/+42
2016-05-26migration: add helpers for creating QEMUFile from a QIOChannelDaniel P. Berrange2-0/+27
2016-05-26migration: introduce a new QEMUFile impl based on QIOChannelDaniel P. Berrange3-0/+185