Re: [PATCH] migration: Remove unused VMSTATE_ARRAY_TEST() macro

2024-06-21 Thread Fabiano Rosas
On Fri, 21 Jun 2024 09:03:17 +0200, 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. > > Queued, thanks!

Re: [PATCH] migration: Remove unused VMSTATE_ARRAY_TEST() macro

2024-06-21 Thread Peter Xu
On Fri, Jun 21, 2024 at 08:13:35AM +, Zhijian Li (Fujitsu) via wrote: > > > 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

Re: [PATCH] migration: Remove unused VMSTATE_ARRAY_TEST() macro

2024-06-21 Thread Zhijian Li (Fujitsu)
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é Reviewed-by: Li Zhijian > --- >

[PATCH] migration: Remove unused VMSTATE_ARRAY_TEST() macro

2024-06-21 Thread Philippe Mathieu-Daudé
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é --- include/migration/vmstate.h | 10 -- 1 file changed, 10 deletions(-) diff --git a/inclu