From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Date: Mon, 15 Dec 2008 22:20:58 +0000 Subject: Re: [Qemu-devel] [PATCH 4/8] kvm: sync vcpu state during initialization Message-Id: <4946D84A.8050608@codemonkey.ws> List-Id: References: <1229359459-21404-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 > Applied. Thanks. Regards, Anthony Liguori