Re: [libvirt] [PATCH V2 01/13] libxl: always set vm id to -1 on shutdown

2014-02-19 Thread Daniel P. Berrange
On Wed, Feb 12, 2014 at 06:56:15PM -0700, Jim Fehlig wrote: Once a domain has reached the shutdown state, set its ID to -1. Signed-off-by: Jim Fehlig jfeh...@suse.com --- src/libxl/libxl_driver.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ACK Daniel -- |:

[libvirt] [PATCH V2 01/13] libxl: always set vm id to -1 on shutdown

2014-02-12 Thread Jim Fehlig
Once a domain has reached the shutdown state, set its ID to -1. Signed-off-by: Jim Fehlig jfeh...@suse.com --- src/libxl/libxl_driver.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libxl/libxl_driver.c b/src/libxl/libxl_driver.c index 8e4242a..0cd0ec8 100644 ---