mbox series

[0/3] i386: firmware parsing and sev setup for -bios loaded firmware

Message ID 20220331083549.749566-1-kraxel@redhat.com
Headers show
Series i386: firmware parsing and sev setup for -bios loaded firmware | expand

Message

Gerd Hoffmann March 31, 2022, 8:35 a.m. UTC
Gerd Hoffmann (3):
  i386: move bios load error message
  i386: factor out x86_firmware_configure()
  i386: firmware parsing and sev setup for -bios loaded firmware

 include/hw/i386/x86.h |  3 +++
 hw/i386/pc_sysfw.c    | 36 ++++++++++++++++++++++--------------
 hw/i386/x86.c         | 32 ++++++++++++++++++++++++--------
 3 files changed, 49 insertions(+), 22 deletions(-)

Comments

Michael S. Tsirkin March 31, 2022, 8:24 p.m. UTC | #1
On Thu, Mar 31, 2022 at 10:35:46AM +0200, Gerd Hoffmann wrote:
> 


Looks good.
Acked-by: Michael S. Tsirkin <mst@redhat.com>


Who's merging this? Yourself?

> Gerd Hoffmann (3):
>   i386: move bios load error message
>   i386: factor out x86_firmware_configure()
>   i386: firmware parsing and sev setup for -bios loaded firmware
> 
>  include/hw/i386/x86.h |  3 +++
>  hw/i386/pc_sysfw.c    | 36 ++++++++++++++++++++++--------------
>  hw/i386/x86.c         | 32 ++++++++++++++++++++++++--------
>  3 files changed, 49 insertions(+), 22 deletions(-)
> 
> -- 
> 2.35.1
>
Gerd Hoffmann April 25, 2022, 1:56 p.m. UTC | #2
On Thu, Mar 31, 2022 at 04:24:28PM -0400, Michael S. Tsirkin wrote:
> On Thu, Mar 31, 2022 at 10:35:46AM +0200, Gerd Hoffmann wrote:
> > 
> 
> 
> Looks good.
> Acked-by: Michael S. Tsirkin <mst@redhat.com>
> 
> 
> Who's merging this? Yourself?

Just posted v2 with all the reviews, tests and acks added.

Will probably send a pull request in a week or so.  But I don't have
anything else pending right now, so I wouldn't mind if someone else
picks this up ...

take care,
  Gerd