Skip to content

Commit

Permalink
fw_cfg: add etc/msr_feature_control
Browse files Browse the repository at this point in the history
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 <pbonzini@redhat.com>
  • Loading branch information
bonzini committed Sep 13, 2021
1 parent 7b94203 commit bf21fe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/nvram/fw_cfg.c
Expand Up @@ -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
};
Expand Down

0 comments on commit bf21fe9

Please sign in to comment.