Re: [PATCH for 7.2-rc3 v1 0/2] virtio fixes

2022-11-25 Thread Alex Bennée
"Michael S. Tsirkin" writes: > On Thu, Nov 24, 2022 at 10:24:14PM +, Alex Bennée wrote: >> >> "Michael S. Tsirkin" writes: >> >> > On Thu, Nov 24, 2022 at 09:21:15AM +, Alex Bennée wrote: >> >> >> >> "Michael S. Tsirkin" writes: >> >> >> >> > On Wed, Nov 23, 2022 at 04:03:49PM +00

Re: [PATCH for 7.2-rc3 v1 0/2] virtio fixes

2022-11-25 Thread Alex Bennée
"Michael S. Tsirkin" writes: > On Thu, Nov 24, 2022 at 10:24:14PM +, Alex Bennée wrote: >> >> "Michael S. Tsirkin" writes: >> >> > On Thu, Nov 24, 2022 at 09:21:15AM +, Alex Bennée wrote: >> >> >> >> "Michael S. Tsirkin" writes: >> >> >> >> > On Wed, Nov 23, 2022 at 04:03:49PM +00

Re: [PATCH for 7.2-rc3 v1 0/2] virtio fixes

2022-11-25 Thread Michael S. Tsirkin
On Thu, Nov 24, 2022 at 10:24:14PM +, Alex Bennée wrote: > > "Michael S. Tsirkin" writes: > > > On Thu, Nov 24, 2022 at 09:21:15AM +, Alex Bennée wrote: > >> > >> "Michael S. Tsirkin" writes: > >> > >> > On Wed, Nov 23, 2022 at 04:03:49PM +, Alex Bennée wrote: > >> >> > >> >> "Mi

Re: [PATCH for 7.2-rc3 v1 0/2] virtio fixes

2022-11-24 Thread Alex Bennée
"Michael S. Tsirkin" writes: > On Thu, Nov 24, 2022 at 09:21:15AM +, Alex Bennée wrote: >> >> "Michael S. Tsirkin" writes: >> >> > On Wed, Nov 23, 2022 at 04:03:49PM +, Alex Bennée wrote: >> >> >> >> "Michael S. Tsirkin" writes: >> >> >> >> > On Wed, Nov 23, 2022 at 03:21:32PM +00

Re: [PATCH for 7.2-rc3 v1 0/2] virtio fixes

2022-11-24 Thread Alex Bennée
"Michael S. Tsirkin" writes: > On Thu, Nov 24, 2022 at 09:21:15AM +, Alex Bennée wrote: >> >> "Michael S. Tsirkin" writes: >> >> > On Wed, Nov 23, 2022 at 04:03:49PM +, Alex Bennée wrote: >> >> >> >> "Michael S. Tsirkin" writes: >> >> >> >> > On Wed, Nov 23, 2022 at 03:21:32PM +00

Re: [PATCH for 7.2-rc3 v1 0/2] virtio fixes

2022-11-24 Thread Michael S. Tsirkin
On Thu, Nov 24, 2022 at 09:21:15AM +, Alex Bennée wrote: > > "Michael S. Tsirkin" writes: > > > On Wed, Nov 23, 2022 at 04:03:49PM +, Alex Bennée wrote: > >> > >> "Michael S. Tsirkin" writes: > >> > >> > On Wed, Nov 23, 2022 at 03:21:32PM +, Alex Bennée wrote: > >> >> Hi, > >> >>

Re: [PATCH for 7.2-rc3 v1 0/2] virtio fixes

2022-11-24 Thread Alex Bennée
"Michael S. Tsirkin" writes: > On Wed, Nov 23, 2022 at 04:03:49PM +, Alex Bennée wrote: >> >> "Michael S. Tsirkin" writes: >> >> > On Wed, Nov 23, 2022 at 03:21:32PM +, Alex Bennée wrote: >> >> Hi, >> >> >> >> This hopefully fixes the problems with VirtIO migration caused by the >>

Re: [PATCH for 7.2-rc3 v1 0/2] virtio fixes

2022-11-23 Thread Michael S. Tsirkin
On Wed, Nov 23, 2022 at 04:03:49PM +, Alex Bennée wrote: > > "Michael S. Tsirkin" writes: > > > On Wed, Nov 23, 2022 at 03:21:32PM +, Alex Bennée wrote: > >> Hi, > >> > >> This hopefully fixes the problems with VirtIO migration caused by the > >> previous refactoring of virtio_device_st

Re: [PATCH for 7.2-rc3 v1 0/2] virtio fixes

2022-11-23 Thread Alex Bennée
"Michael S. Tsirkin" writes: > On Wed, Nov 23, 2022 at 03:21:32PM +, Alex Bennée wrote: >> Hi, >> >> This hopefully fixes the problems with VirtIO migration caused by the >> previous refactoring of virtio_device_started(). That introduced a >> different order of checking which didn't give

Re: [PATCH for 7.2-rc3 v1 0/2] virtio fixes

2022-11-23 Thread Michael S. Tsirkin
On Wed, Nov 23, 2022 at 03:21:32PM +, Alex Bennée wrote: > Hi, > > This hopefully fixes the problems with VirtIO migration caused by the > previous refactoring of virtio_device_started(). That introduced a > different order of checking which didn't give the VM state primacy but > wasn't notice

[PATCH for 7.2-rc3 v1 0/2] virtio fixes

2022-11-23 Thread Alex Bennée
Hi, This hopefully fixes the problems with VirtIO migration caused by the previous refactoring of virtio_device_started(). That introduced a different order of checking which didn't give the VM state primacy but wasn't noticed as we don't properly exercise VirtIO device migration and caused issues