qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] About SIG_IPI handler


From: Shiru Ren
Subject: [Qemu-devel] About SIG_IPI handler
Date: Thu, 17 Apr 2014 13:46:12 +0800

Hi, all

I’m trying to figure out how do_savevm works in QEMU. But there is one thing has bothered me quite a lot. I found that vm_stop invoke qemu_cpu_kick_thread to send SIG_IPI to a vcpu thread, and I have understand that in TCG mode, the cpu_signal() function will be invoked as the SIG_IPI handler. But I don’t know what happens in KVM mode. Actually I can’t find the signal handler function. I only find a function named dummy_signal, and it doesn't do anything.

Thanks a lot!


--
----- 
Shiru Ren
Department of Computer Science
School of EECS
Peking University
Beijing, China

reply via email to

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