[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] migration: Drop unused VMSTATE_FLOAT64 support
From: |
Peter Maydell |
Subject: |
Re: [PATCH] migration: Drop unused VMSTATE_FLOAT64 support |
Date: |
Sun, 7 Feb 2021 19:43:07 +0000 |
On Sun, 7 Feb 2021 at 17:10, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> On 10/22/20 2:08 PM, Peter Maydell wrote:
> > Commit ef96e3ae9698d6 in January 2019 removed the last user of the
> > VMSTATE_FLOAT64* macros. These were used by targets which defined
> > their floating point register file as an array of 'float64'.
>
> Similar candidate: VMSTATE_CPUDOUBLE_ARRAY()
Isn't that still used by target/sparc ?
-- PMM