Re: [PATCH 5/5] KVM: Host suspend/resume support

2007-01-31 Thread Avi Kivity
Rafael J. Wysocki wrote: On Tuesday, 30 January 2007 22:20, Nigel Cunningham wrote: Hi. On Tue, 2007-01-30 at 14:57 +, Avi Kivity wrote: Add the necessary callbacks to suspend and resume a host running kvm. This is just a repeat of the cpu hotplug/unplug work. Signed-off-by: Avi

Re: [PATCH 5/5] KVM: Host suspend/resume support

2007-01-30 Thread Nigel Cunningham
Hi. On Tue, 2007-01-30 at 23:19 +0100, Rafael J. Wysocki wrote: > On Tuesday, 30 January 2007 22:20, Nigel Cunningham wrote: > > Hi. > > > > On Tue, 2007-01-30 at 14:57 +, Avi Kivity wrote: > > > Add the necessary callbacks to suspend and resume a host running kvm. > > > This > > > is just

Re: [PATCH 5/5] KVM: Host suspend/resume support

2007-01-30 Thread Rafael J. Wysocki
On Tuesday, 30 January 2007 22:20, Nigel Cunningham wrote: > Hi. > > On Tue, 2007-01-30 at 14:57 +, Avi Kivity wrote: > > Add the necessary callbacks to suspend and resume a host running kvm. This > > is just a repeat of the cpu hotplug/unplug work. > > > > Signed-off-by: Avi Kivity <[EMAIL

Re: [PATCH 5/5] KVM: Host suspend/resume support

2007-01-30 Thread Nigel Cunningham
Hi. On Tue, 2007-01-30 at 14:57 +, Avi Kivity wrote: > Add the necessary callbacks to suspend and resume a host running kvm. This > is just a repeat of the cpu hotplug/unplug work. > > Signed-off-by: Avi Kivity <[EMAIL PROTECTED]> Maybe it's just a lack of understanding, but I'm wondering i

[PATCH 5/5] KVM: Host suspend/resume support

2007-01-30 Thread Avi Kivity
Add the necessary callbacks to suspend and resume a host running kvm. This is just a repeat of the cpu hotplug/unplug work. Signed-off-by: Avi Kivity <[EMAIL PROTECTED]> Index: linux-2.6/drivers/kvm/kvm_main.c === --- linux-2.6.orig