* Tom Lendacky (thomas.lenda...@amd.com) wrote: > A guest only ever experiences, at most, 1 bit of reduced physical > addressing. Change the query-sev-capabilities json comment to use 1. > > Fixes: 31dd67f684 ("sev/i386: qmp: add query-sev-capabilities command") > Signed-off-by: Tom Lendacky <thomas.lenda...@amd.com>
Reviewed-by: Dr. David Alan Gilbert <dgilb...@redhat.com> > --- > qapi/misc-target.json | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/qapi/misc-target.json b/qapi/misc-target.json > index 4944c0528f..398fd09f25 100644 > --- a/qapi/misc-target.json > +++ b/qapi/misc-target.json > @@ -172,7 +172,7 @@ > # -> { "execute": "query-sev-capabilities" } > # <- { "return": { "pdh": "8CCDD8DDD", "cert-chain": "888CCCDDDEE", > # "cpu0-id": "2lvmGwo+...61iEinw==", > -# "cbitpos": 47, "reduced-phys-bits": 5}} > +# "cbitpos": 47, "reduced-phys-bits": 1}} > # > ## > { 'command': 'query-sev-capabilities', 'returns': 'SevCapability', > -- > 2.37.3 > > -- Dr. David Alan Gilbert / dgilb...@redhat.com / Manchester, UK