Re: [kvm-devel] [PATCH 1 of 2] Add kvm_load_registers after first vcpu creation

2008-04-10 Thread Jerone Young
On Thu, 2008-04-10 at 18:35 -0300, Marcelo Tosatti wrote: > On Thu, Apr 10, 2008 at 04:04:47PM -0500, Jerone Young wrote: > > 1 file changed, 5 insertions(+) > > qemu/qemu-kvm.c |5 + > > > > > > This patch adds a call to load_kvm_registers after creation of > > vcpu. This is required for p

Re: [kvm-devel] [PATCH 1 of 2] Add kvm_load_registers after first vcpu creation

2008-04-10 Thread Marcelo Tosatti
On Thu, Apr 10, 2008 at 04:04:47PM -0500, Jerone Young wrote: > 1 file changed, 5 insertions(+) > qemu/qemu-kvm.c |5 + > > > This patch adds a call to load_kvm_registers after creation of > vcpu. This is required for ppc since we are required to set certain > registers before boot. This sh

[kvm-devel] [PATCH 1 of 2] Add kvm_load_registers after first vcpu creation

2008-04-10 Thread Jerone Young
1 file changed, 5 insertions(+) qemu/qemu-kvm.c |5 + This patch adds a call to load_kvm_registers after creation of vcpu. This is required for ppc since we are required to set certain registers before boot. This should not have any effect on the curren x86 code (though I need to test t