]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
fw_cfg: add etc/msr_feature_control
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 Sep 2021 17:02:07 +0000 (19:02 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 13 Sep 2021 11:56:26 +0000 (13:56 +0200)
The file already existed, but nobody had noticed the warning until now.
Add it at the bottom, since that is where unknown files go in legacy mode.

Fixes: 217f1b4a721 ("target-i386: Publish advised value of MSR_IA32_FEATURE_CONTROL via fw_cfg")
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/nvram/fw_cfg.c

index 9b8dcca4ead652fcc0ba49683b528242ae583425..c06b30de11216f0c64dfd85cbb06c816c6884369 100644 (file)
@@ -878,6 +878,7 @@ static struct {
     { "etc/tpm/log", 150 },
     { "etc/acpi/rsdp", 160 },
     { "bootorder", 170 },
+    { "etc/msr_feature_control", 180 },
 
 #define FW_CFG_ORDER_OVERRIDE_LAST 200
 };