From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LCLoM-0007Sb-6F for qemu-devel@nongnu.org; Mon, 15 Dec 2008 17:21:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LCLoI-0007Pi-LD for qemu-devel@nongnu.org; Mon, 15 Dec 2008 17:21:09 -0500 Received: from [199.232.76.173] (port=37423 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCLoI-0007PR-7K for qemu-devel@nongnu.org; Mon, 15 Dec 2008 17:21:06 -0500 Received: from an-out-0708.google.com ([209.85.132.243]:21311) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LCLoH-0001rf-Ko for qemu-devel@nongnu.org; Mon, 15 Dec 2008 17:21:06 -0500 Received: by an-out-0708.google.com with SMTP id c38so1513090ana.37 for ; Mon, 15 Dec 2008 14:21:04 -0800 (PST) Message-ID: <4946D84A.8050608@codemonkey.ws> Date: Mon, 15 Dec 2008 16:20:58 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 4/8] kvm: sync vcpu state during initialization References: <1229359459-21404-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 > Applied. Thanks. Regards, Anthony Liguori