Re: [PATCH v1 21/24] vfio-user: pci reset
On Tue, Nov 08, 2022 at 03:13:43PM -0800, John Johnson wrote: > Message to tell the server to reset the device. LGTM Reviewed-by: John Levon regards john
[PATCH v1 21/24] vfio-user: pci reset
Message to tell the server to reset the device. Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman --- hw/vfio/pci.c | 15 +++ hw/vfio/user.c | 12 hw/vfio/user.h | 1 + 3 files changed, 28 insertions(+) diff --git a/hw/vfi