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 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html