qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Zhao Liu <zhao1.liu@intel.com>
To: "Daniel P. Berrangé" <berrange@redhat.com>
Cc: qemu-devel@nongnu.org, Markus Armbruster <armbru@redhat.com>
Subject: Re: [PATCH v2 25/31] tests: adapt to new import path for qobject data type headers
Date: Fri, 18 Oct 2024 18:12:02 +0800	[thread overview]
Message-ID: <ZxI0cqZ3i9Hz/ZKk@intel.com> (raw)
In-Reply-To: <20241017113344.883424-26-berrange@redhat.com>

Hi Daniel,

On Thu, Oct 17, 2024 at 12:33:37PM +0100, Daniel P. Berrangé wrote:
> Date: Thu, 17 Oct 2024 12:33:37 +0100
> From: "Daniel P. Berrangé" <berrange@redhat.com>
> Subject: [PATCH v2 25/31] tests: adapt to new import path for qobject data
>  type headers
> 
> The qobject data type headers have moved from qapi/qmp/ to
> qobject/.
> 
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>  tests/qtest/adm1266-test.c                |  4 ++--
>  tests/qtest/adm1272-test.c                |  4 ++--
>  tests/qtest/ahci-test.c                   |  2 +-
>  tests/qtest/arm-cpu-features.c            |  4 ++--
>  tests/qtest/aspeed_gpio-test.c            |  2 +-
>  tests/qtest/boot-order-test.c             |  2 +-
>  tests/qtest/cdrom-test.c                  |  2 +-
>  tests/qtest/cpu-plug-test.c               |  4 ++--
>  tests/qtest/device-introspect-test.c      |  6 +++---
>  tests/qtest/device-plug-test.c            |  4 ++--
>  tests/qtest/drive_del-test.c              |  4 ++--
>  tests/qtest/emc141x-test.c                |  2 +-
>  tests/qtest/fdc-test.c                    |  2 +-
>  tests/qtest/hd-geo-test.c                 |  2 +-
>  tests/qtest/ide-test.c                    |  2 +-
>  tests/qtest/isl_pmbus_vr-test.c           |  4 ++--
>  tests/qtest/libqmp.c                      |  4 ++--
>  tests/qtest/libqmp.h                      |  2 +-
>  tests/qtest/libqos/generic-pcihost.c      |  2 +-
>  tests/qtest/libqos/libqos.c               |  2 +-
>  tests/qtest/libqos/pci-pc.c               |  2 +-
>  tests/qtest/libqos/qos_external.c         |  8 ++++----
>  tests/qtest/libqtest.c                    | 10 +++++-----
>  tests/qtest/libqtest.h                    |  4 ++--
>  tests/qtest/lsm303dlhc-mag-test.c         |  2 +-
>  tests/qtest/machine-none-test.c           |  2 +-
>  tests/qtest/max34451-test.c               |  4 ++--
>  tests/qtest/migration-helpers.c           |  4 ++--
>  tests/qtest/migration-test.c              |  4 ++--
>  tests/qtest/netdev-socket.c               |  2 +-
>  tests/qtest/npcm7xx_adc-test.c            |  2 +-
>  tests/qtest/npcm7xx_emc-test.c            |  4 ++--
>  tests/qtest/npcm7xx_pwm-test.c            |  4 ++--
>  tests/qtest/npcm7xx_watchdog_timer-test.c |  2 +-
>  tests/qtest/numa-test.c                   |  4 ++--
>  tests/qtest/pvpanic-pci-test.c            |  2 +-
>  tests/qtest/pvpanic-test.c                |  3 ++-
>  tests/qtest/q35-test.c                    |  2 +-
>  tests/qtest/qmp-cmd-test.c                |  2 +-
>  tests/qtest/qmp-test.c                    |  6 +++---
>  tests/qtest/qom-test.c                    |  4 ++--
>  tests/qtest/qos-test.c                    |  2 +-
>  tests/qtest/readconfig-test.c             |  6 +++---
>  tests/qtest/tco-test.c                    |  2 +-
>  tests/qtest/test-filter-mirror.c          |  2 +-
>  tests/qtest/test-filter-redirector.c      |  2 +-
>  tests/qtest/test-netfilter.c              |  2 +-
>  tests/qtest/test-x86-cpuid-compat.c       |  8 ++++----
>  tests/qtest/tmp105-test.c                 |  2 +-
>  tests/qtest/tpm-emu.c                     |  4 ++--
>  tests/qtest/tpm-util.c                    |  2 +-
>  tests/qtest/vhost-user-test.c             |  2 +-
>  tests/qtest/virtio-net-failover.c         |  6 +++---
>  tests/qtest/virtio-net-test.c             |  2 +-
>  tests/qtest/vmgenid-test.c                |  2 +-
>  tests/qtest/wdt_ib700-test.c              |  2 +-
>  tests/unit/check-block-qdict.c            |  4 ++--
>  tests/unit/check-qdict.c                  |  6 +++---
>  tests/unit/check-qjson.c                  | 12 ++++++------
>  tests/unit/check-qlist.c                  |  4 ++--
>  tests/unit/check-qlit.c                   | 12 ++++++------
>  tests/unit/check-qnull.c                  |  2 +-
>  tests/unit/check-qnum.c                   |  2 +-
>  tests/unit/check-qobject.c                | 12 ++++++------
>  tests/unit/check-qom-proplist.c           |  4 ++--
>  tests/unit/check-qstring.c                |  2 +-
>  tests/unit/test-block-iothread.c          |  2 +-
>  tests/unit/test-blockjob-txn.c            |  2 +-
>  tests/unit/test-blockjob.c                |  2 +-
>  tests/unit/test-char.c                    |  2 +-
>  tests/unit/test-forward-visitor.c         |  4 ++--
>  tests/unit/test-image-locking.c           |  2 +-
>  tests/unit/test-keyval.c                  |  6 +++---
>  tests/unit/test-qemu-opts.c               |  4 ++--
>  tests/unit/test-qga.c                     |  4 ++--
>  tests/unit/test-qmp-cmds.c                |  8 ++++----
>  tests/unit/test-qmp-event.c               | 10 +++++-----
>  tests/unit/test-qobject-input-visitor.c   | 12 ++++++------
>  tests/unit/test-qobject-output-visitor.c  | 12 ++++++------
>  tests/unit/test-replication.c             |  2 +-
>  tests/unit/test-visitor-serialization.c   |  4 ++--
>  81 files changed, 160 insertions(+), 159 deletions(-)
> 
> diff --git a/tests/qtest/pvpanic-test.c b/tests/qtest/pvpanic-test.c
> index d49d2ba931..c303f1fadb 100644
> --- a/tests/qtest/pvpanic-test.c
> +++ b/tests/qtest/pvpanic-test.c
> @@ -9,9 +9,10 @@
>  
>  #include "qemu/osdep.h"
>  #include "libqtest.h"
> -#include "qapi/qmp/qdict.h"
> +#include "qobject/qdict.h"
>  #include "hw/misc/pvpanic.h"
>  
> +

Extral blank line :).

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>




  reply	other threads:[~2024-10-18  9:56 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-17 11:33 [PATCH v2 00/31] include: move include/qapi/qmp/ to include/qobject/ Daniel P. Berrangé
2024-10-17 11:33 ` [PATCH v2 01/31] " Daniel P. Berrangé
2024-10-18  9:47   ` Zhao Liu
2024-11-14 14:30   ` Markus Armbruster
2024-11-15 17:51     ` Daniel P. Berrangé
2024-10-17 11:33 ` [PATCH v2 02/31] audio: adapt to new import path for qobject data type headers Daniel P. Berrangé
2024-10-18  9:48   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 03/31] authz: " Daniel P. Berrangé
2024-10-18  9:48   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 04/31] block: " Daniel P. Berrangé
2024-10-18  9:51   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 05/31] backends: " Daniel P. Berrangé
2024-10-18  9:51   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 06/31] chardev: " Daniel P. Berrangé
2024-10-18  9:52   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 07/31] docs: " Daniel P. Berrangé
2024-10-18  9:52   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 08/31] dump: " Daniel P. Berrangé
2024-10-18  9:53   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 09/31] hw: " Daniel P. Berrangé
2024-10-17 20:38   ` Halil Pasic
2024-10-18  9:54   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 10/31] include: " Daniel P. Berrangé
2024-10-18  9:55   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 11/31] migration: " Daniel P. Berrangé
2024-10-18  9:56   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 12/31] monitor: " Daniel P. Berrangé
2024-10-18  9:57   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 13/31] net: " Daniel P. Berrangé
2024-10-18  9:57   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 14/31] qapi: " Daniel P. Berrangé
2024-10-18  9:58   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 15/31] qga: " Daniel P. Berrangé
2024-10-18  9:59   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 16/31] qobject: " Daniel P. Berrangé
2024-10-18 10:01   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 17/31] qom: " Daniel P. Berrangé
2024-10-18 10:01   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 18/31] replay: " Daniel P. Berrangé
2024-10-18 10:02   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 19/31] scripts: " Daniel P. Berrangé
2024-10-18 10:02   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 20/31] scsi: " Daniel P. Berrangé
2024-10-18 10:02   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 21/31] stats: " Daniel P. Berrangé
2024-10-18 10:03   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 22/31] stubs: " Daniel P. Berrangé
2024-10-18 10:03   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 23/31] system: " Daniel P. Berrangé
2024-10-18 10:06   ` Zhao Liu
2024-10-18 10:02     ` Daniel P. Berrangé
2024-10-17 11:33 ` [PATCH v2 24/31] target: " Daniel P. Berrangé
2024-10-18 10:07   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 25/31] tests: " Daniel P. Berrangé
2024-10-18 10:12   ` Zhao Liu [this message]
2024-10-17 11:33 ` [PATCH v2 26/31] trace: " Daniel P. Berrangé
2024-10-18 10:12   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 27/31] ui: " Daniel P. Berrangé
2024-10-18 10:12   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 28/31] util: " Daniel P. Berrangé
2024-10-18 10:13   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 29/31] qapi: remove header file compatibility symlinks Daniel P. Berrangé
2024-10-18 10:13   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 30/31] qga: remove unused qerror.h header Daniel P. Berrangé
2024-10-18 10:14   ` Zhao Liu
2024-10-17 11:33 ` [PATCH v2 31/31] system: " Daniel P. Berrangé
2024-10-18 10:17   ` Zhao Liu
2024-10-18 13:34     ` Daniel P. Berrangé

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=ZxI0cqZ3i9Hz/ZKk@intel.com \
    --to=zhao1.liu@intel.com \
    --cc=armbru@redhat.com \
    --cc=berrange@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).