Re: [PATCH] vhost: fix VHOST_*_OWNER documentation

2025-03-04 Thread Jason Wang
On Mon, Mar 3, 2025 at 5:29 PM Eugenio Perez Martin wrote: > > On Mon, Mar 3, 2025 at 9:52 AM Stefano Garzarella wrote: > > > > VHOST_OWNER_SET and VHOST_OWNER_RESET are used in the documentation > > instead of VHOST_SET_OWNER and VHOST_RESET_OWNER respectively. > > > > To avoid confusion, let's

Re: [PATCH] vhost: fix VHOST_*_OWNER documentation

2025-03-03 Thread Eugenio Perez Martin
On Mon, Mar 3, 2025 at 9:52 AM Stefano Garzarella wrote: > > VHOST_OWNER_SET and VHOST_OWNER_RESET are used in the documentation > instead of VHOST_SET_OWNER and VHOST_RESET_OWNER respectively. > > To avoid confusion, let's use the right names in the documentation. > No change to the API, only the

[PATCH] vhost: fix VHOST_*_OWNER documentation

2025-03-03 Thread Stefano Garzarella
VHOST_OWNER_SET and VHOST_OWNER_RESET are used in the documentation instead of VHOST_SET_OWNER and VHOST_RESET_OWNER respectively. To avoid confusion, let's use the right names in the documentation. No change to the API, only the documentation is involved. Signed-off-by: Stefano Garzarella ---