]> xenbits.xensource.com Git - libvirt.git/commit
Add missing cleanup for transient guests in UML driver
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 4 Jul 2011 11:11:56 +0000 (12:11 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 12 Jul 2011 16:05:30 +0000 (17:05 +0100)
commit65d68f62f13890f78b058283c6aef691e524aa2d
treeb4128d04423fda80564baba2c873a71d4d0e766d
parentf0c7103db590346c855c23dcc143659d47533e3c
Add missing cleanup for transient guests in UML driver

The UML inotify handler would kill off guests when certain
conditions arise, but it forgot to remove transient guests
from the list of domains

* src/uml/uml_driver.c: Cleanup transient guests
src/uml/uml_driver.c