Re: [RFC v3 3/8] virtio-bus: introduce queue_enabled method

2020-06-16 Thread Cindy Lu
On Tue, Jun 16, 2020 at 3:50 PM Laurent Vivier wrote: > > On 29/05/2020 16:06, Cindy Lu wrote: > > From: Jason Wang > > > > This patch introduces queue_enabled() method which allows the > > transport to implement its own way to report whether or not a queue is > > enabled. > > > > Signed-off-by:

Re: [RFC v3 3/8] virtio-bus: introduce queue_enabled method

2020-06-16 Thread Laurent Vivier
On 29/05/2020 16:06, Cindy Lu wrote: > From: Jason Wang > > This patch introduces queue_enabled() method which allows the > transport to implement its own way to report whether or not a queue is > enabled. > > Signed-off-by: Jason Wang Cindy, you must add your signed-off-by on all the patch yo

[RFC v3 3/8] virtio-bus: introduce queue_enabled method

2020-05-29 Thread Cindy Lu
From: Jason Wang This patch introduces queue_enabled() method which allows the transport to implement its own way to report whether or not a queue is enabled. Signed-off-by: Jason Wang 0005-virtio-bus-introduce-queue_enabled-method.patch --- hw/virtio/virtio.c | 6 ++ include/