mbox

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

Message ID 20240312134108.3030801-1-armbru@redhat.com
State New
Headers show

Pull-request

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

Message

Markus Armbruster March 12, 2024, 1:41 p.m. UTC
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(-)

Comments

Peter Maydell March 12, 2024, 9:31 p.m. UTC | #1
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