Re: [kvm-devel] [PATCH] passing smp cpu count from CMOS

2007-09-10 Thread Dong, Eddie
>-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of >Avi Kivity >Sent: 2007年9月10日 20:48 >To: He, Qing >Cc: kvm-devel@lists.sourceforge.net >Subject: Re: [kvm-devel] [PATCH] passing smp cpu count from CMOS > >Avi Kivity

Re: [kvm-devel] [PATCH] passing smp cpu count from CMOS

2007-09-10 Thread Avi Kivity
Avi Kivity wrote: > > Alternative patch attached, but works only with -no-kvm-irqchip. > > After removing smp_processor_id() from kvm_vcpu_kick() it works fairly well, unfortunately that means there's a timing issue with kernel lapic. -- error compiling committee.c: too many arguments to functi

Re: [kvm-devel] [PATCH] passing smp cpu count from CMOS

2007-09-10 Thread Avi Kivity
He, Qing wrote: As discussed previously, this patch directly passes SMP CPU count to the guest BIOS from CMOS by qemu, instead of sending SIPI and wait. CMOS offset 0x7f is used. This is the last functional piece for in-kernel APIC merge in kvm-37. Signed-off-by: Qing He <[EMAIL PROTECTED]> dif

[kvm-devel] [PATCH] passing smp cpu count from CMOS

2007-09-09 Thread He, Qing
As discussed previously, this patch directly passes SMP CPU count to the guest BIOS from CMOS by qemu, instead of sending SIPI and wait. CMOS offset 0x7f is used. This is the last functional piece for in-kernel APIC merge in kvm-37. Signed-off-by: Qing He <[EMAIL PROTECTED]> bios/BIOS-bochs-lat