qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fw_cfg: add etc/msr_feature_control
@ 2021-09-07 17:09 Paolo Bonzini
  2021-09-07 18:19 ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 4+ messages in thread
From: Paolo Bonzini @ 2021-09-07 17:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: philmd

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.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 hw/nvram/fw_cfg.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/nvram/fw_cfg.c b/hw/nvram/fw_cfg.c
index 9b8dcca4ea..c06b30de11 100644
--- a/hw/nvram/fw_cfg.c
+++ b/hw/nvram/fw_cfg.c
@@ -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
 };
-- 
2.31.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] fw_cfg: add etc/msr_feature_control
  2021-09-07 17:09 [PATCH] fw_cfg: add etc/msr_feature_control Paolo Bonzini
@ 2021-09-07 18:19 ` Philippe Mathieu-Daudé
  2021-09-08  5:47   ` Paolo Bonzini
  0 siblings, 1 reply; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-09-07 18:19 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel

On 9/7/21 7:09 PM, Paolo Bonzini wrote:
> 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.
> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  hw/nvram/fw_cfg.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/hw/nvram/fw_cfg.c b/hw/nvram/fw_cfg.c
> index 9b8dcca4ea..c06b30de11 100644
> --- a/hw/nvram/fw_cfg.c
> +++ b/hw/nvram/fw_cfg.c
> @@ -878,6 +878,7 @@ static struct {
>      { "etc/tpm/log", 150 },
>      { "etc/acpi/rsdp", 160 },
>      { "bootorder", 170 },
> +    { "etc/msr_feature_control", 180 },

Fixes: 217f1b4a721 ("target-i386: Publish advised value of
MSR_IA32_FEATURE_CONTROL via fw_cfg")
?



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] fw_cfg: add etc/msr_feature_control
  2021-09-07 18:19 ` Philippe Mathieu-Daudé
@ 2021-09-08  5:47   ` Paolo Bonzini
  2021-09-08  7:21     ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 4+ messages in thread
From: Paolo Bonzini @ 2021-09-08  5:47 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel

On 07/09/21 20:19, Philippe Mathieu-Daudé wrote:
> Fixes: 217f1b4a721 ("target-i386: Publish advised value of
> MSR_IA32_FEATURE_CONTROL via fw_cfg")

Yes, thanks.

Paolo



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] fw_cfg: add etc/msr_feature_control
  2021-09-08  5:47   ` Paolo Bonzini
@ 2021-09-08  7:21     ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-09-08  7:21 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel

On 9/8/21 7:47 AM, Paolo Bonzini wrote:
> On 07/09/21 20:19, Philippe Mathieu-Daudé wrote:
>> Fixes: 217f1b4a721 ("target-i386: Publish advised value of
>> MSR_IA32_FEATURE_CONTROL via fw_cfg")
> 
> Yes, thanks.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-08  7:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-07 17:09 [PATCH] fw_cfg: add etc/msr_feature_control Paolo Bonzini
2021-09-07 18:19 ` Philippe Mathieu-Daudé
2021-09-08  5:47   ` Paolo Bonzini
2021-09-08  7:21     ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).