From: "Zhijian Li (Fujitsu)" via <qemu-devel@nongnu.org>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>,
"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>
Cc: Thomas Huth <thuth@redhat.com>, Fabiano Rosas <farosas@suse.de>,
Peter Xu <peterx@redhat.com>
Subject: Re: [PATCH] migration: Remove unused VMSTATE_ARRAY_TEST() macro
Date: Fri, 21 Jun 2024 08:13:35 +0000 [thread overview]
Message-ID: <258a78c8-dad3-40ff-8ccb-c3d1c3822131@fujitsu.com> (raw)
In-Reply-To: <20240621070317.9670-1-philmd@linaro.org>
On 21/06/2024 15:03, Philippe Mathieu-Daudé wrote:
> Last use of VMSTATE_ARRAY_TEST() was removed in commit 46baa9007f
> ("migration/i386: Remove old non-softfloat 64bit FP support"), we
> can safely get rid of it.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Li Zhijian <lizhijian@fujitsu.com>
> ---
> include/migration/vmstate.h | 10 ----------
> 1 file changed, 10 deletions(-)
>
> diff --git a/include/migration/vmstate.h b/include/migration/vmstate.h
> index 294d2d8486..f313f2f408 100644
> --- a/include/migration/vmstate.h
> +++ b/include/migration/vmstate.h
> @@ -388,16 +388,6 @@ extern const VMStateInfo vmstate_info_qlist;
> .offset = vmstate_offset_varray(_state, _field, _type), \
> }
>
> -#define VMSTATE_ARRAY_TEST(_field, _state, _num, _test, _info, _type) {\
> - .name = (stringify(_field)), \
> - .field_exists = (_test), \
> - .num = (_num), \
> - .info = &(_info), \
> - .size = sizeof(_type), \
> - .flags = VMS_ARRAY, \
> - .offset = vmstate_offset_array(_state, _field, _type, _num),\
> -}
> -
> #define VMSTATE_SUB_ARRAY(_field, _state, _start, _num, _version, _info, _type) { \
> .name = (stringify(_field)), \
> .version_id = (_version), \
next prev parent reply other threads:[~2024-06-21 8:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-21 7:03 [PATCH] migration: Remove unused VMSTATE_ARRAY_TEST() macro Philippe Mathieu-Daudé
2024-06-21 8:13 ` Zhijian Li (Fujitsu) via [this message]
2024-06-21 14:16 ` Peter Xu
2024-06-21 17:38 ` Fabiano Rosas
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=258a78c8-dad3-40ff-8ccb-c3d1c3822131@fujitsu.com \
--to=qemu-devel@nongnu.org \
--cc=farosas@suse.de \
--cc=lizhijian@fujitsu.com \
--cc=peterx@redhat.com \
--cc=philmd@linaro.org \
--cc=thuth@redhat.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.