qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Michael Tokarev <mjt@tls.msk.ru>
To: qemu-devel@nongnu.org
Cc: Michael Tokarev <mjt@tls.msk.ru>, qemu-trivial@nongnu.org
Subject: [PULL 00/16] trivial patches 2023-06-10
Date: Sat, 10 Jun 2023 09:57:38 +0300	[thread overview]
Message-ID: <cover.1686379708.git.mjt@tls.msk.ru> (raw)

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(-)


             reply	other threads:[~2023-06-10  6:59 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-10  6:57 Michael Tokarev [this message]
2023-06-10  6:57 ` [PULL 01/16] docs: Fix trivial typos in vhost-user.rst Michael Tokarev
2023-06-10  6:57 ` [PULL 02/16] hw/virtio/virtio-qmp.c: spelling: suppoted Michael Tokarev
2023-06-10  6:57 ` [PULL 03/16] spelling: information Michael Tokarev
2023-06-10  6:57 ` [PULL 04/16] hw/remote: Fix vfu_cfg trace offset format Michael Tokarev
2023-06-10  6:57 ` [PULL 05/16] block.c: add newline for "Detected format" warning Michael Tokarev
2023-06-10  6:57 ` [PULL 06/16] meson: install keyboard maps only if necessary Michael Tokarev
2023-06-10  6:57 ` [PULL 07/16] target/m68k/fpu_helper: Use FloatRelation enum to hold comparison result Michael Tokarev
2023-06-10  6:57 ` [PULL 08/16] hw/core/cpu: Simplify realize() using MACHINE_GET_CLASS() macro Michael Tokarev
2023-06-10  6:57 ` [PULL 09/16] hw/i386/microvm: Simplify using object_dynamic_cast() Michael Tokarev
2023-06-10  6:57 ` [PULL 10/16] hw/pci/pci: Simplify pci_bar_address() using MACHINE_GET_CLASS() macro Michael Tokarev
2023-06-10  6:57 ` [PULL 11/16] hw/usb/hcd-ehci-pci: Simplify using DEVICE_GET_CLASS() macro Michael Tokarev
2023-06-10  6:57 ` [PULL 12/16] linux-user: add comments for TARGET_NR_[gs]etgroups{, 32} Michael Tokarev
2023-06-10  6:57 ` [PULL 13/16] linux-user: Return EINVAL for getgroups() with negative gidsetsize Michael Tokarev
2023-06-10  6:57 ` [PULL 14/16] vnc: move assert in vnc_worker_thread_loop Michael Tokarev
2023-06-10  6:57 ` [PULL 15/16] linux-user: elfload: s/min_mmap_addr/mmap_min_addr/ Michael Tokarev
2023-06-10  6:57 ` [PULL 16/16] linux-user: elfload: Specify -R is an option for qemu-user binaries Michael Tokarev
2023-06-10 15:44 ` [PULL 00/16] trivial patches 2023-06-10 Richard Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1686379708.git.mjt@tls.msk.ru \
    --to=mjt@tls.msk.ru \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).