mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
qapi/vfio: Add VFIO migration QAPI event
Add a new QAPI event for VFIO migration. This event will be emitted when a VFIO device changes its migration state, for example, during migration or when stopping/starting the guest. This event can be used by management applications to get updates on the current state of the VFIO device for their own purposes. Note that this new event is introduced since VFIO devices have a unique set of migration states which cannot be described as accurately by other existing events such as run state or migration status. Signed-off-by: Avihai Horon <avihaih@nvidia.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Signed-off-by: Cédric Le Goater <clg@redhat.com>
This commit is contained in:
parent
187716feeb
commit
a0359b56ec
4 changed files with 70 additions and 0 deletions
|
@ -52,6 +52,7 @@ qapi_all_modules = [
|
|||
'stats',
|
||||
'trace',
|
||||
'transaction',
|
||||
'vfio',
|
||||
'virtio',
|
||||
'yank',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue