[PULL 0/4] Error reporting patches for 2024-03-12

Markus Armbruster posted 4 patches 1 month, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240312134108.3030801-1-armbru@redhat.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Song Gao <gaosong@loongson.cn>, Palmer Dabbelt <palmer@dabbelt.com>, Alistair Francis <alistair.francis@wdc.com>, Bin Meng <bin.meng@windriver.com>, Weiwei Li <liwei1518@gmail.com>, Daniel Henrique Barboza <dbarboza@ventanamicro.com>, Liu Zhiwei <zhiwei_liu@linux.alibaba.com>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>
target/arm/arm-qmp-cmds.c             | 16 ++++------------
target/i386/cpu-sysemu.c              | 34 +++++++++++++++++++++++++---------
target/loongarch/loongarch-qmp-cmds.c | 18 +++++++++++++++++-
target/riscv/riscv-qmp-cmds.c         | 20 ++++++--------------
target/s390x/cpu_models_sysemu.c      | 31 +++++++++++++------------------
tests/qtest/arm-cpu-features.c        | 13 +++++++------
6 files changed, 72 insertions(+), 60 deletions(-)
[PULL 0/4] Error reporting patches for 2024-03-12
Posted by Markus Armbruster 1 month, 2 weeks ago
The following changes since commit 05ec974671200814fa5c1d5db710e0e4b88a40af:

  Merge tag 'm68k-for-9.0-pull-request' of https://github.com/vivier/qemu-m68k into staging (2024-03-11 18:42:53 +0000)

are available in the Git repository at:

  https://repo.or.cz/qemu/armbru.git tags/pull-error-2024-03-12

for you to fetch changes up to 28054406715a90e3fab96d4a29190e8857e57fbc:

  target/loongarch: Fix query-cpu-model-expansion to reject props (2024-03-12 14:03:37 +0100)

----------------------------------------------------------------
Error reporting patches for 2024-03-12

----------------------------------------------------------------
Markus Armbruster (4):
      target: Simplify type checks for CpuModelInfo member @props
      target/i386: Fix query-cpu-model-expansion to reject props
      target: Improve error reporting for CpuModelInfo member @props
      target/loongarch: Fix query-cpu-model-expansion to reject props

 target/arm/arm-qmp-cmds.c             | 16 ++++------------
 target/i386/cpu-sysemu.c              | 34 +++++++++++++++++++++++++---------
 target/loongarch/loongarch-qmp-cmds.c | 18 +++++++++++++++++-
 target/riscv/riscv-qmp-cmds.c         | 20 ++++++--------------
 target/s390x/cpu_models_sysemu.c      | 31 +++++++++++++------------------
 tests/qtest/arm-cpu-features.c        | 13 +++++++------
 6 files changed, 72 insertions(+), 60 deletions(-)

-- 
2.44.0
Re: [PULL 0/4] Error reporting patches for 2024-03-12
Posted by Peter Maydell 1 month, 2 weeks ago
On Tue, 12 Mar 2024 at 13:41, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit 05ec974671200814fa5c1d5db710e0e4b88a40af:
>
>   Merge tag 'm68k-for-9.0-pull-request' of https://github.com/vivier/qemu-m68k into staging (2024-03-11 18:42:53 +0000)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/armbru.git tags/pull-error-2024-03-12
>
> for you to fetch changes up to 28054406715a90e3fab96d4a29190e8857e57fbc:
>
>   target/loongarch: Fix query-cpu-model-expansion to reject props (2024-03-12 14:03:37 +0100)
>
> ----------------------------------------------------------------
> Error reporting patches for 2024-03-12
>
> ----------------------------------------------------------------
> Markus Armbruster (4):
>       target: Simplify type checks for CpuModelInfo member @props
>       target/i386: Fix query-cpu-model-expansion to reject props
>       target: Improve error reporting for CpuModelInfo member @props
>       target/loongarch: Fix query-cpu-model-expansion to reject props
>


Applied, thanks.

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

-- PMM