Skip to content

Commit bf21fe9

Browse files
committed
fw_cfg: add etc/msr_feature_control
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: 217f1b4 ("target-i386: Publish advised value of MSR_IA32_FEATURE_CONTROL via fw_cfg") Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 7b94203 commit bf21fe9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hw/nvram/fw_cfg.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,7 @@ static struct {
878878
{ "etc/tpm/log", 150 },
879879
{ "etc/acpi/rsdp", 160 },
880880
{ "bootorder", 170 },
881+
{ "etc/msr_feature_control", 180 },
881882

882883
#define FW_CFG_ORDER_OVERRIDE_LAST 200
883884
};

0 commit comments

Comments
 (0)