Re: [PATCH v18 QEMU 06/18] vfio: Add VM state change handler to know state of VM

2020-05-05 Thread Cornelia Huck
On Tue, 5 May 2020 04:14:41 +0530 Kirti Wankhede wrote: > VM state change handler gets called on change in VM's state. This is used to > set > VFIO device state to _RUNNING. > > Signed-off-by: Kirti Wankhede > Reviewed-by: Neo Jia > --- > hw/vfio/migration.c | 87 > +++

[PATCH v18 QEMU 06/18] vfio: Add VM state change handler to know state of VM

2020-05-04 Thread Kirti Wankhede
VM state change handler gets called on change in VM's state. This is used to set VFIO device state to _RUNNING. Signed-off-by: Kirti Wankhede Reviewed-by: Neo Jia --- hw/vfio/migration.c | 87 +++ hw/vfio/trace-events | 2 + include/hw