Re: [RFC v2 6/9] virtio-bus: introduce queue_enabled method

2020-05-08 Thread Cindy Lu
On Sat, May 9, 2020 at 11:02 AM Jason Wang wrote: > > > On 2020/5/9 上午12:32, 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: Ja

Re: [RFC v2 6/9] virtio-bus: introduce queue_enabled method

2020-05-08 Thread Jason Wang
On 2020/5/9 上午12:32, 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 This patch should come before any of the vhost-vpda patch. Thanks

[RFC v2 6/9] virtio-bus: introduce queue_enabled method

2020-05-08 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 --- hw/virtio/virtio.c | 6 ++ include/hw/virtio/virtio-bus.h | 4 2 files changed, 10 i