qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] hw/s390x: Remove unused macro VMSTATE_ADAPTER_ROUTES
@ 2024-05-27 12:13 Thomas Huth
  2024-05-27 12:17 ` Cédric Le Goater
  2024-05-28 14:51 ` Eric Farman
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Huth @ 2024-05-27 12:13 UTC (permalink / raw)
  To: qemu-s390x, Halil Pasic, Christian Borntraeger, David Hildenbrand,
	Eric Farman
  Cc: qemu-devel

It's not used anywhere, so let's simply remove it.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 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)
-- 
2.45.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] hw/s390x: Remove unused macro VMSTATE_ADAPTER_ROUTES
  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
  2024-05-28 14:51 ` Eric Farman
  1 sibling, 0 replies; 3+ messages in thread
From: Cédric Le Goater @ 2024-05-27 12:17 UTC (permalink / raw)
  To: Thomas Huth, qemu-s390x, Halil Pasic, Christian Borntraeger,
	David Hildenbrand, Eric Farman
  Cc: qemu-devel

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)



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] hw/s390x: Remove unused macro VMSTATE_ADAPTER_ROUTES
  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
@ 2024-05-28 14:51 ` Eric Farman
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Farman @ 2024-05-28 14:51 UTC (permalink / raw)
  To: Thomas Huth, qemu-s390x, Halil Pasic, Christian Borntraeger,
	David Hildenbrand
  Cc: qemu-devel

On Mon, 2024-05-27 at 14:13 +0200, Thomas Huth wrote:
> It's not used anywhere, so let's simply remove it.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  include/hw/s390x/s390_flic.h | 3 ---
>  1 file changed, 3 deletions(-)

Reviewed-by: Eric Farman <farman@linux.ibm.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-28 14:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2024-05-28 14:51 ` Eric Farman

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).