On 21.11.2016 06:31, David Gibson wrote:
> include/migration/cpu.h defines VMSTATE_UINTTL() and several variants
> for migrating target_ulong fields. It's defined in terms of
> VMSTATE_UINT32() or VMSTATE_UINT64() as appropriate.
>
> It doesn't, however, include a VMSTATE_UINTTL_TEST() variant, w
* David Gibson (da...@gibson.dropbear.id.au) wrote:
> include/migration/cpu.h defines VMSTATE_UINTTL() and several variants
> for migrating target_ulong fields. It's defined in terms of
> VMSTATE_UINT32() or VMSTATE_UINT64() as appropriate.
>
> It doesn't, however, include a VMSTATE_UINTTL_TEST()
include/migration/cpu.h defines VMSTATE_UINTTL() and several variants
for migrating target_ulong fields. It's defined in terms of
VMSTATE_UINT32() or VMSTATE_UINT64() as appropriate.
It doesn't, however, include a VMSTATE_UINTTL_TEST() variant, which
I'm going to need shortly. So, add it.
Signe