Re: [PATCH v3 10/20] hw/virtio: add config support to vhost-user-device

2023-09-01 Thread Erik Schilling
On Thu Aug 31, 2023 at 5:47 PM CEST, Alex Bennée wrote: > > Albert Esteve writes: > > > Sorry to bring up this post, it's been a while since you posted. > > But I have been testing the patch the last couple of days. > > > > On Mon, Jul 10, 2023 at 9:58 PM Michael S. Tsirkin wrote: > > > > On

Re: [PATCH v3 10/20] hw/virtio: add config support to vhost-user-device

2023-09-01 Thread Albert Esteve
On Thu, Aug 31, 2023 at 6:03 PM Alex Bennée wrote: > > Albert Esteve writes: > > > Sorry to bring up this post, it's been a while since you posted. > > But I have been testing the patch the last couple of days. > > > > On Mon, Jul 10, 2023 at 9:58 PM Michael S. Tsirkin > wrote: > > > > On

Re: [PATCH v3 10/20] hw/virtio: add config support to vhost-user-device

2023-08-31 Thread Albert Esteve
Sorry to bring up this post, it's been a while since you posted. But I have been testing the patch the last couple of days. On Mon, Jul 10, 2023 at 9:58 PM Michael S. Tsirkin wrote: > On Mon, Jul 10, 2023 at 04:35:12PM +0100, Alex Bennée wrote: > > To use the generic device the user will need

Re: [PATCH v3 10/20] hw/virtio: add config support to vhost-user-device

2023-08-31 Thread Alex Bennée
Albert Esteve writes: > Sorry to bring up this post, it's been a while since you posted. > But I have been testing the patch the last couple of days. > > On Mon, Jul 10, 2023 at 9:58 PM Michael S. Tsirkin wrote: > > On Mon, Jul 10, 2023 at 04:35:12PM +0100, Alex Bennée wrote: > > To use the

Re: [PATCH v3 10/20] hw/virtio: add config support to vhost-user-device

2023-07-10 Thread Michael S. Tsirkin
On Mon, Jul 10, 2023 at 04:35:12PM +0100, Alex Bennée wrote: > To use the generic device the user will need to provide the config > region size via the command line. We also add a notifier so the guest > can be pinged if the remote daemon updates the config. > > With these changes: > > -device

[PATCH v3 10/20] hw/virtio: add config support to vhost-user-device

2023-07-10 Thread Alex Bennée
To use the generic device the user will need to provide the config region size via the command line. We also add a notifier so the guest can be pinged if the remote daemon updates the config. With these changes: -device vhost-user-device-pci,virtio-id=41,num_vqs=2,config_size=8 is equivalent