mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
target/i386/sev: Prefix QMP errors with 'SEV'
Multiple errors might be reported to the monitor, better to prefix the SEV ones so we can distinct them. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Message-Id: <20211007161716.453984-6-philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
773ab6cb16
commit
2c7233eb10
2 changed files with 12 additions and 10 deletions
|
@ -717,7 +717,7 @@ SevLaunchMeasureInfo *qmp_query_sev_launch_measure(Error **errp)
|
|||
|
||||
data = sev_get_launch_measurement();
|
||||
if (!data) {
|
||||
error_setg(errp, "Measurement is not available");
|
||||
error_setg(errp, "SEV launch measurement is not available");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue