[PULL 00/15] Trivial patches for 2024-02-13

Michael Tokarev posted 15 patches 9 months, 2 weeks ago
Failed in applying to current master (apply log)
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Eric Auger <eric.auger@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, David Hildenbrand <david@redhat.com>, Thomas Huth <thuth@redhat.com>, "Hervé Poussineau" <hpoussin@reactos.org>, BALATON Zoltan <balaton@eik.bme.hu>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Jiaxun Yang <jiaxun.yang@flygoat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Ani Sinha <anisinha@redhat.com>, "Dr. David Alan Gilbert" <dave@treblig.org>, Eric Blake <eblake@redhat.com>, Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
MAINTAINERS                                   |  2 ++
cpu-target.c                                  |  1 +
hw/arm/smmuv3.c                               |  4 ++--
hw/intc/s390_flic_kvm.c                       |  5 +++--
hw/isa/pc87312.c                              |  4 ++--
hw/isa/vt82c686.c                             |  4 ++--
hw/smbios/smbios.c                            | 12 ++++++++++++
iothread.c                                    |  3 +--
monitor/hmp-cmds-target.c                     |  1 +
qemu-nbd.c                                    |  1 +
qemu-options.hx                               |  4 +++-
memory_ldst.c.inc => system/memory_ldst.c.inc |  0
12 files changed, 30 insertions(+), 11 deletions(-)
rename memory_ldst.c.inc => system/memory_ldst.c.inc (100%)
[PULL 00/15] Trivial patches for 2024-02-13
Posted by Michael Tokarev 9 months, 2 weeks ago
The following changes since commit 5005aed8a7e728d028efb40e243ecfc2b4f3df3a:

  Merge tag 'pull-maintainer-updates-090224-1' of https://gitlab.com/stsquad/qemu into staging (2024-02-12 14:14:10 +0000)

are available in the Git repository at:

  https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches

for you to fetch changes up to f6e33708bbb824d493863bc936d3c86fc86f2004:

  monitor/target: Include missing 'exec/memory.h' header (2024-02-13 10:59:25 +0300)

----------------------------------------------------------------
trivial patches for 2024-02-13

----------------------------------------------------------------
Akihiko Odaki (2):
      hw/smbios: Fix OEM strings table option validation
      hw/smbios: Fix port connector option validation

BALATON Zoltan (2):
      qemu-options.hx: Add zoom-to-fit to option summary for gtk
      system: Move memory_ldst.c.inc to system

Kevin Wolf (1):
      iothread: Simplify expression in qemu_in_iothread()

Markus Armbruster (2):
      MAINTAINERS: Cover qapi/cxl.json
      MAINTAINERS: Cover qapi/stats.json

Michael Tokarev (2):
      qemu-nbd: mention --tls-hostname option in qemu-nbd --help
      qemu-options.hx: document that tftp=dir is readonly

Philippe Mathieu-Daudé (2):
      cpu-target: Include missing 'exec/memory.h' header
      monitor/target: Include missing 'exec/memory.h' header

Zhao Liu (4):
      hw/isa/vt82c686: Consolidate the use of device_class_set_parent_realize()
      hw/isa/pc87312: Consolidate the use of device_class_set_parent_realize()
      hw/intc/s390_flic: Consolidate the use of device_class_set_parent_realize()
      hw/arm/smmuv3: Consolidate the use of device_class_set_parent_realize()

 MAINTAINERS                                   |  2 ++
 cpu-target.c                                  |  1 +
 hw/arm/smmuv3.c                               |  4 ++--
 hw/intc/s390_flic_kvm.c                       |  5 +++--
 hw/isa/pc87312.c                              |  4 ++--
 hw/isa/vt82c686.c                             |  4 ++--
 hw/smbios/smbios.c                            | 12 ++++++++++++
 iothread.c                                    |  3 +--
 monitor/hmp-cmds-target.c                     |  1 +
 qemu-nbd.c                                    |  1 +
 qemu-options.hx                               |  4 +++-
 memory_ldst.c.inc => system/memory_ldst.c.inc |  0
 12 files changed, 30 insertions(+), 11 deletions(-)
 rename memory_ldst.c.inc => system/memory_ldst.c.inc (100%)

Re: [PULL 00/15] Trivial patches for 2024-02-13
Posted by Peter Maydell 9 months, 2 weeks ago
On Tue, 13 Feb 2024 at 08:03, Michael Tokarev <mjt@tls.msk.ru> wrote:
>
> The following changes since commit 5005aed8a7e728d028efb40e243ecfc2b4f3df3a:
>
>   Merge tag 'pull-maintainer-updates-090224-1' of https://gitlab.com/stsquad/qemu into staging (2024-02-12 14:14:10 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches
>
> for you to fetch changes up to f6e33708bbb824d493863bc936d3c86fc86f2004:
>
>   monitor/target: Include missing 'exec/memory.h' header (2024-02-13 10:59:25 +0300)
>
> ----------------------------------------------------------------
> trivial patches for 2024-02-13
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.0
for any user-visible changes.

-- PMM