qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Cédric Le Goater" <clegoate@redhat.com>
To: Thomas Huth <thuth@redhat.com>,
	qemu-s390x@nongnu.org, Halil Pasic <pasic@linux.ibm.com>,
	Christian Borntraeger <borntraeger@linux.ibm.com>,
	David Hildenbrand <david@redhat.com>,
	Eric Farman <farman@linux.ibm.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [PATCH] hw/s390x: Remove unused macro VMSTATE_ADAPTER_ROUTES
Date: Mon, 27 May 2024 14:17:22 +0200	[thread overview]
Message-ID: <8d121c09-6831-4289-bf36-c17dd28b4cfd@redhat.com> (raw)
In-Reply-To: <20240527121351.211266-1-thuth@redhat.com>

On 5/27/24 14:13, Thomas Huth wrote:
> It's not used anywhere, so let's simply remove it.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>


Reviewed-by: Cédric Le Goater <clg@redhat.com>

Thanks,

C.


> ---
>   include/hw/s390x/s390_flic.h | 3 ---
>   1 file changed, 3 deletions(-)
> 
> diff --git a/include/hw/s390x/s390_flic.h b/include/hw/s390x/s390_flic.h
> index bcb081def5..382d9833f1 100644
> --- a/include/hw/s390x/s390_flic.h
> +++ b/include/hw/s390x/s390_flic.h
> @@ -35,9 +35,6 @@ typedef struct AdapterRoutes {
>   
>   extern const VMStateDescription vmstate_adapter_routes;
>   
> -#define VMSTATE_ADAPTER_ROUTES(_f, _s) \
> -    VMSTATE_STRUCT(_f, _s, 1, vmstate_adapter_routes, AdapterRoutes)
> -
>   #define TYPE_S390_FLIC_COMMON "s390-flic"
>   OBJECT_DECLARE_TYPE(S390FLICState, S390FLICStateClass,
>                       S390_FLIC_COMMON)



  reply	other threads:[~2024-05-27 12:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-27 12:13 [PATCH] hw/s390x: Remove unused macro VMSTATE_ADAPTER_ROUTES Thomas Huth
2024-05-27 12:17 ` Cédric Le Goater [this message]
2024-05-28 14:51 ` Eric Farman

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=8d121c09-6831-4289-bf36-c17dd28b4cfd@redhat.com \
    --to=clegoate@redhat.com \
    --cc=borntraeger@linux.ibm.com \
    --cc=david@redhat.com \
    --cc=farman@linux.ibm.com \
    --cc=pasic@linux.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-s390x@nongnu.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 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).