qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] migration: Remove unused VMSTATE_UINTTL_EQUAL[_V]() macros
@ 2025-10-16 16:03 Philippe Mathieu-Daudé
  2025-10-16 16:09 ` Peter Xu
  0 siblings, 1 reply; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-10-16 16:03 UTC (permalink / raw)
  To: qemu-devel
  Cc: Fabiano Rosas, Peter Xu, Anton Johansson,
	Philippe Mathieu-Daudé

The last use of VMSTATE_UINTTL_EQUAL() was removed in commit
16a2497bd44 ("target-ppc: Fix CPU migration from qemu-2.6 <->
later versions"), 9 years ago; remove it.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 include/migration/cpu.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/include/migration/cpu.h b/include/migration/cpu.h
index 65abe3c8cc0..ca7cc0479e7 100644
--- a/include/migration/cpu.h
+++ b/include/migration/cpu.h
@@ -19,8 +19,6 @@
 
 #define VMSTATE_UINTTL_V(_f, _s, _v)                                  \
     VMSTATE_UINT64_V(_f, _s, _v)
-#define VMSTATE_UINTTL_EQUAL_V(_f, _s, _v)                            \
-    VMSTATE_UINT64_EQUAL_V(_f, _s, _v)
 #define VMSTATE_UINTTL_ARRAY_V(_f, _s, _n, _v)                        \
     VMSTATE_UINT64_ARRAY_V(_f, _s, _n, _v)
 #define VMSTATE_UINTTL_2DARRAY_V(_f, _s, _n1, _n2, _v)                \
@@ -40,8 +38,6 @@
 
 #define VMSTATE_UINTTL_V(_f, _s, _v)                                  \
     VMSTATE_UINT32_V(_f, _s, _v)
-#define VMSTATE_UINTTL_EQUAL_V(_f, _s, _v)                            \
-    VMSTATE_UINT32_EQUAL_V(_f, _s, _v)
 #define VMSTATE_UINTTL_ARRAY_V(_f, _s, _n, _v)                        \
     VMSTATE_UINT32_ARRAY_V(_f, _s, _n, _v)
 #define VMSTATE_UINTTL_2DARRAY_V(_f, _s, _n1, _n2, _v)                \
@@ -53,8 +49,6 @@
 
 #define VMSTATE_UINTTL(_f, _s)                                        \
     VMSTATE_UINTTL_V(_f, _s, 0)
-#define VMSTATE_UINTTL_EQUAL(_f, _s)                                  \
-    VMSTATE_UINTTL_EQUAL_V(_f, _s, 0)
 #define VMSTATE_UINTTL_ARRAY(_f, _s, _n)                              \
     VMSTATE_UINTTL_ARRAY_V(_f, _s, _n, 0)
 #define VMSTATE_UINTTL_2DARRAY(_f, _s, _n1, _n2)                      \
-- 
2.51.0



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

* Re: [PATCH] migration: Remove unused VMSTATE_UINTTL_EQUAL[_V]() macros
  2025-10-16 16:03 [PATCH] migration: Remove unused VMSTATE_UINTTL_EQUAL[_V]() macros Philippe Mathieu-Daudé
@ 2025-10-16 16:09 ` Peter Xu
  2025-11-03 10:27   ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Xu @ 2025-10-16 16:09 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé; +Cc: qemu-devel, Fabiano Rosas, Anton Johansson

On Thu, Oct 16, 2025 at 06:03:13PM +0200, Philippe Mathieu-Daudé wrote:
> The last use of VMSTATE_UINTTL_EQUAL() was removed in commit
> 16a2497bd44 ("target-ppc: Fix CPU migration from qemu-2.6 <->
> later versions"), 9 years ago; remove it.
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>

queued, thanks.

-- 
Peter Xu



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

* Re: [PATCH] migration: Remove unused VMSTATE_UINTTL_EQUAL[_V]() macros
  2025-10-16 16:09 ` Peter Xu
@ 2025-11-03 10:27   ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-11-03 10:27 UTC (permalink / raw)
  To: Peter Xu; +Cc: qemu-devel, Fabiano Rosas, Anton Johansson

On 16/10/25 18:09, Peter Xu wrote:
> On Thu, Oct 16, 2025 at 06:03:13PM +0200, Philippe Mathieu-Daudé wrote:
>> The last use of VMSTATE_UINTTL_EQUAL() was removed in commit
>> 16a2497bd44 ("target-ppc: Fix CPU migration from qemu-2.6 <->
>> later versions"), 9 years ago; remove it.
>>
>> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> 
> queued, thanks.
> 

Thank you :)


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

end of thread, other threads:[~2025-11-03 10:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-16 16:03 [PATCH] migration: Remove unused VMSTATE_UINTTL_EQUAL[_V]() macros Philippe Mathieu-Daudé
2025-10-16 16:09 ` Peter Xu
2025-11-03 10:27   ` Philippe Mathieu-Daudé

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