Re: [PATCH] conf: remove unnecessary restore in virDomainSEVDefParseXML

2021-07-22 Thread Pavel Hrdina
On Thu, Jul 22, 2021 at 11:07:42AM +0200, Boris Fiuczynski wrote: > Since commit d399a728f4 placed the restore in the right scope the > restore can get removed in virDomainSEVDefParseXML. > > Signed-off-by: Boris Fiuczynski > --- > src/conf/domain_conf.c | 1 - > 1 file changed, 1 deletion(-)

[PATCH] conf: remove unnecessary restore in virDomainSEVDefParseXML

2021-07-22 Thread Boris Fiuczynski
Since commit d399a728f4 placed the restore in the right scope the restore can get removed in virDomainSEVDefParseXML. Signed-off-by: Boris Fiuczynski --- src/conf/domain_conf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index