From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAt11-0008Tz-9y for qemu-devel@nongnu.org; Thu, 11 Dec 2008 16:24:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAt10-0008S6-HG for qemu-devel@nongnu.org; Thu, 11 Dec 2008 16:24:10 -0500 Received: from [199.232.76.173] (port=33665 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAt10-0008Rp-1u for qemu-devel@nongnu.org; Thu, 11 Dec 2008 16:24:10 -0500 Received: from an-out-0708.google.com ([209.85.132.249]:11998) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LAt0z-0001fv-Lx for qemu-devel@nongnu.org; Thu, 11 Dec 2008 16:24:09 -0500 Received: by an-out-0708.google.com with SMTP id c38so533088ana.37 for ; Thu, 11 Dec 2008 13:24:09 -0800 (PST) Message-ID: <494184F5.9080406@codemonkey.ws> Date: Thu, 11 Dec 2008 15:24:05 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2/6] kvm: sync vcpu state during initialization References: <1229028752-9480-1-git-send-email-hollisb@us.ibm.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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