don't call cpu_sychronize_state from reset handlers
commit733318ea9c6d846a6a047b87619e7d9d6e9707d1
authorGlauber Costa <glommer@redhat.com>
Wed, 2 Sep 2009 21:18:43 +0000 (2 17:18 -0400)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 9 Sep 2009 22:31:27 +0000 (9 17:31 -0500)
tree3f04d770021971263aadf822fb2dff6bc3a99aa9
parent98815437f731372d9456f6a2ad103f3b836a9646
don't call cpu_sychronize_state from reset handlers

Doing this will make the vcpu ioctl be issued from the I/O thread, instead
of cpu thread. The correct behaviour is to call it from within the cpu thread,
as soon as we are ready to go.

Signed-off-by: Glauber Costa <glommer@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/apic.c
vl.c