Re: [PATCH 0/2] vdpa: Block vq property change in DRIVER_OK

2023-12-25 Thread Dragos Tatulea
On Mon, 2023-12-25 at 09:40 -0500, Michael S. Tsirkin wrote: > On Mon, Dec 25, 2023 at 03:42:08PM +0200, Dragos Tatulea wrote: > > This series prevents the change of virtqueue address or state when a > > device is in DRIVER_OK and not suspended. The virtio spec doesn't > > allow changing virtqueue

Re: [PATCH 0/2] vdpa: Block vq property change in DRIVER_OK

2023-12-25 Thread Michael S. Tsirkin
On Mon, Dec 25, 2023 at 03:42:08PM +0200, Dragos Tatulea wrote: > This series prevents the change of virtqueue address or state when a > device is in DRIVER_OK and not suspended. The virtio spec doesn't > allow changing virtqueue addresses and state in DRIVER_OK, but some devices > do support this

[PATCH 0/2] vdpa: Block vq property change in DRIVER_OK

2023-12-25 Thread Dragos Tatulea
This series prevents the change of virtqueue address or state when a device is in DRIVER_OK and not suspended. The virtio spec doesn't allow changing virtqueue addresses and state in DRIVER_OK, but some devices do support this operation when the device is suspended. The series leaves the door open