qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/9] Error reporting patches for 2024-10-18
@ 2024-10-18 13:28 Markus Armbruster
  2024-10-18 13:28 ` [PULL 1/9] qga/qapi-schema: Drop obsolete note on "unsupported" errors Markus Armbruster
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Markus Armbruster @ 2024-10-18 13:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell

The following changes since commit 95a16ee753d6da651fce8df876333bf7fcf134d9:

  Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging (2024-10-17 12:42:23 +0100)

are available in the Git repository at:

  https://repo.or.cz/qemu/armbru.git tags/pull-error-2024-10-18

for you to fetch changes up to 1824e9fc646c68e42e3f823b208382563ce5dc83:

  qerror: QERR_PROPERTY_VALUE_OUT_OF_RANGE is no longer used, drop (2024-10-18 15:03:35 +0200)

----------------------------------------------------------------
Error reporting patches for 2024-10-18

----------------------------------------------------------------
Markus Armbruster (9):
      qga/qapi-schema: Drop obsolete note on "unsupported" errors
      qga: Improve error for guest-set-user-password parameter @crypted
      error: Drop superfluous #include "qapi/qmp/qerror.h"
      block: Improve errors about block sizes
      block: Adjust check_block_size() signature
      target/i386/cpu: Avoid mixing signed and unsigned in property setters
      target/i386/cpu: Improve errors for out of bounds property values
      hw/intc/openpic: Improve errors for out of bounds property values
      qerror: QERR_PROPERTY_VALUE_OUT_OF_RANGE is no longer used, drop

 qga/qapi-schema.json                 |  9 ------
 include/qapi/qmp/qerror.h            |  6 ----
 util/block-helpers.h                 |  3 +-
 block/export/vduse-blk.c             |  7 ++---
 block/export/vhost-user-blk-server.c |  6 +---
 hw/core/qdev-properties-system.c     |  6 +---
 hw/intc/openpic.c                    |  5 +--
 qga/commands-bsd.c                   |  1 -
 qga/commands-linux.c                 |  1 -
 qga/commands-posix.c                 |  1 -
 qga/commands-win32.c                 |  2 +-
 target/i386/cpu.c                    | 59 +++++++++++++++++-------------------
 util/block-helpers.c                 | 28 ++++++++---------
 13 files changed, 47 insertions(+), 87 deletions(-)

-- 
2.46.0



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-10-21 11:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-18 13:28 [PULL 0/9] Error reporting patches for 2024-10-18 Markus Armbruster
2024-10-18 13:28 ` [PULL 1/9] qga/qapi-schema: Drop obsolete note on "unsupported" errors Markus Armbruster
2024-10-18 13:28 ` [PULL 2/9] qga: Improve error for guest-set-user-password parameter @crypted Markus Armbruster
2024-10-18 13:28 ` [PULL 3/9] error: Drop superfluous #include "qapi/qmp/qerror.h" Markus Armbruster
2024-10-18 13:28 ` [PULL 4/9] block: Improve errors about block sizes Markus Armbruster
2024-10-18 13:28 ` [PULL 5/9] block: Adjust check_block_size() signature Markus Armbruster
2024-10-18 13:28 ` [PULL 6/9] target/i386/cpu: Avoid mixing signed and unsigned in property setters Markus Armbruster
2024-10-18 13:28 ` [PULL 7/9] target/i386/cpu: Improve errors for out of bounds property values Markus Armbruster
2024-10-18 13:28 ` [PULL 8/9] hw/intc/openpic: " Markus Armbruster
2024-10-18 13:28 ` [PULL 9/9] qerror: QERR_PROPERTY_VALUE_OUT_OF_RANGE is no longer used, drop Markus Armbruster
2024-10-21 11:36 ` [PULL 0/9] Error reporting patches for 2024-10-18 Peter Maydell

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