mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
* src/libvir.c: small change w.r.t. reboot.
Daniel
This commit is contained in:
parent
34dee79f1d
commit
563d3d06d0
@ -1,3 +1,7 @@
|
|||||||
|
Wed Jan 18 19:57:53 CET 2006 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
|
* src/libvir.c: small change w.r.t. reboot.
|
||||||
|
|
||||||
Wed Jan 18 11:32:04 CET 2006 Daniel Veillard <veillard@redhat.com>
|
Wed Jan 18 11:32:04 CET 2006 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
* include/libvir.h include/libvir.h.in src/libvir.c: more integration
|
* include/libvir.h include/libvir.h.in src/libvir.c: more integration
|
||||||
|
@ -909,10 +909,12 @@ virDomainShutdown(virDomainPtr domain) {
|
|||||||
* try first with the xend daemon
|
* try first with the xend daemon
|
||||||
*/
|
*/
|
||||||
ret = xend_shutdown(domain->conn, domain->name);
|
ret = xend_shutdown(domain->conn, domain->name);
|
||||||
|
/* disabled as this seems to not work ...
|
||||||
if (ret == 0)
|
if (ret == 0)
|
||||||
return(0);
|
return(0);
|
||||||
|
*/
|
||||||
/*
|
/*
|
||||||
|
|
||||||
* this is very hackish, the domU kernel probes for a special
|
* this is very hackish, the domU kernel probes for a special
|
||||||
* node in the xenstore and launch the shutdown command if found.
|
* node in the xenstore and launch the shutdown command if found.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user