Re: [libvirt] [PATCH RFC] Add domainSave/Restore to libxl driver

2011-05-30 Thread Markus Groß
Am Donnerstag 26 Mai 2011 22:04:35 schrieb Jim Fehlig: Markus Groß wrote: Am Dienstag 24 Mai 2011 06:06:08 schrieb Jim Fehlig: + +event = virDomainEventNewFromObj(vm, VIR_DOMAIN_EVENT_STOPPED, + VIR_DOMAIN_EVENT_STOPPED_SAVED); + +

Re: [libvirt] [PATCH RFC] Add domainSave/Restore to libxl driver

2011-05-27 Thread Markus Groß
Quoting Jim Fehlig jfeh...@novell.com: Markus Groß wrote: Am Dienstag 24 Mai 2011 06:06:08 schrieb Jim Fehlig: + +event = virDomainEventNewFromObj(vm, VIR_DOMAIN_EVENT_STOPPED, + VIR_DOMAIN_EVENT_STOPPED_SAVED); + +if

Re: [libvirt] [PATCH RFC] Add domainSave/Restore to libxl driver

2011-05-26 Thread Jim Fehlig
Markus Groß wrote: Am Dienstag 24 Mai 2011 06:06:08 schrieb Jim Fehlig: + +event = virDomainEventNewFromObj(vm, VIR_DOMAIN_EVENT_STOPPED, + VIR_DOMAIN_EVENT_STOPPED_SAVED); + +if (libxlVmReap(driver, vm, 1, VIR_DOMAIN_SHUTOFF_SAVED)

Re: [libvirt] [PATCH RFC] Add domainSave/Restore to libxl driver

2011-05-25 Thread Markus Groß
Am Dienstag 24 Mai 2011 06:06:08 schrieb Jim Fehlig: + +event = virDomainEventNewFromObj(vm, VIR_DOMAIN_EVENT_STOPPED, + VIR_DOMAIN_EVENT_STOPPED_SAVED); + +if (libxlVmReap(driver, vm, 1, VIR_DOMAIN_SHUTOFF_SAVED) != 0) { +

Re: [libvirt] [PATCH RFC] Add domainSave/Restore to libxl driver

2011-05-24 Thread Markus Groß
Quoting Jim Fehlig jfeh...@novell.com: Markus Groß wrote: Am Montag 23 Mai 2011 04:30:12 schrieb Jim Fehlig: Jim Fehlig wrote: Markus Groß wrote: This patch adds save/restore functionality to the libxl driver. It is a v2 of this patch:

Re: [libvirt] [PATCH RFC] Add domainSave/Restore to libxl driver

2011-05-24 Thread Jim Fehlig
Jim Fehlig wrote: [...] diff --git a/src/libxl/libxl_conf.h b/src/libxl/libxl_conf.h index 65110cf..e75e418 100644 --- a/src/libxl/libxl_conf.h +++ b/src/libxl/libxl_conf.h @@ -1,5 +1,6 @@ /*---*/ /* Copyright (c)

Re: [libvirt] [PATCH RFC] Add domainSave/Restore to libxl driver

2011-05-23 Thread Markus Groß
Am Montag 23 Mai 2011 04:30:12 schrieb Jim Fehlig: Jim Fehlig wrote: Markus Groß wrote: This patch adds save/restore functionality to the libxl driver. It is a v2 of this patch: https://www.redhat.com/archives/libvir-list/2011-April/msg00338.html v2: * header is now padded

Re: [libvirt] [PATCH RFC] Add domainSave/Restore to libxl driver

2011-05-23 Thread Jim Fehlig
Markus Groß wrote: Am Montag 23 Mai 2011 04:30:12 schrieb Jim Fehlig: Jim Fehlig wrote: Markus Groß wrote: This patch adds save/restore functionality to the libxl driver. It is a v2 of this patch: https://www.redhat.com/archives/libvir-list/2011-April/msg00338.html

Re: [libvirt] [PATCH RFC] Add domainSave/Restore to libxl driver

2011-05-22 Thread Jim Fehlig
Jim Fehlig wrote: Markus Groß wrote: This patch adds save/restore functionality to the libxl driver. It is a v2 of this patch: https://www.redhat.com/archives/libvir-list/2011-April/msg00338.html v2: * header is now padded and has a version field * the correct restore function from

Re: [libvirt] [PATCH RFC] Add domainSave/Restore to libxl driver

2011-05-02 Thread Jim Fehlig
Markus Groß wrote: This patch adds save/restore functionality to the libxl driver. It is a v2 of this patch: https://www.redhat.com/archives/libvir-list/2011-April/msg00338.html v2: * header is now padded and has a version field * the correct restore function from libxl is used * only

[libvirt] [PATCH RFC] Add domainSave/Restore to libxl driver

2011-04-26 Thread Markus Groß
This patch adds save/restore functionality to the libxl driver. It is a v2 of this patch: https://www.redhat.com/archives/libvir-list/2011-April/msg00338.html v2: * header is now padded and has a version field * the correct restore function from libxl is used * only create the restore event once