mbox series

[0/2,RESEND] SEV firmware error list touchups

Message ID 20210430134830.254741-1-ckuehl@redhat.com (mailing list archive)
Headers show
Series SEV firmware error list touchups | expand

Message

Connor Kuehl April 30, 2021, 1:48 p.m. UTC
Connor Kuehl (2):
  sev: use explicit indices for mapping firmware error codes to strings
  sev: add missing firmware error conditions

 target/i386/sev.c | 48 ++++++++++++++++++++++++-----------------------
 1 file changed, 25 insertions(+), 23 deletions(-)

Comments

Philippe Mathieu-Daudé May 11, 2021, 7:35 a.m. UTC | #1
Cc'ing qemu-trivial@

On 4/30/21 3:48 PM, Connor Kuehl wrote:
> Connor Kuehl (2):
>   sev: use explicit indices for mapping firmware error codes to strings
>   sev: add missing firmware error conditions
> 
>  target/i386/sev.c | 48 ++++++++++++++++++++++++-----------------------
>  1 file changed, 25 insertions(+), 23 deletions(-)
>
Philippe Mathieu-Daudé May 27, 2021, 9:36 p.m. UTC | #2
ping^3...

On Tue, May 11, 2021 at 9:35 AM Philippe Mathieu-Daudé
<philmd@redhat.com> wrote:
>
> Cc'ing qemu-trivial@
>
> On 4/30/21 3:48 PM, Connor Kuehl wrote:
> > Connor Kuehl (2):
> >   sev: use explicit indices for mapping firmware error codes to strings
> >   sev: add missing firmware error conditions
> >
> >  target/i386/sev.c | 48 ++++++++++++++++++++++++-----------------------
> >  1 file changed, 25 insertions(+), 23 deletions(-)
> >
>
Eduardo Habkost May 31, 2021, 8:09 p.m. UTC | #3
On Fri, Apr 30, 2021 at 08:48:28AM -0500, Connor Kuehl wrote:
> Connor Kuehl (2):
>   sev: use explicit indices for mapping firmware error codes to strings
>   sev: add missing firmware error conditions
> 
>  target/i386/sev.c | 48 ++++++++++++++++++++++++-----------------------
>  1 file changed, 25 insertions(+), 23 deletions(-)

I'm queueing this on x86-next, apologies for the delay.