[PULL 00/12] Error reporting patches patches for 2023-02-23

Markus Armbruster posted 12 patches 1 year, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230223134626.2107382-1-armbru@redhat.com
Maintainers: "Daniel P. Berrangé" <berrange@redhat.com>, "Gonglei (Arei)" <arei.gonglei@huawei.com>, Laurent Vivier <lvivier@redhat.com>, Amit Shah <amit@kernel.org>, "Michael S. Tsirkin" <mst@redhat.com>, John Snow <jsnow@redhat.com>, Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Ani Sinha <ani@anisinha.ca>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Alistair Francis <alistair@alistair23.me>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Peter Maydell <peter.maydell@linaro.org>, Jiri Pirko <jiri@resnulli.us>, Jason Wang <jasowang@redhat.com>, Markus Armbruster <armbru@redhat.com>, Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>, Hailiang Zhang <zhanghailiang@xfusion.com>, Juan Quintela <quintela@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Michael Roth <michael.roth@amd.com>, Konstantin Kostiuk <kkostiuk@redhat.com>, Thomas Huth <thuth@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>
MAINTAINERS                    |  1 -
include/qapi/qmp/qerror.h      |  6 ------
include/sysemu/replay.h        |  2 +-
authz/listfile.c               |  1 -
backends/cryptodev-vhost.c     |  1 -
backends/rng.c                 |  1 -
backends/vhost-user.c          |  1 -
block/backup.c                 |  1 -
block/commit.c                 |  1 -
block/mirror.c                 |  1 -
block/stream.c                 |  1 -
dump/dump.c                    |  8 +++-----
hw/acpi/acpi-stub.c            |  4 +---
hw/acpi/vmgenid.c              | 18 ------------------
hw/core/machine-qmp-cmds.c     | 21 +++++++++++++++++++--
hw/core/machine.c              |  1 -
hw/core/nmi.c                  |  3 +--
hw/i386/pc.c                   |  1 -
hw/i386/x86.c                  |  1 -
hw/misc/xlnx-zynqmp-apu-ctrl.c |  1 -
hw/net/rocker/qmp-norocker.c   | 12 +++++-------
hw/smbios/smbios-stub.c        |  4 +---
migration/colo-failover.c      |  3 +--
migration/colo.c               |  1 -
migration/migration-hmp-cmds.c |  1 -
qga/commands.c                 |  5 ++---
qga/main.c                     |  1 -
replay/replay.c                |  6 +++++-
replay/stubs-system.c          |  2 +-
softmmu/qtest.c                |  1 -
softmmu/rtc.c                  |  5 +----
softmmu/vl.c                   | 13 +++----------
stubs/vmgenid.c                | 10 ----------
target/i386/monitor.c          |  1 -
target/i386/sev-sysemu-stub.c  |  1 -
target/i386/sev.c              |  1 -
util/qemu-config.c             |  1 -
stubs/meson.build              |  1 -
38 files changed, 44 insertions(+), 100 deletions(-)
delete mode 100644 stubs/vmgenid.c
[PULL 00/12] Error reporting patches patches for 2023-02-23
Posted by Markus Armbruster 1 year, 2 months ago
The following changes since commit 79b677d658d3d35e1e776826ac4abb28cdce69b8:

  Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging (2023-02-21 11:28:31 +0000)

are available in the Git repository at:

  https://repo.or.cz/qemu/armbru.git tags/pull-error-2023-02-23

for you to fetch changes up to 1178710247017ee4f570b16a186ee48c250a18d1:

  rocker: Tweak stubbed out monitor commands' error messages (2023-02-23 14:10:17 +0100)

----------------------------------------------------------------
Error reporting patches patches for 2023-02-23

----------------------------------------------------------------
Markus Armbruster (12):
      error: Drop superfluous #include "qapi/qmp/qerror.h"
      dump: Improve error message when target doesn't support memory dump
      dump: Assert cpu_get_note_size() can't fail
      hw/core: Improve error message when machine doesn't provide NMIs
      hw/smbios: Dumb down smbios_entry_add() stub
      hw/acpi: Dumb down acpi_table_add() stub
      hw/acpi: Move QMP command to hw/core/
      qga: Drop dangling reference to QERR_QGA_LOGGING_DISABLED
      replay: Simplify setting replay blockers
      hw/core: Improve the query-hotpluggable-cpus error message
      migration/colo: Improve an x-colo-lost-heartbeat error message
      rocker: Tweak stubbed out monitor commands' error messages

 MAINTAINERS                    |  1 -
 include/qapi/qmp/qerror.h      |  6 ------
 include/sysemu/replay.h        |  2 +-
 authz/listfile.c               |  1 -
 backends/cryptodev-vhost.c     |  1 -
 backends/rng.c                 |  1 -
 backends/vhost-user.c          |  1 -
 block/backup.c                 |  1 -
 block/commit.c                 |  1 -
 block/mirror.c                 |  1 -
 block/stream.c                 |  1 -
 dump/dump.c                    |  8 +++-----
 hw/acpi/acpi-stub.c            |  4 +---
 hw/acpi/vmgenid.c              | 18 ------------------
 hw/core/machine-qmp-cmds.c     | 21 +++++++++++++++++++--
 hw/core/machine.c              |  1 -
 hw/core/nmi.c                  |  3 +--
 hw/i386/pc.c                   |  1 -
 hw/i386/x86.c                  |  1 -
 hw/misc/xlnx-zynqmp-apu-ctrl.c |  1 -
 hw/net/rocker/qmp-norocker.c   | 12 +++++-------
 hw/smbios/smbios-stub.c        |  4 +---
 migration/colo-failover.c      |  3 +--
 migration/colo.c               |  1 -
 migration/migration-hmp-cmds.c |  1 -
 qga/commands.c                 |  5 ++---
 qga/main.c                     |  1 -
 replay/replay.c                |  6 +++++-
 replay/stubs-system.c          |  2 +-
 softmmu/qtest.c                |  1 -
 softmmu/rtc.c                  |  5 +----
 softmmu/vl.c                   | 13 +++----------
 stubs/vmgenid.c                | 10 ----------
 target/i386/monitor.c          |  1 -
 target/i386/sev-sysemu-stub.c  |  1 -
 target/i386/sev.c              |  1 -
 util/qemu-config.c             |  1 -
 stubs/meson.build              |  1 -
 38 files changed, 44 insertions(+), 100 deletions(-)
 delete mode 100644 stubs/vmgenid.c

-- 
2.39.0
Re: [PULL 00/12] Error reporting patches patches for 2023-02-23
Posted by Peter Maydell 1 year, 2 months ago
On Thu, 23 Feb 2023 at 13:46, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit 79b677d658d3d35e1e776826ac4abb28cdce69b8:
>
>   Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging (2023-02-21 11:28:31 +0000)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/armbru.git tags/pull-error-2023-02-23
>
> for you to fetch changes up to 1178710247017ee4f570b16a186ee48c250a18d1:
>
>   rocker: Tweak stubbed out monitor commands' error messages (2023-02-23 14:10:17 +0100)
>
> ----------------------------------------------------------------
> Error reporting patches patches for 2023-02-23
>


Applied, thanks.

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

-- PMM