
19 Aug
2011
19 Aug
'11
9:50 a.m.
于 2011年08月19日 21:48, Eric Blake 写道:
On 08/19/2011 08:03 AM, Osier Yang wrote:
--- src/qemu/qemu_driver.c | 22 +++++++++++++--------- 1 files changed, 13 insertions(+), 9 deletions(-)
ACK with nit.
VIR_INFO("Undefining domain '%s'", vm->def->name); - virDomainRemoveInactive(&driver->domains, - vm); - vm = NULL; + + /* If the domain is active, keep it running but set it as transient. + * domainDestroy and domainShutdown will take care of remove the
s/remove/removing/
Pushed with the nix fixed.