Re: [PATCH] kvm-userspace: fix kvm initialization

2008-11-10 Thread Avi Kivity
Zhang, Xiantao wrote: Okay, attached the corresponding fix for ia64 arch. Applied that too, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo

RE: [PATCH] kvm-userspace: fix kvm initialization

2008-11-10 Thread Zhang, Xiantao
-userspace: fix kvm initialization Ehrhardt Christian wrote: > A recent patch in qemu and its merge removed the availability of > kvm_init_new_ap in target-$arch. The helper files now should call > kvm_init_vcpu() directly. > This patch changes that for powerpc. > > This should be tr

Re: [PATCH] kvm-userspace: fix kvm initialization

2008-11-10 Thread Avi Kivity
Ehrhardt Christian wrote: A recent patch in qemu and its merge removed the availability of kvm_init_new_ap in target-$arch. The helper files now should call kvm_init_vcpu() directly. This patch changes that for powerpc. This should be true for target-ia64/op_helper.c too. Applied, thanks.

[PATCH] kvm-userspace: fix kvm initialization

2008-11-10 Thread Ehrhardt Christian
A recent patch in qemu and its merge removed the availability of kvm_init_new_ap in target-$arch. The helper files now should call kvm_init_vcpu() directly. This patch changes that for powerpc. This should be true for target-ia64/op_helper.c too. Signed-off-by: Christian Ehrhardt <[EMAIL PROTECTE