All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konstantin Kostiuk <kkostiuk@redhat.com>
To: quintela@redhat.com
Cc: Markus Armbruster <armbru@redhat.com>,
	qemu-devel@nongnu.org, marcandre.lureau@redhat.com,
	 mst@redhat.com, imammedo@redhat.com, ani@anisinha.ca,
	eduardo@habkost.net,  marcel.apfelbaum@gmail.com,
	philmd@linaro.org, wangyanan55@huawei.com,  jiri@resnulli.us,
	jasowang@redhat.com, pavel.dovgaluk@ispras.ru,
	 pbonzini@redhat.com, zhanghailiang@xfusion.com,
	dgilbert@redhat.com,  michael.roth@amd.com
Subject: Re: [PATCH 01/12] error: Drop superfluous #include "qapi/qmp/qerror.h"
Date: Tue, 7 Feb 2023 18:26:51 +0200	[thread overview]
Message-ID: <CAPMcbCrhqfaVAR4kFPX46vvfvb+PrYPgKeRXpads+uTHfJTwDA@mail.gmail.com> (raw)
In-Reply-To: <87zg9pc19h.fsf@secure.mitica>

[-- Attachment #1: Type: text/plain, Size: 1236 bytes --]

Reviewed-by: Konstantin Kostiuk <kkostiuk@redhat.com>

On Tue, Feb 7, 2023 at 10:45 AM Juan Quintela <quintela@redhat.com> wrote:

> Markus Armbruster <armbru@redhat.com> wrote:
> > Signed-off-by: Markus Armbruster <armbru@redhat.com>
> > ---
> >  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 -
> >  hw/core/machine.c              | 1 -
> >  hw/i386/pc.c                   | 1 -
> >  hw/i386/x86.c                  | 1 -
> >  hw/misc/xlnx-zynqmp-apu-ctrl.c | 1 -
> >  migration/colo.c               | 1 -
> >  migration/migration-hmp-cmds.c | 1 -
> >  qga/main.c                     | 1 -
> >  softmmu/qtest.c                | 1 -
> >  target/i386/monitor.c          | 1 -
> >  target/i386/sev-sysemu-stub.c  | 1 -
> >  target/i386/sev.c              | 1 -
> >  util/qemu-config.c             | 1 -
> >  20 files changed, 20 deletions(-)
> >
> > diff --git a/authz/listfile.c b/authz/listfile.c
>
> Reviewed-by: Juan Quintela <quintela@redhat.com>
>
>

[-- Attachment #2: Type: text/html, Size: 2080 bytes --]

  reply	other threads:[~2023-02-07 16:27 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-07  7:51 [PATCH 00/12] error: Reduce qerror.h usage a bit more Markus Armbruster
2023-02-07  7:51 ` [PATCH 01/12] error: Drop superfluous #include "qapi/qmp/qerror.h" Markus Armbruster
2023-02-07  8:45   ` Juan Quintela
2023-02-07 16:26     ` Konstantin Kostiuk [this message]
2023-02-07  7:51 ` [PATCH 02/12] dump: Improve error message when target doesn't support memory dump Markus Armbruster
2023-02-07  8:32   ` Philippe Mathieu-Daudé
2023-02-07 12:00     ` Markus Armbruster
2023-02-07  8:45   ` Juan Quintela
2023-02-07  7:51 ` [PATCH 03/12] dump: Assert cpu_get_note_size() can't fail Markus Armbruster
2023-02-07  8:46   ` Juan Quintela
2023-02-07  7:51 ` [PATCH 04/12] hw/core: Improve error message when machine doesn't provide NMIs Markus Armbruster
2023-02-07  8:47   ` Juan Quintela
2023-02-07  7:51 ` [PATCH 05/12] hw/smbios: Dumb down smbios_entry_add() stub Markus Armbruster
2023-02-07  8:50   ` Juan Quintela
2023-02-07  7:51 ` [PATCH 06/12] hw/acpi: Dumb down acpi_table_add() stub Markus Armbruster
2023-02-07  8:51   ` Juan Quintela
2023-02-07  7:51 ` [PATCH 07/12] hw/acpi: Move QMP command to hw/core/ Markus Armbruster
2023-02-07  8:52   ` Juan Quintela
2023-02-07  7:51 ` [PATCH 08/12] qga: Drop dangling reference to QERR_QGA_LOGGING_DISABLED Markus Armbruster
2023-02-07  8:53   ` Juan Quintela
2023-02-07 16:26     ` Konstantin Kostiuk
2023-02-07  7:51 ` [PATCH 09/12] replay: Simplify setting replay blockers Markus Armbruster
2023-02-07  8:38   ` Philippe Mathieu-Daudé
2023-02-07 12:50     ` Markus Armbruster
2023-02-07  7:51 ` [PATCH 10/12] hw/core: Improve the query-hotpluggable-cpus error message Markus Armbruster
2023-02-07  8:40   ` Philippe Mathieu-Daudé
2023-02-07 12:53     ` Markus Armbruster
2023-02-07  7:51 ` [PATCH 11/12] migration/colo: Improve an x-colo-lost-heartbeat " Markus Armbruster
2023-02-07  9:03   ` Juan Quintela
2023-02-07 10:10     ` Markus Armbruster
2023-02-07  7:51 ` [PATCH 12/12] rocker: Tweak stubbed out monitor commands' error messages Markus Armbruster
2023-02-07  9:04   ` Juan Quintela
2023-02-07  8:41 ` [PATCH 00/12] error: Reduce qerror.h usage a bit more Philippe Mathieu-Daudé

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAPMcbCrhqfaVAR4kFPX46vvfvb+PrYPgKeRXpads+uTHfJTwDA@mail.gmail.com \
    --to=kkostiuk@redhat.com \
    --cc=ani@anisinha.ca \
    --cc=armbru@redhat.com \
    --cc=dgilbert@redhat.com \
    --cc=eduardo@habkost.net \
    --cc=imammedo@redhat.com \
    --cc=jasowang@redhat.com \
    --cc=jiri@resnulli.us \
    --cc=marcandre.lureau@redhat.com \
    --cc=marcel.apfelbaum@gmail.com \
    --cc=michael.roth@amd.com \
    --cc=mst@redhat.com \
    --cc=pavel.dovgaluk@ispras.ru \
    --cc=pbonzini@redhat.com \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.com \
    --cc=wangyanan55@huawei.com \
    --cc=zhanghailiang@xfusion.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.