This implements support for using these new IOCTLS to migrate PDPTRS. Best regards, Maxim Levitsky Maxim Levitsky (2): kvm: update kernel headers for KVM_{GET|SET}_SREGS2 KVM: use KVM_{GET|SET}_SREGS2 when supported. accel/kvm/kvm-all.c | 5 ++ include/sysemu/kvm.h | 4 ++ linux-headers/asm-x86/kvm.h | 13 +++++ linux-headers/linux/kvm.h | 5 ++ target/i386/cpu.h | 3 + target/i386/kvm/kvm.c | 107 +++++++++++++++++++++++++++++++++++- target/i386/machine.c | 30 ++++++++++ 7 files changed, 165 insertions(+), 2 deletions(-) -- 2.26.2