From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Date: Thu, 11 Dec 2008 21:24:05 +0000 Subject: Re: [Qemu-devel] [PATCH 2/6] kvm: sync vcpu state during initialization Message-Id: <494184F5.9080406@codemonkey.ws> List-Id: References: <1229028752-9480-1-git-send-email-hollisb@us.ibm.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: qemu-devel@nongnu.org Cc: kvm-ppc@vger.kernel.org Hollis Blanchard wrote: > Currently on x86, qemu initializes CPUState but KVM ignores it and does its > own vcpu initialization. However, PowerPC KVM needs to be able to set the > initial register state to support the -kernel and -append options. > > Signed-off-by: Hollis Blanchard > Segv's x86 when using -enable-kvm. Regards, Anthony Liguori