qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] About SIG_IPI handler


From: Paolo Bonzini
Subject: Re: [Qemu-devel] About SIG_IPI handler
Date: Sun, 27 Apr 2014 11:08:34 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

Il 19/04/2014 07:24, Shiru Ren ha scritto:
Thanks for your answer. It really helped me a lot. However, it cloud be
really helpful if you cloud explain how the SIG_IPI signal causes the
CPU thread to exit the vcpu thread in KVM mode. Is it like an interrupt,
causes a VM exit immediately? Or KVM just ignore it till a VM exit happens.

Yes, sending the signal causes the kernel to send an IPI to the processor running the VCPU thread (a hardware-level one, not the "soft" SIG_IPI concept). The IPI causes a VM exit to happen immediately.

Paolo



reply via email to

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