mbox series

[0/2] i386/sev: Two trivial improvements to sev_get_capabilities()

Message ID cover.1719218926.git.mprivozn@redhat.com
Headers show
Series i386/sev: Two trivial improvements to sev_get_capabilities() | expand

Message

Michal Privoznik June 24, 2024, 8:52 a.m. UTC
I've noticed that recent QEMU + libvirt (current HEADs, roughly) behave
a bit different than expected. The problem is in recent change to
'query-sev-capabilities' command (well, sev_get_capabilities() in fact)
which libvirt uses (see patch 2/2). The first one is trivial.

Michal Privoznik (2):
  i386/sev: Fix error message in sev_get_capabilities()
  i386/sev: Fallback to the default SEV device if none provided in
    sev_get_capabilities()

 target/i386/sev.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Comments

Michal Privoznik July 3, 2024, 9:06 a.m. UTC | #1
On 6/24/24 10:52, Michal Privoznik wrote:
> I've noticed that recent QEMU + libvirt (current HEADs, roughly) behave
> a bit different than expected. The problem is in recent change to
> 'query-sev-capabilities' command (well, sev_get_capabilities() in fact)
> which libvirt uses (see patch 2/2). The first one is trivial.
> 
> Michal Privoznik (2):
>   i386/sev: Fix error message in sev_get_capabilities()
>   i386/sev: Fallback to the default SEV device if none provided in
>     sev_get_capabilities()
> 
>  target/i386/sev.c | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 

Polite ping. Patch 2/2 is not reviewed and it causes problems to libvirt.

Michal
Paolo Bonzini July 3, 2024, 11:12 a.m. UTC | #2
Queued, thanks.

Paolo