[PULL 0/7] Trivial branch for 7.2 patches

Laurent Vivier posted 7 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221105195227.354769-1-laurent@vivier.eu
Maintainers: Peter Maydell <peter.maydell@linaro.org>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Stefano Stabellini <sstabellini@kernel.org>, Anthony Perard <anthony.perard@citrix.com>, Paul Durrant <paul@xen.org>, Paolo Bonzini <pbonzini@redhat.com>, Peter Xu <peterx@redhat.com>, David Hildenbrand <david@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, "Daniel P. Berrangé" <berrange@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, Michael Roth <michael.roth@amd.com>, Konstantin Kostiuk <kkostiuk@redhat.com>, Laurent Vivier <laurent@vivier.eu>, Richard Henderson <richard.henderson@linaro.org>, Ilya Leoshkevich <iii@linux.ibm.com>, Thomas Huth <thuth@redhat.com>, Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
docs/devel/testing.rst                        |  2 +-
docs/system/arm/cpu-features.rst              |  2 +-
docs/system/loongarch/loongson3.rst           |  2 +-
docs/tools/virtiofsd.rst                      |  2 +-
hw/xen/meson.build                            |  2 +-
include/exec/memory.h                         |  2 +-
qapi/qom.json                                 |  2 +-
qapi/virtio.json                              | 34 +++++++++----------
qemu-options.hx                               | 10 +++---
qga/qapi-schema.json                          |  2 +-
target/m68k/{qregs.def => qregs.h.inc}        |  0
target/m68k/translate.c                       |  4 +--
.../tcg/{insn-data.def => insn-data.h.inc}    |  2 +-
.../{insn-format.def => insn-format.h.inc}    |  0
target/s390x/tcg/translate.c                  | 10 +++---
target/tricore/{csfr.def => csfr.h.inc}       |  0
target/tricore/translate.c                    |  4 +--
tests/qtest/libqtest.h                        |  2 +-
tests/unit/test-io-channel-command.c          | 14 +++-----
19 files changed, 45 insertions(+), 51 deletions(-)
rename target/m68k/{qregs.def => qregs.h.inc} (100%)
rename target/s390x/tcg/{insn-data.def => insn-data.h.inc} (99%)
rename target/s390x/tcg/{insn-format.def => insn-format.h.inc} (100%)
rename target/tricore/{csfr.def => csfr.h.inc} (100%)
[PULL 0/7] Trivial branch for 7.2 patches
Posted by Laurent Vivier 1 year, 4 months ago
The following changes since commit 6295a58ad1b73985b9c32d184de7d2ed1fbe1774:

  Merge tag 'pull-target-arm-20221104' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-11-04 11:01:17 -0400)

are available in the Git repository at:

  https://gitlab.com/laurent_vivier/qemu.git tags/trivial-branch-for-7.2-pull-request

for you to fetch changes up to 5a820d5d07cb101752c731799a326648a5aa185a:

  tests/unit: simpler variable sequence for test-io-channel (2022-11-05 20:35:45 +0100)

----------------------------------------------------------------
Pull request trivial branch 20221103-v2

----------------------------------------------------------------

Alex Bennée (1):
  tests/unit: simpler variable sequence for test-io-channel

Chuck Zmudzinski (1):
  xen/pt: fix syntax error that causes FTBFS in some configurations

Han Han (1):
  qapi: virtio: Fix the introduced version

Philippe Mathieu-Daudé (3):
  target/m68k: Rename qregs.def -> qregs.h.inc
  target/s390x: Rename insn-data/format.def -> insn-data/format.h.inc
  target/tricore: Rename csfr.def -> csfr.h.inc

Stefan Weil (1):
  Fix some typos in documentation and comments

 docs/devel/testing.rst                        |  2 +-
 docs/system/arm/cpu-features.rst              |  2 +-
 docs/system/loongarch/loongson3.rst           |  2 +-
 docs/tools/virtiofsd.rst                      |  2 +-
 hw/xen/meson.build                            |  2 +-
 include/exec/memory.h                         |  2 +-
 qapi/qom.json                                 |  2 +-
 qapi/virtio.json                              | 34 +++++++++----------
 qemu-options.hx                               | 10 +++---
 qga/qapi-schema.json                          |  2 +-
 target/m68k/{qregs.def => qregs.h.inc}        |  0
 target/m68k/translate.c                       |  4 +--
 .../tcg/{insn-data.def => insn-data.h.inc}    |  2 +-
 .../{insn-format.def => insn-format.h.inc}    |  0
 target/s390x/tcg/translate.c                  | 10 +++---
 target/tricore/{csfr.def => csfr.h.inc}       |  0
 target/tricore/translate.c                    |  4 +--
 tests/qtest/libqtest.h                        |  2 +-
 tests/unit/test-io-channel-command.c          | 14 +++-----
 19 files changed, 45 insertions(+), 51 deletions(-)
 rename target/m68k/{qregs.def => qregs.h.inc} (100%)
 rename target/s390x/tcg/{insn-data.def => insn-data.h.inc} (99%)
 rename target/s390x/tcg/{insn-format.def => insn-format.h.inc} (100%)
 rename target/tricore/{csfr.def => csfr.h.inc} (100%)

-- 
2.37.3


Re: [PULL 0/7] Trivial branch for 7.2 patches
Posted by Stefan Hajnoczi 1 year, 4 months ago
Applied, thanks.

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