Re: [PATCH 00/18] hw: Mark the device with no migratable fields

2021-01-18 Thread Philippe Mathieu-Daudé
Hi Laurent, On 1/18/21 8:33 AM, Laurent Vivier wrote: > Le 14/01/2021 à 16:49, Philippe Mathieu-Daudé a écrit : >> On 7/9/20 9:19 PM, Peter Maydell wrote: >>> On Fri, 3 Jul 2020 at 21:19, Philippe Mathieu-Daudé wrote: This is a proof-of-concept after chatting with Peter Maydell on

Re: [PATCH 00/18] hw: Mark the device with no migratable fields

2021-01-17 Thread Laurent Vivier
Le 14/01/2021 à 16:49, Philippe Mathieu-Daudé a écrit : > On 7/9/20 9:19 PM, Peter Maydell wrote: >> On Fri, 3 Jul 2020 at 21:19, Philippe Mathieu-Daudé wrote: >>> >>> This is a proof-of-concept after chatting with Peter Maydell >>> on IRC earlier. >>> >>> Introduce the vmstate_no_state_to_migrate

Re: [PATCH 00/18] hw: Mark the device with no migratable fields

2021-01-14 Thread Philippe Mathieu-Daudé
On 7/9/20 9:19 PM, Peter Maydell wrote: > On Fri, 3 Jul 2020 at 21:19, Philippe Mathieu-Daudé wrote: >> >> This is a proof-of-concept after chatting with Peter Maydell >> on IRC earlier. >> >> Introduce the vmstate_no_state_to_migrate structure, and >> a reference to it: vmstate_qdev_no_state_to_m

Re: [PATCH 00/18] hw: 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 is a proof-of-concept after chatting with Peter Maydell > on IRC earlier. > > Introduce the vmstate_no_state_to_migrate structure, and > a reference to it: vmstate_qdev_no_state_to_migrate. > Use this reference in devices with no

Re: [PATCH 00/18] hw: Mark the device with no migratable fields

2020-07-03 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200703201911.26573-1-f4...@amsat.org/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/

[PATCH 00/18] hw: Mark the device with no migratable fields

2020-07-03 Thread Philippe Mathieu-Daudé
This is a proof-of-concept after chatting with Peter Maydell on IRC earlier. Introduce the vmstate_no_state_to_migrate structure, and a reference to it: vmstate_qdev_no_state_to_migrate. Use this reference in devices with no fields to migrate. This is useful to catch devices missing vmstate, such