Re: [RFC PATCH 18/18] hw/core/qdev: Display warning for devices missing migration state

2021-01-17 Thread Philippe Mathieu-Daudé
On 7/9/20 9:14 PM, Peter Maydell wrote: > On Fri, 3 Jul 2020 at 21:19, Philippe Mathieu-Daudé wrote: >> >> When built with --enable-qdev-debug, QEMU displays warnings >> listing devices missing migration state: >> >> $ qemu-system-arm -S -M spitz >> qemu-system-arm: warning: missing migration

Re: [RFC PATCH 18/18] hw/core/qdev: Display warning for devices missing migration state

2020-07-09 Thread Peter Maydell
On Fri, 3 Jul 2020 at 21:19, Philippe Mathieu-Daudé wrote: > > When built with --enable-qdev-debug, QEMU displays warnings > listing devices missing migration state: > > $ qemu-system-arm -S -M spitz > qemu-system-arm: warning: missing migration state for type: > 'pxa270-c0-arm-cpu' > qemu-

[RFC PATCH 18/18] hw/core/qdev: Display warning for devices missing migration state

2020-07-03 Thread Philippe Mathieu-Daudé
When built with --enable-qdev-debug, QEMU displays warnings listing devices missing migration state: $ qemu-system-arm -S -M spitz qemu-system-arm: warning: missing migration state for type: 'pxa270-c0-arm-cpu' qemu-system-arm: warning: missing migration state for type: 'serial' qemu-syst