Re: [PATCH] fw_cfg: add etc/msr_feature_control

2021-09-08 Thread Philippe Mathieu-Daudé
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é

Re: [PATCH] fw_cfg: add etc/msr_feature_control

2021-09-07 Thread Paolo Bonzini
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

Re: [PATCH] fw_cfg: add etc/msr_feature_control

2021-09-07 Thread Philippe Mathieu-Daudé
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 > --- > hw/nvram/fw_cfg.c | 1 + > 1 file changed, 1 insertion(+) > > d

[PATCH] fw_cfg: add etc/msr_feature_control

2021-09-07 Thread Paolo Bonzini
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 --- 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 9b