Skip to content

Commit

Permalink
Update patch for 8.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Nov 16, 2023
1 parent d0280d8 commit 954a8e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 8.2-rc/qemu-signals.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Origin: https://bugs.launchpad.net/qemu/+bug/1217339/comments/2
Origin: https://lists.nongnu.org/archive/html/qemu-devel/2017-03/msg03039.html

diff --git a/softmmu/runstate.c b/softmmu/runstate.c
diff --git a/system/runstate.c b/system/runstate.c
index ce8977c6a2..392e4c88be 100644
--- a/softmmu/runstate.c
+++ b/softmmu/runstate.c
--- a/system/runstate.c
+++ b/system/runstate.c
@@ -613,7 +613,11 @@ void qemu_system_killed(int signal, pid_t pid)
/* Cannot call qemu_system_shutdown_request directly because
* we are in a signal handler.
Expand Down

0 comments on commit 954a8e4

Please sign in to comment.