Re: [Qemu-devel] [RFC V2 04/10] x86: add x86_cpu_unrealizefn() for cpu apic remove

2014-09-10 Thread Gu Zheng
Hi Igor, On 09/09/2014 09:58 PM, Igor Mammedov wrote: > On Thu, 28 Aug 2014 11:36:36 +0800 > Gu Zheng wrote: > >> From: Chen Fan >> >> Implement x86_cpu_unrealizefn() for corresponding x86_cpu_realizefn(), >> which is mostly used to clean the apic related allocation and vmstates >> at here. >>

Re: [Qemu-devel] [RFC V2 04/10] x86: add x86_cpu_unrealizefn() for cpu apic remove

2014-09-09 Thread Igor Mammedov
On Thu, 28 Aug 2014 11:36:36 +0800 Gu Zheng wrote: > From: Chen Fan > > Implement x86_cpu_unrealizefn() for corresponding x86_cpu_realizefn(), > which is mostly used to clean the apic related allocation and vmstates > at here. > > Signed-off-by: Chen Fan > Signed-off-by: Gu Zheng > --- > hw

[Qemu-devel] [RFC V2 04/10] x86: add x86_cpu_unrealizefn() for cpu apic remove

2014-08-27 Thread Gu Zheng
From: Chen Fan Implement x86_cpu_unrealizefn() for corresponding x86_cpu_realizefn(), which is mostly used to clean the apic related allocation and vmstates at here. Signed-off-by: Chen Fan Signed-off-by: Gu Zheng --- hw/i386/kvm/apic.c |8 +++ hw/intc/apic.c