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
> -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
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
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
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