Re: [PATCH 03/11] target/i386/monitor: Return QMP error when SEV is disabled in build

2021-06-10 Thread Connor Kuehl
On 6/10/21 1:45 AM, Philippe Mathieu-Daudé wrote: > If the management layer tries to inject a secret, it gets an empty > response in case the binary built without SEV: > > { "execute": "sev-inject-launch-secret", > "arguments": { "packet-header": "mypkt", "secret": "mypass", "gpa": > 429495

Re: [PATCH 03/11] target/i386/monitor: Return QMP error when SEV is disabled in build

2021-06-10 Thread Dr. David Alan Gilbert
* Philippe Mathieu-Daudé (phi...@redhat.com) wrote: > If the management layer tries to inject a secret, it gets an empty > response in case the binary built without SEV: > > { "execute": "sev-inject-launch-secret", > "arguments": { "packet-header": "mypkt", "secret": "mypass", "gpa": > 4294

[PATCH 03/11] target/i386/monitor: Return QMP error when SEV is disabled in build

2021-06-09 Thread Philippe Mathieu-Daudé
If the management layer tries to inject a secret, it gets an empty response in case the binary built without SEV: { "execute": "sev-inject-launch-secret", "arguments": { "packet-header": "mypkt", "secret": "mypass", "gpa": 4294959104 } } { "return": { } } Make it clearer