[PATCH 0/3] linux-user: Fix some minor nits

Peter Maydell posted 3 patches 2 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220114153732.3767229-1-peter.maydell@linaro.org
Maintainers: Laurent Vivier <laurent@vivier.eu>
linux-user/qemu.h          | 6 +-----
linux-user/signal-common.h | 4 ++--
linux-user/signal.c        | 7 +++----
linux-user/trace-events    | 2 +-
4 files changed, 7 insertions(+), 12 deletions(-)
[PATCH 0/3] linux-user: Fix some minor nits
Posted by Peter Maydell 2 years, 3 months ago
This patchset fixes up some minor nits in the linux-user code that I
noticed while I was reading code to assist with reviewing the
bsd-user signal handling.

thanks
-- PMM

Peter Maydell (3):
  linux-user: Remove unnecessary 'aligned' attribute from TaskState
  linux-user: Rename user_force_sig tracepoint to match function name
  linux-user: Return void from queue_signal()

 linux-user/qemu.h          | 6 +-----
 linux-user/signal-common.h | 4 ++--
 linux-user/signal.c        | 7 +++----
 linux-user/trace-events    | 2 +-
 4 files changed, 7 insertions(+), 12 deletions(-)

-- 
2.25.1