Re: [PATCH 08/18] hw/core/split-irq: Mark the device with no migratable fields

2020-07-09 Thread Peter Maydell
On Fri, 3 Jul 2020 at 21:19, Philippe Mathieu-Daudé wrote: > > This device doesn't have fields to migrate. Be explicit > by using vmstate_qdev_no_state_to_migrate. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/core/split-irq.c | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Peter

[PATCH 08/18] hw/core/split-irq: Mark the device with no migratable fields

2020-07-03 Thread Philippe Mathieu-Daudé
This device doesn't have fields to migrate. Be explicit by using vmstate_qdev_no_state_to_migrate. Signed-off-by: Philippe Mathieu-Daudé --- hw/core/split-irq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/core/split-irq.c b/hw/core/split-irq.c index 3b90af2e8f..a7072f922c 100644 ---