Re: [PATCH v1] vhost: fail device start if iotlb update fails

2024-11-11 Thread Prasad Pandit
Hello Jason, On Mon, 11 Nov 2024 at 07:08, Jason Wang wrote: > > While starting a vhost device, updating iotlb entries > > via 'vhost_device_iotlb_miss' may return an error. > > > > qemu-kvm: vhost_device_iotlb_miss: > > 700871,700871: Fail to update device iotlb > > Actually, such updating

Re: [PATCH v1] vhost: fail device start if iotlb update fails

2024-11-10 Thread Jason Wang
Hi Prasad: On Thu, Nov 7, 2024 at 7:33 PM Prasad Pandit wrote: > > From: Prasad Pandit > > While starting a vhost device, updating iotlb entries > via 'vhost_device_iotlb_miss' may return an error. > > qemu-kvm: vhost_device_iotlb_miss: > 700871,700871: Fail to update device iotlb Actuall

Re: [PATCH v1] vhost: fail device start if iotlb update fails

2024-11-07 Thread Stefano Garzarella
On Thu, Nov 07, 2024 at 05:02:47PM +0530, Prasad Pandit wrote: From: Prasad Pandit While starting a vhost device, updating iotlb entries via 'vhost_device_iotlb_miss' may return an error. qemu-kvm: vhost_device_iotlb_miss: 700871,700871: Fail to update device iotlb Fail device start when

[PATCH v1] vhost: fail device start if iotlb update fails

2024-11-07 Thread Prasad Pandit
From: Prasad Pandit While starting a vhost device, updating iotlb entries via 'vhost_device_iotlb_miss' may return an error. qemu-kvm: vhost_device_iotlb_miss: 700871,700871: Fail to update device iotlb Fail device start when such an error occurs. Signed-off-by: Prasad Pandit --- hw/vi