From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAsan-0000wG-Ky for qemu-devel@nongnu.org; Thu, 11 Dec 2008 15:57:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAsam-0000vj-O5 for qemu-devel@nongnu.org; Thu, 11 Dec 2008 15:57:05 -0500 Received: from [199.232.76.173] (port=36274 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAsam-0000vg-HE for qemu-devel@nongnu.org; Thu, 11 Dec 2008 15:57:04 -0500 Received: from e6.ny.us.ibm.com ([32.97.182.146]:43912) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LAsam-0006DJ-0P for qemu-devel@nongnu.org; Thu, 11 Dec 2008 15:57:04 -0500 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e6.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id mBBKueMC002278 for ; Thu, 11 Dec 2008 15:56:40 -0500 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id mBBKv3Mn094256 for ; Thu, 11 Dec 2008 15:57:03 -0500 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id mBBLvCam031904 for ; Thu, 11 Dec 2008 16:57:12 -0500 From: Hollis Blanchard In-Reply-To: References: <1229028752-9480-1-git-send-email-hollisb@us.ibm.com> Content-Type: text/plain Date: Thu, 11 Dec 2008 14:57:04 -0600 Message-Id: <1229029024.26586.28.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 2/6] kvm: sync vcpu state during initialization 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 On Thu, 2008-12-11 at 14:52 -0600, 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 I forgot to comment that since this changes x86 code flow, it's worth testing with x86 KVM before committing. -- Hollis Blanchard IBM Linux Technology Center