Re: [PATCH v4 01/31] i386/sev: Replace error_report with error_setg

2024-06-03 Thread Daniel P . Berrangé
On Thu, May 30, 2024 at 06:16:13AM -0500, Pankaj Gupta wrote: > Signed-off-by: Pankaj Gupta > --- > target/i386/sev.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/target/i386/sev.c b/target/i386/sev.c > index d30b68c11e..67ed32e5ea 100644 > --- a/target/i386/sev

[PATCH v4 01/31] i386/sev: Replace error_report with error_setg

2024-05-30 Thread Pankaj Gupta
Signed-off-by: Pankaj Gupta --- target/i386/sev.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/i386/sev.c b/target/i386/sev.c index d30b68c11e..67ed32e5ea 100644 --- a/target/i386/sev.c +++ b/target/i386/sev.c @@ -952,13 +952,13 @@ static int sev_kvm_init(Confi