RE: [PATCH v2 1/4] hw/virtio: incorporate backend features in features

2022-11-10 Thread Yajun Wu
Parav Pandit Subject: Re: [PATCH v2 1/4] hw/virtio: incorporate backend features in features External email: Use caution opening links or attachments Yajun Wu writes: > Hi Alex, > > With this change, VHOST_USER_F_PROTOCOL_FEATURES bit will be set to > backend for virtio block devi

Re: [PATCH v2 1/4] hw/virtio: incorporate backend features in features

2022-10-26 Thread Alex Bennée
> -Original Message- > From: Qemu-devel On Behalf > Of Alex Bennée > Sent: Thursday, July 28, 2022 9:55 PM > To: qemu-devel@nongnu.org > Cc: m...@redhat.com; Alex Bennée > Subject: [PATCH v2 1/4] hw/virtio: incorporate backend features in features > > External email: Us

RE: [PATCH v2 1/4] hw/virtio: incorporate backend features in features

2022-10-25 Thread Yajun Wu
TCH v2 1/4] hw/virtio: incorporate backend features in features External email: Use caution opening links or attachments There are some extra bits used over a vhost-user connection which are hidden from the device itself. We need to set them here to ensure we enable things like the protocol

Re: [PATCH v2 1/4] hw/virtio: incorporate backend features in features

2022-08-17 Thread Michael S. Tsirkin
On Thu, Jul 28, 2022 at 02:55:00PM +0100, Alex Bennée wrote: > There are some extra bits used over a vhost-user connection which are > hidden from the device itself. We need to set them here to ensure we > enable things like the protocol extensions. > > Currently net/vhost-user.c has it's own insc

[PATCH v2 1/4] hw/virtio: incorporate backend features in features

2022-07-28 Thread Alex Bennée
There are some extra bits used over a vhost-user connection which are hidden from the device itself. We need to set them here to ensure we enable things like the protocol extensions. Currently net/vhost-user.c has it's own inscrutable way of persisting this data but it really should live in the co