qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC PATCH 0/3] Qemu/IXGBE: Add live migration support for SRIOV NIC
@ 2015-10-21 16:52 Lan Tianyu
  2015-10-21 16:52 ` [Qemu-devel] [RFC PATCH 1/3] Qemu: Add pci-assign.h to share functions and struct definition with new file Lan Tianyu
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Lan Tianyu @ 2015-10-21 16:52 UTC (permalink / raw)
  To: amit.shah, eblake, eddie.dong, nrupal.jani, yang.z.zhang, agraf,
	kvm, pbonzini, qemu-devel, emil.s.tantilov, ehabkost, lcapitulino,
	lersek, mst, quintela, rth
  Cc: Lan Tianyu

This patchset is Qemu part for live migration support for SRIOV NIC.
kernel part patch information is in the following link.
http://marc.info/?l=kvm&m=144544635330193&w=2


Lan Tianyu (3):
  Qemu: Add pci-assign.h to share functions and struct definition with
    new file
  Qemu: Add post_load_state() to run after restoring CPU state
  Qemu: Introduce pci-sriov device type to support VF live migration

 hw/i386/kvm/Makefile.objs   |   2 +-
 hw/i386/kvm/pci-assign.c    | 113 +----------------------
 hw/i386/kvm/pci-assign.h    | 109 +++++++++++++++++++++++
 hw/i386/kvm/sriov.c         | 213 ++++++++++++++++++++++++++++++++++++++++++++
 include/migration/vmstate.h |   2 +
 migration/savevm.c          |  15 ++++
 6 files changed, 344 insertions(+), 110 deletions(-)
 create mode 100644 hw/i386/kvm/pci-assign.h
 create mode 100644 hw/i386/kvm/sriov.c

-- 
1.9.3

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-10-23  3:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-21 16:52 [Qemu-devel] [RFC PATCH 0/3] Qemu/IXGBE: Add live migration support for SRIOV NIC Lan Tianyu
2015-10-21 16:52 ` [Qemu-devel] [RFC PATCH 1/3] Qemu: Add pci-assign.h to share functions and struct definition with new file Lan Tianyu
2015-10-21 16:52 ` [Qemu-devel] [RFC PATCH 2/3] Qemu: Add post_load_state() to run after restoring CPU state Lan Tianyu
2015-10-21 16:52 ` [Qemu-devel] [RFC PATCH 3/3] Qemu: Introduce pci-sriov device type to support VF live migration Lan Tianyu
2015-10-21 18:39 ` [Qemu-devel] [RFC PATCH 0/3] Qemu/IXGBE: Add live migration support for SRIOV NIC Alex Williamson
2015-10-23  3:10   ` Lan Tianyu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).