Re: [PATCH] virtio: move 'use-disabled-flag' property to hw_compat_4_2

2021-01-27 Thread Stefano Garzarella
On Wed, Jan 27, 2021 at 02:28:13PM +, Dr. David Alan Gilbert wrote: * Stefano Garzarella (sgarz...@redhat.com) wrote: On Mon, Jan 18, 2021 at 04:03:12PM +, Dr. David Alan Gilbert wrote: > * Stefano Garzarella (sgarz...@redhat.com) wrote: > > Commit 9d7bd0826f introduced a new 'use-disabl

Re: [PATCH] virtio: move 'use-disabled-flag' property to hw_compat_4_2

2021-01-27 Thread Dr. David Alan Gilbert
* Stefano Garzarella (sgarz...@redhat.com) wrote: > On Mon, Jan 18, 2021 at 04:03:12PM +, Dr. David Alan Gilbert wrote: > > * Stefano Garzarella (sgarz...@redhat.com) wrote: > > > Commit 9d7bd0826f introduced a new 'use-disabled-flag' property > > > set to true by default. > > > To allow the mi

Re: [PATCH] virtio: move 'use-disabled-flag' property to hw_compat_4_2

2021-01-26 Thread Michael S. Tsirkin
On Tue, Jan 19, 2021 at 09:45:19AM +0100, Stefano Garzarella wrote: > On Mon, Jan 18, 2021 at 04:03:12PM +, Dr. David Alan Gilbert wrote: > > * Stefano Garzarella (sgarz...@redhat.com) wrote: > > > Commit 9d7bd0826f introduced a new 'use-disabled-flag' property > > > set to true by default. > >

Re: [PATCH] virtio: move 'use-disabled-flag' property to hw_compat_4_2

2021-01-19 Thread Stefano Garzarella
On Mon, Jan 18, 2021 at 04:03:12PM +, Dr. David Alan Gilbert wrote: * Stefano Garzarella (sgarz...@redhat.com) wrote: Commit 9d7bd0826f introduced a new 'use-disabled-flag' property set to true by default. To allow the migration, we set this property to false in the hw_compat, but in the wro

Re: [PATCH] virtio: move 'use-disabled-flag' property to hw_compat_4_2

2021-01-18 Thread Dr. David Alan Gilbert
* Stefano Garzarella (sgarz...@redhat.com) wrote: > Commit 9d7bd0826f introduced a new 'use-disabled-flag' property > set to true by default. > To allow the migration, we set this property to false in the hw_compat, > but in the wrong place (hw_compat_4_1). > > Since commit 9d7bd0826f was released

Re: [PATCH] virtio: move 'use-disabled-flag' property to hw_compat_4_2

2021-01-18 Thread Michael S. Tsirkin
queued, thanks! On Mon, Jan 18, 2021 at 10:19:55AM +0100, Stefano Garzarella wrote: > Ping :-) > > On Fri, Jan 08, 2021 at 06:12:52PM +0100, Stefano Garzarella wrote: > > Commit 9d7bd0826f introduced a new 'use-disabled-flag' property > > set to true by default. > > To allow the migration, we set

Re: [PATCH] virtio: move 'use-disabled-flag' property to hw_compat_4_2

2021-01-18 Thread Stefano Garzarella
Ping :-) On Fri, Jan 08, 2021 at 06:12:52PM +0100, Stefano Garzarella wrote: Commit 9d7bd0826f introduced a new 'use-disabled-flag' property set to true by default. To allow the migration, we set this property to false in the hw_compat, but in the wrong place (hw_compat_4_1). Since commit 9d7bd

[PATCH] virtio: move 'use-disabled-flag' property to hw_compat_4_2

2021-01-08 Thread Stefano Garzarella
Commit 9d7bd0826f introduced a new 'use-disabled-flag' property set to true by default. To allow the migration, we set this property to false in the hw_compat, but in the wrong place (hw_compat_4_1). Since commit 9d7bd0826f was released with QEMU 5.0, we move 'use-disabled-flag' property to hw_com