Re: [PATCH] qemu-kvm: Mark VCPU state dirty on creation

2011-02-28 Thread Avi Kivity
On 02/21/2011 01:28 PM, Jan Kiszka wrote: This avoids that early cpu_synchronize_state calls try to retrieve an uninitialized state from the kernel, Thanks, applied. which even causes a deadlock. How? -- error compiling committee.c: too many arguments to function -- To unsubscribe from

Re: [PATCH] qemu-kvm: Mark VCPU state dirty on creation

2011-02-28 Thread Jan Kiszka
On 2011-02-28 10:20, Avi Kivity wrote: On 02/21/2011 01:28 PM, Jan Kiszka wrote: This avoids that early cpu_synchronize_state calls try to retrieve an uninitialized state from the kernel, Thanks, applied. which even causes a deadlock. How? Early hw_error. It collects the CPU states,

[PATCH] qemu-kvm: Mark VCPU state dirty on creation

2011-02-21 Thread Jan Kiszka
This avoids that early cpu_synchronize_state calls try to retrieve an uninitialized state from the kernel, which even causes a deadlock. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- Corresponding upstream patch will come with next uq/master series. qemu-kvm.c |1 + 1 files changed,