Re: [PATCH 2/2] vhost-user: Make RESET_DEVICE a per device message

2023-06-30 Thread Raphael Norwitz
> On Jun 28, 2023, at 5:39 PM, Tom Lonergan wrote: > > A device reset is issued per device, not per VQ. The legacy device reset > message, VHOST_USER_RESET_OWNER, is already a per device message. Therefore, > this change adds the proper message, VHOST_USER_RESET_DEVICE, to per device > messages

[PATCH 2/2] vhost-user: Make RESET_DEVICE a per device message

2023-06-28 Thread Tom Lonergan
A device reset is issued per device, not per VQ. The legacy device reset message, VHOST_USER_RESET_OWNER, is already a per device message. Therefore, this change adds the proper message, VHOST_USER_RESET_DEVICE, to per device messages. Signed-off-by: Tom Lonergan --- hw/virtio/vhost-user.c | 1 +