aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-27hw/net/spapr_llan: Provide counter with dropped rx frames to the guestThomas Huth
2016-05-27hw/net/spapr_llan: Delay flushing of the RX queue while adding new RX buffersThomas Huth
2016-05-27target-ppc: Cleanups to rldinm, rldnm, rldimiRichard Henderson
2016-05-27target-ppc: Use 32-bit rotate instead of deposit + 64-bit rotateRichard Henderson
2016-05-27target-ppc: Use movcond in iselRichard Henderson
2016-05-27target-ppc: Correct KVM synchronization for ppc_hash64_set_external_hpt()David Gibson
2016-05-26Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160526.1' i...Peter Maydell
2016-05-26vfio: Check that IOMMU MR translates to system address spaceAlexey Kardashevskiy
2016-05-26memory: Fix IOMMU replay base addressAlexey Kardashevskiy
2016-05-26vfio: Fix 128 bit handling when deleting regionAlexey Kardashevskiy
2016-05-26vfio/pci: Add IGD documentationAlex Williamson
2016-05-26vfio/pci: Add a separate option for IGD OpRegion supportAlex Williamson
2016-05-26vfio/pci: Intel graphics legacy mode assignmentAlex Williamson
2016-05-26vfio/pci: Setup BAR quirks after capabilities probingAlex Williamson
2016-05-26vfio/pci: Consolidate VGA setupAlex Williamson
2016-05-26vfio/pci: Fix return of vfio_populate_vga()Alex Williamson
2016-05-26vfio: Create device specific region info helperAlex Williamson
2016-05-26vfio: Enable sparse mmap capabilityAlex Williamson
2016-05-26Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-2' in...Peter Maydell
2016-05-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-05-26qdev: Start disentangling bus from deviceAndreas Färber
2016-05-26cpu-exec: Fix direct jump to TB spanning pageSergey Fedorov
2016-05-26Merge remote-tracking branch 'remotes/afaerber/tags/maintainers-for-peter' in...Peter Maydell
2016-05-26migration: remove qemu_get_fd method from QEMUFileDaniel P. Berrange
2016-05-26migration: remove support for non-iovec based write handlersDaniel P. Berrange
2016-05-26migration: add support for encrypting data with TLSDaniel P. Berrange
2016-05-26migration: define 'tls-creds' and 'tls-hostname' migration parametersDaniel P. Berrange
2016-05-26migration: don't use an array for storing migrate parametersDaniel P. Berrange
2016-05-26migration: move definition of struct QEMUFile back into qemu-file.cDaniel P. Berrange
2016-05-26migration: delete QEMUFile stdio implementationDaniel P. Berrange
2016-05-26migration: delete QEMUFile sockets implementationDaniel P. Berrange
2016-05-26migration: delete QEMUSizedBuffer structDaniel P. Berrange
2016-05-26migration: delete QEMUFile buffer implementationDaniel P. Berrange
2016-05-26migration: convert savevm to use QIOChannel for writing to filesDaniel P. Berrange
2016-05-26migration: convert RDMA to use QIOChannel interfaceDaniel P. Berrange
2016-05-26migration: convert exec socket protocol to use QIOChannelDaniel P. Berrange
2016-05-26migration: convert fd socket protocol to use QIOChannelDaniel P. Berrange
2016-05-26migration: convert tcp socket protocol to use QIOChannelDaniel P. Berrange
2016-05-26migration: rename unix.c to socket.cDaniel P. Berrange
2016-05-26migration: convert unix socket protocol to use QIOChannelDaniel P. Berrange
2016-05-26migration: convert post-copy to use QIOChannelBufferDaniel P. Berrange
2016-05-26migration: add reporting of errors for outgoing migrationDaniel P. Berrange
2016-05-26migration: add helpers for creating QEMUFile from a QIOChannelDaniel P. Berrange
2016-05-26migration: introduce a new QEMUFile impl based on QIOChannelDaniel P. Berrange
2016-05-26migration: force QEMUFile to blocking mode for outgoing migrationDaniel P. Berrange
2016-05-26migration: introduce set_blocking function in QEMUFileOpsDaniel P. Berrange
2016-05-26migration: split migration hooks out of QEMUFileOpsDaniel P. Berrange
2016-05-26migration: ensure qemu_fflush() always writes full data amountDaniel P. Berrange
2016-05-26migration: remove use of qemu_bufopen from vmstate testsDaniel P. Berrange
2016-05-26io: avoid double-free when closing QIOChannelBufferDaniel P. Berrange