Hi here!
This is my first pullreq in quite some years.
It looks like there has been quite some trivial patches which were forgotten,
so I thought I'd give it a shot at least.
And since I haven't done a PR in a while, I basically forgot how to do it
properly :)
Please note: there are 2 patches in there which are *not* reviewed. Being
a trivial-patch collection, they're "obviously correct", - namely these are
spelling fixes ("information") and adding comments in linux-user/syscall.c.
If that's not okay, let's remove these 2 changes and apply the rest.
Thanks,
/mjt
The following changes since commit 5f9dd6a8ce3961db4ce47411ed2097ad88bdf5fc:
Merge tag 'pull-9p-20230608' of https://github.com/cschoenebeck/qemu into
staging (2023-06-08 08:47:35 -0700)
are available in the Git repository at:
https://gitlab.com/mjt0k/qemu.git tags/trivial-patches-20230610
for you to fetch changes up to e928907105cfeb48b68cedce232bbd4784536707:
linux-user: elfload: Specify -R is an option for qemu-user binaries
(2023-06-10 09:40:46 +0300)
----------------------------------------------------------------
trivial-patches-20230610
----------------------------------------------------------------
Anastasia Belova (1):
vnc: move assert in vnc_worker_thread_loop
Andrew Jeffery (2):
linux-user: elfload: s/min_mmap_addr/mmap_min_addr/
linux-user: elfload: Specify -R is an option for qemu-user binaries
Carlos Santos (1):
meson: install keyboard maps only if necessary
Mattias Nissler (1):
hw/remote: Fix vfu_cfg trace offset format
Michael Tokarev (4):
hw/virtio/virtio-qmp.c: spelling: suppoted
spelling: information
block.c: add newline for "Detected format" warning
linux-user: add comments for TARGET_NR_[gs]etgroups{,32}
Milan Zamazal (1):
docs: Fix trivial typos in vhost-user.rst
Peter Maydell (1):
linux-user: Return EINVAL for getgroups() with negative gidsetsize
Philippe Mathieu-Daudé (5):
target/m68k/fpu_helper: Use FloatRelation enum to hold comparison result
hw/core/cpu: Simplify realize() using MACHINE_GET_CLASS() macro
hw/i386/microvm: Simplify using object_dynamic_cast()
hw/pci/pci: Simplify pci_bar_address() using MACHINE_GET_CLASS() macro
hw/usb/hcd-ehci-pci: Simplify using DEVICE_GET_CLASS() macro
block.c | 2 +-
docs/system/devices/vhost-user.rst | 4 ++--
hw/core/cpu-common.c | 3 +--
hw/i386/microvm.c | 3 +--
hw/pci/pci.c | 4 +---
hw/remote/trace-events | 4 ++--
hw/usb/hcd-ehci-pci.c | 2 +-
hw/virtio/virtio-qmp.c | 2 +-
include/ui/clipboard.h | 2 +-
linux-user/elfload.c | 5 +++--
linux-user/syscall.c | 12 ++++++------
pc-bios/keymaps/meson.build | 6 ++++--
qapi/cryptodev.json | 2 +-
qga/qapi-schema.json | 2 +-
target/m68k/fpu_helper.c | 4 ++--
ui/vnc-jobs.c | 3 ++-
16 files changed, 30 insertions(+), 30 deletions(-)