Re: [kvm-devel] preview of in kernel irqchip live migration support

2007-07-25 Thread Avi Kivity
Dor Laor wrote: >> This patch is only for idea collection so far. >> The dilemma is that how to export the pic/IOAPIC/apic state data >> structure to user and make sure it has same/similar structure in user >> level. >> Otherwise a >> convert is a must and we must maintain the converter. >> >

Re: [kvm-devel] preview of in kernel irqchip live migration support

2007-07-25 Thread Dor Laor
>This patch is only for idea collection so far. >The dilemma is that how to export the pic/IOAPIC/apic state data >structure to user and make sure it has same/similar structure in user >level. >Otherwise a >convert is a must and we must maintain the converter. IMHO there is no need of supporting

Re: [kvm-devel] preview of in kernel irqchip live migration support

2007-07-24 Thread Avi Kivity
Dong, Eddie wrote: > This patch is only for idea collection so far. > The dilemma is that how to export the pic/IOAPIC/apic state data > structure > to user and make sure it has same/similar structure in user level. > Otherwise a > convert is a must and we must maintain the converter. > > I thi