]> Git Repo - qemu.git/commit - kvm-all.c
kvm: Mark VCPU state dirty on creation
authorJan Kiszka <[email protected]>
Tue, 15 Mar 2011 11:26:20 +0000 (12:26 +0100)
committerMarcelo Tosatti <[email protected]>
Wed, 16 Mar 2011 20:11:05 +0000 (17:11 -0300)
commitd841b6c4f16c3fc7afe2ce355e7e42813345f053
tree49faf4e6dacf7bb7219f63318cd81bf0b7687e0a
parent4601f7b04c63072c73870d4f4db2a5c5ad5ad8d2
kvm: Mark VCPU state dirty on creation

This avoids that early cpu_synchronize_state calls try to retrieve an
uninitialized state from the kernel. That even causes a deadlock if
io-thread is enabled.

Signed-off-by: Jan Kiszka <[email protected]>
Signed-off-by: Marcelo Tosatti <[email protected]>
kvm-all.c
This page took 0.024903 seconds and 4 git commands to generate.