]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: Remove X86CPU::kvm_no_smi_migration field
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 28 Feb 2024 09:36:37 +0000 (10:36 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 19 Jun 2024 10:40:49 +0000 (12:40 +0200)
commit82912391139f9f5eb6164ffb18f37fda441c8fb4
treefc05e443221f02dc14f8ed37f25b8a3888782db9
parentfff35c5da5f7ad7b61a9bd79ce0a14bb8dcfa49a
target/i386: Remove X86CPU::kvm_no_smi_migration field

X86CPU::kvm_no_smi_migration was only used by the
pc-i440fx-2.3 machine, which got removed. Remove it
and simplify kvm_put_vcpu_events().

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20240617071118.60464-23-philmd@linaro.org>
target/i386/cpu.c
target/i386/cpu.h
target/i386/kvm/kvm.c