[PULL 0/4] Error reporting patches for 2022-10-28

Markus Armbruster posted 4 patches 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221028060816.641399-1-armbru@redhat.com
Maintainers: "Gonglei (Arei)" <arei.gonglei@huawei.com>, Laurent Vivier <lvivier@redhat.com>, Amit Shah <amit@kernel.org>, "Michael S. Tsirkin" <mst@redhat.com>, Markus Armbruster <armbru@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, Thomas Huth <thuth@redhat.com>
include/qapi/qmp/qerror.h       | 3 ---
backends/cryptodev-vhost-user.c | 2 +-
backends/rng-egd.c              | 2 +-
backends/rng-random.c           | 2 +-
backends/vhost-user.c           | 2 +-
qom/object.c                    | 6 ++++--
softmmu/qtest.c                 | 4 ++--
7 files changed, 10 insertions(+), 11 deletions(-)
[PULL 0/4] Error reporting patches for 2022-10-28
Posted by Markus Armbruster 1 year, 6 months ago
The following changes since commit 344744e148e6e865f5a57e745b02a87e5ea534ad:

  Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging (2022-10-26 10:53:49 -0400)

are available in the Git repository at:

  https://repo.or.cz/qemu/armbru.git tags/pull-error-2022-10-28

for you to fetch changes up to 0dddb0fc80f83d3bb469dc220ba8e2496b27a205:

  qerror: QERR_PERMISSION_DENIED is no longer used, drop (2022-10-27 07:57:18 +0200)

----------------------------------------------------------------
Error reporting patches for 2022-10-28

----------------------------------------------------------------
Markus Armbruster (4):
      qom: Improve error messages when property has no getter or setter
      backends: Improve error messages when property can no longer be set
      qtest: Improve error messages when property can not be set right now
      qerror: QERR_PERMISSION_DENIED is no longer used, drop

 include/qapi/qmp/qerror.h       | 3 ---
 backends/cryptodev-vhost-user.c | 2 +-
 backends/rng-egd.c              | 2 +-
 backends/rng-random.c           | 2 +-
 backends/vhost-user.c           | 2 +-
 qom/object.c                    | 6 ++++--
 softmmu/qtest.c                 | 4 ++--
 7 files changed, 10 insertions(+), 11 deletions(-)

-- 
2.37.3
Re: [PULL 0/4] Error reporting patches for 2022-10-28
Posted by Stefan Hajnoczi 1 year, 6 months ago
Applied, thanks.

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