qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC v3 25/56] exec: use cpu_reset_interrupt


From: Richard Henderson
Subject: Re: [Qemu-devel] [RFC v3 25/56] exec: use cpu_reset_interrupt
Date: Sun, 21 Oct 2018 14:17:01 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1

On 10/19/18 2:05 AM, Emilio G. Cota wrote:
> -    cpu->interrupt_request &= ~0x01;
> +    cpu_reset_interrupt(cpu, ~0x01);

cpu_reset_interrupt(cpu, 1);

Although this is during vmload, and I'm not sure what locks you really want to
play with here.  Perhaps it's ok...


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]