Re: [PATCH] vhost-scsi: support inflight io track

2020-09-11 Thread Paolo Bonzini
On 09/09/20 14:20, Li Feng wrote: > Qemu will send GET_INFLIGHT_FD and SET_INFLIGH_FD to backend, and > the backend setup the inflight memory to track the io. > > Change-Id: I805d6189996f7a1b44c65f0b12ef7473b1789510 > Signed-off-by: Li Feng > --- > hw/scsi/vhost-scsi-common.c | 27

[PATCH] vhost-scsi: support inflight io track

2020-09-09 Thread Li Feng
Qemu will send GET_INFLIGHT_FD and SET_INFLIGH_FD to backend, and the backend setup the inflight memory to track the io. Change-Id: I805d6189996f7a1b44c65f0b12ef7473b1789510 Signed-off-by: Li Feng --- hw/scsi/vhost-scsi-common.c | 27 +++ include/hw/virtio/vhost