qemu-trivial
[Top][All Lists]
Advanced

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

Re: [PATCH 1/2] linx-user: Remove MAX_SIGQUEUE_SIZE


From: Laurent Vivier
Subject: Re: [PATCH 1/2] linx-user: Remove MAX_SIGQUEUE_SIZE
Date: Tue, 18 Jan 2022 12:45:31 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.0

Le 16/01/2022 à 21:44, Warner Losh a écrit :
It's been unused for 7 years since 907f5fddaa67 when linux-user stopped
queueing any signals.

Signed-off-by: Warner Losh <imp@bsdimp.com>
---
  linux-user/qemu.h | 2 --
  1 file changed, 2 deletions(-)

diff --git a/linux-user/qemu.h b/linux-user/qemu.h
index 5c713fa8ab2..7910ce59cc8 100644
--- a/linux-user/qemu.h
+++ b/linux-user/qemu.h
@@ -89,8 +89,6 @@ struct vm86_saved_state {
  #include "nwfpe/fpa11.h"
  #endif
-#define MAX_SIGQUEUE_SIZE 1024
-
  struct emulated_sigtable {
      int pending; /* true if signal is pending */
      target_siginfo_t info;

Applied to my trivial-patches branch.
(typo fixed)

Thanks,
Laurent



reply via email to

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