* Peter Maydell (peter.mayd...@linaro.org) wrote:
> On Fri, 3 Jul 2020 at 21:19, Philippe Mathieu-Daudé wrote:
> >
> > Introduce a special state to indicate when an object doesn't
> > have anything in its state to migrate.
> >
> > Suggested-by: Peter Maydell
> > Signed-off-by: Philippe Mathieu-D
On Fri, 3 Jul 2020 at 21:19, Philippe Mathieu-Daudé wrote:
>
> Introduce a special state to indicate when an object doesn't
> have anything in its state to migrate.
>
> Suggested-by: Peter Maydell
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> include/migration/vmstate.h | 1 +
> migration/vms
Introduce a special state to indicate when an object doesn't
have anything in its state to migrate.
Suggested-by: Peter Maydell
Signed-off-by: Philippe Mathieu-Daudé
---
include/migration/vmstate.h | 1 +
migration/vmstate.c | 7 +++
2 files changed, 8 insertions(+)
diff --git a/in