The bug has caused us to exit gracefully when receiving SIGUSR2.
Signed-off-by: Sasha Levin <[email protected]>
---
tools/kvm/include/kvm/kvm.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/kvm/include/kvm/kvm.h b/tools/kvm/include/kvm/kvm.h
index f951f2d..6a17362 100644
--- a/tools/kvm/include/kvm/kvm.h
+++ b/tools/kvm/include/kvm/kvm.h
@@ -11,7 +11,7 @@
#define KVM_32BIT_GAP_SIZE (512 << 20)
#define KVM_32BIT_GAP_START ((1ULL << 32) - KVM_32BIT_GAP_SIZE)
-#define SIGKVMEXIT (SIGUSR1 + 2)
+#define SIGKVMEXIT (SIGRTMIN + 0)
struct kvm {
int sys_fd; /* For system ioctls(), i.e.
/dev/kvm */
--
1.7.5.3
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html