OSDN Git Service

target/i386: kvm: add VMX migration blocker
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 14 Nov 2018 09:38:13 +0000 (10:38 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 27 Nov 2018 14:06:14 +0000 (15:06 +0100)
commitd98f26073bebddcd3da0ba1b86c3a34e840c0fb8
tree6083db8e4979eec8af4efd183bbb068bda553a3d
parent4822f1ee9efa8df56e29db0a68323b484bdb0335
target/i386: kvm: add VMX migration blocker

Nested VMX does not support live migration yet.  Add a blocker
until that is worked out.

Nested SVM only does not support it, but unfortunately it is
enabled by default for -cpu host so we cannot really disable it.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/kvm.c