[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] Re: [PATCH 2/6] kvm: sync vcpu state during initialization
From: |
Hollis Blanchard |
Subject: |
[Qemu-devel] Re: [PATCH 2/6] kvm: sync vcpu state during initialization |
Date: |
Thu, 11 Dec 2008 14:57:04 -0600 |
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 <address@hidden>
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
[Qemu-devel] [PATCH 3/6] Enable KVM for ppcemb., Hollis Blanchard, 2008/12/11
Re: [Qemu-devel] [PATCH 3/6] Enable KVM for ppcemb., Blue Swirl, 2008/12/11