Re: [PATCH 1/1] domain_conf: Do not omit private data when formatting the status XML

2025-09-21 Thread Yong Huang
On Fri, Sep 19, 2025 at 5:44 PM Peter Krempa wrote: > On Fri, Sep 19, 2025 at 17:09:08 +0800, yong.hu...@smartx.com wrote: > > From: Hyman Huang > > > > Add a thorough check in the virDomainObjSave path to make sure that > > private data in the status XML file always exists for the running VM >

Re: [PATCH 1/1] domain_conf: Do not omit private data when formatting the status XML

2025-09-19 Thread Peter Krempa via Devel
On Fri, Sep 19, 2025 at 17:09:08 +0800, yong.hu...@smartx.com wrote: > From: Hyman Huang > > Add a thorough check in the virDomainObjSave path to make sure that > private data in the status XML file always exists for the running VM > so that we won't lose them after restart the service. > --- >

[PATCH 1/1] domain_conf: Do not omit private data when formatting the status XML

2025-09-19 Thread yong . huang
From: Hyman Huang Add a thorough check in the virDomainObjSave path to make sure that private data in the status XML file always exists for the running VM so that we won't lose them after restart the service. --- src/conf/domain_conf.c | 21 ++--- 1 file changed, 18 insertions(+)