commit | dfc7a4ce48fdb5cb727557fd338b7d995fb34e89 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Aug 29 17:03:55 2011 +0200 |
committer | Peter Maydell <peter.maydell@linaro.org> | Mon Oct 17 15:41:07 2011 +0000 |
tree | cd79b29fdd247fb7be48ecb2d96b53984447b4d9 | |
parent | 62963f02e6c6282e365fd0645b3c2d9e8a8777cc [diff] |
Prepare Windows port for thread-local cpu_single_env Windows does not execute cpu_signal in VCPU-thread context, so it won't be able to use cpu_single_env there. However, it has the CPUState available, so nothing is lost. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>