Re: [libvirt] [PATCH v6 21/23] lxc, libxl: save domain status after reconnect

2019-06-07 Thread Laine Stump
On 5/23/19 11:33 AM, Daniel P. Berrangé wrote: The various steps involved in reconnecting to a domain may cause updates to the virDomainObj struct that need to be reflected in the saved status file. Signed-off-by: Daniel P. Berrangé Reviewed-by: Laine Stump --- src/libxl/libxl_driver.c

[libvirt] [PATCH v6 21/23] lxc, libxl: save domain status after reconnect

2019-05-23 Thread Daniel P . Berrangé
The various steps involved in reconnecting to a domain may cause updates to the virDomainObj struct that need to be reflected in the saved status file. Signed-off-by: Daniel P. Berrangé --- src/libxl/libxl_driver.c | 3 +++ src/lxc/lxc_process.c| 5 + 2 files changed, 8 insertions(+) di