Re: [kvm-devel] [PATCH 3/3] usermode for in kernel PIC live migration support

2007-07-26 Thread Avi Kivity
He, Qing wrote: > Avi, > This is the updated patch for the qemu part of PIC save/restore. > All the above patches are against lapic2 branch. > > Thanks. Rebased, applied, and pushed. I fixed a minor error checking omission in libkvm along the way. -- error compiling committee.c: too

Re: [kvm-devel] [PATCH 3/3] usermode for in kernel PIC live migration support

2007-07-25 Thread He, Qing
Avi, This is the updated patch for the qemu part of PIC save/restore. All the above patches are against lapic2 branch. Thanks, Qing kvm: qemu: in-kernel PIC live migration support This patch fixes the live migration of VMs with in-kernel PIC. It saves the in-kernel PIC using the origina

Re: [kvm-devel] [PATCH 3/3] usermode for in kernel PIC live migration support

2007-07-25 Thread He, Qing
Avi, This is the updated patch for libkvm part to adapt get/set irqchip ioctls. Thanks, Qing kvm: libkvm: in-kernel irqchip get/set ioctls This patch allows save and restore of in-kernel irqchips Signed-off-by: Yaozu (Eddie) Dong <[EMAIL PROTECTED]> Signed-off-by: Qing He <[EMAIL PROTE

Re: [kvm-devel] [PATCH 3/3] usermode for in kernel PIC live migration support

2007-07-25 Thread Avi Kivity
He, Qing wrote: > This patch is the usermode part of the in-kernel PIC live migration > support. It saves the in kernel PIC using the original usermode PIC > savevm, so it is safe to save a vm using kernel PIC and restore as a vm > using userspace PIC, and vice versa. > > Signed-off-by: Yaozu (Eddi