
28 Jul
2015
28 Jul
'15
1:08 p.m.
On Tue, Jul 28, 2015 at 17:44:43 +0100, Daniel Berrange wrote:
On Tue, Jul 28, 2015 at 06:28:58PM +0200, Peter Krempa wrote:
virDomainDeleteConfig is meant to delete the persistent config and thus it resets vm->autostart. Copy parts of qemuProcessRemoveDomainStatus to a new helper to avoid using the incorrect function.
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1230071 --- src/lxc/lxc_process.c | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-)
ACK
Pushed; Thanks. Peter