mbox

[PULL,0/7] Error reporting patches for 2023-11-17

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

Pull-request

https://repo.or.cz/qemu/armbru.git tags/pull-error-2023-11-17

Message

Markus Armbruster Nov. 17, 2023, 9:53 a.m. UTC
The following changes since commit 34a5cb6d8434303c170230644b2a7c1d5781d197:

  Merge tag 'pull-tcg-20231114' of https://gitlab.com/rth7680/qemu into staging (2023-11-15 08:05:25 -0500)

are available in the Git repository at:

  https://repo.or.cz/qemu/armbru.git tags/pull-error-2023-11-17

for you to fetch changes up to 298d8b122056052951bda487392d8aabbfd0f3e5:

  target/i386/cpu: Improve error message for property "vendor" (2023-11-17 10:07:52 +0100)

----------------------------------------------------------------
Error reporting patches for 2023-11-17

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

Comments

Stefan Hajnoczi Nov. 20, 2023, 2:39 p.m. UTC | #1
Applied, thanks.

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