[PULL 0/9] Error reporting patches for 2024-05-27

Markus Armbruster posted 9 patches 1 year, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240527113131.2054486-1-armbru@redhat.com
Maintainers: Fam Zheng <fam@euphon.net>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Markus Armbruster <armbru@redhat.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Konstantin Kostiuk <kkostiuk@redhat.com>, Michael Roth <michael.roth@amd.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>
include/qapi/qmp/qerror.h |  6 ------
block/vmdk.c              | 10 +++++-----
blockdev.c                |  6 ++++--
dump/win_dump.c           |  7 ++++---
migration/savevm.c        |  5 ++---
qga/commands-win32.c      | 41 +++++++++++++++++------------------------
qga/commands.c            |  6 ++----
system/cpus.c             |  6 ++++--
8 files changed, 38 insertions(+), 49 deletions(-)
[PULL 0/9] Error reporting patches for 2024-05-27
Posted by Markus Armbruster 1 year, 5 months ago
The following changes since commit 60b54b67c63d8f076152e0f7dccf39854dfc6a77:

  Merge tag 'pull-lu-20240526' of https://gitlab.com/rth7680/qemu into staging (2024-05-26 17:51:00 -0700)

are available in the Git repository at:

  https://repo.or.cz/qemu/armbru.git tags/pull-error-2024-05-27

for you to fetch changes up to 2020337239b054447d0756ea75e970b35f7a541b:

  qerror: QERR_QGA_COMMAND_FAILED is no longer used, drop (2024-05-27 13:00:12 +0200)

----------------------------------------------------------------
Error reporting patches for 2024-05-27

----------------------------------------------------------------
Markus Armbruster (9):
      block: Improve error message when external snapshot can't flush
      dump/win_dump: Improve error messages on write error
      block/vmdk: Improve error messages on extent write error
      cpus: Improve error messages on memsave, pmemsave write error
      migration: Rephrase message on failure to save / load Xen device state
      qerror: QERR_IO_ERROR is no longer used, drop
      qga-win32: Improve guest-set-user-password, guest-file-open errors
      qga: Shorten several error messages
      qerror: QERR_QGA_COMMAND_FAILED is no longer used, drop

 include/qapi/qmp/qerror.h |  6 ------
 block/vmdk.c              | 10 +++++-----
 blockdev.c                |  6 ++++--
 dump/win_dump.c           |  7 ++++---
 migration/savevm.c        |  5 ++---
 qga/commands-win32.c      | 41 +++++++++++++++++------------------------
 qga/commands.c            |  6 ++----
 system/cpus.c             |  6 ++++--
 8 files changed, 38 insertions(+), 49 deletions(-)

-- 
2.45.0
Re: [PULL 0/9] Error reporting patches for 2024-05-27
Posted by Richard Henderson 1 year, 5 months ago
On 5/27/24 04:31, Markus Armbruster wrote:
> The following changes since commit 60b54b67c63d8f076152e0f7dccf39854dfc6a77:
> 
>    Merge tag 'pull-lu-20240526' ofhttps://gitlab.com/rth7680/qemu  into staging (2024-05-26 17:51:00 -0700)
> 
> are available in the Git repository at:
> 
>    https://repo.or.cz/qemu/armbru.git  tags/pull-error-2024-05-27
> 
> for you to fetch changes up to 2020337239b054447d0756ea75e970b35f7a541b:
> 
>    qerror: QERR_QGA_COMMAND_FAILED is no longer used, drop (2024-05-27 13:00:12 +0200)
> 
> ----------------------------------------------------------------
> Error reporting patches for 2024-05-27

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/9.1 as appropriate.


r~