qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC PATCH 0/3] Qemu/IXGBE: Add live migration support for


From: Lan Tianyu
Subject: [Qemu-devel] [RFC PATCH 0/3] Qemu/IXGBE: Add live migration support for SRIOV NIC
Date: Thu, 22 Oct 2015 00:52:34 +0800

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]