|
| From: | Paolo Bonzini |
| Subject: | Re: [Qemu-devel] [PATCH v1] cpus: make pause_all_cpus() play with SMP on single threaded TCG |
| Date: | Mon, 11 Dec 2017 17:48:23 +0100 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 |
On 11/12/2017 17:44, David Hildenbrand wrote:
>> -void cpu_stop_current(void)
>> -{
>> - if (current_cpu) {
>> - qemu_cpu_stop(current_cpu, true);
>> - }
>> -}
> Btw. this does not compile as this is used also in vl.c
>
Doh, then I'm applying your patch untouched.
Paolo
| [Prev in Thread] | Current Thread | [Next in Thread] |