[PATCH 0/7] Miscellaneous error message improvements

Markus Armbruster posted 7 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231031111059.3407803-1-armbru@redhat.com
Maintainers: Nicholas Piggin <npiggin@gmail.com>, Daniel Henrique Barboza <danielhb413@gmail.com>, "Cédric Le Goater" <clg@kaod.org>, David Gibson <david@gibson.dropbear.id.au>, Harsh Prateek Bora <harshpb@linux.ibm.com>, "Dr. David Alan Gilbert" <dave@treblig.org>, Jason Wang <jasowang@redhat.com>, Michael Roth <michael.roth@amd.com>, Konstantin Kostiuk <kkostiuk@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, David Hildenbrand <david@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>
hw/ppc/spapr_pci.c |  4 ++--
monitor/hmp-cmds.c |  4 ++--
net/net.c          |  6 +++---
qga/commands.c     |  2 +-
system/balloon.c   | 10 +++++-----
target/i386/cpu.c  |  3 ++-
ui/ui-qmp-cmds.c   |  5 +++--
7 files changed, 18 insertions(+), 16 deletions(-)
[PATCH 0/7] Miscellaneous error message improvements
Posted by Markus Armbruster 1 year ago
Markus Armbruster (7):
  spapr/pci: Correct "does not support hotplugging error messages
  hmp: Improve sync-profile error message
  qga: Improve guest-exec-status error message
  ui/qmp-cmds: Improve two error messages
  net: Fix a misleading error message
  balloon: Fix a misleading error message
  target/i386/cpu: Improve error message for property "vendor"

 hw/ppc/spapr_pci.c |  4 ++--
 monitor/hmp-cmds.c |  4 ++--
 net/net.c          |  6 +++---
 qga/commands.c     |  2 +-
 system/balloon.c   | 10 +++++-----
 target/i386/cpu.c  |  3 ++-
 ui/ui-qmp-cmds.c   |  5 +++--
 7 files changed, 18 insertions(+), 16 deletions(-)

-- 
2.41.0
Re: [PATCH 0/7] Miscellaneous error message improvements
Posted by Markus Armbruster 1 year ago
Queued.