diff options
| author | Avihai Horon <avihaih@nvidia.com> | 2024-05-15 16:21:35 +0300 |
|---|---|---|
| committer | Cédric Le Goater <clg@redhat.com> | 2024-05-16 16:59:19 +0200 |
| commit | a0359b56ecb2002fbecd249b1ea71df618dbe4a2 (patch) | |
| tree | 29acf09935c8a4b91b7953b7f65e5159bba9bfe4 /qapi/qapi-schema.json | |
| parent | 187716feeba406b5a3879db66a7bafd687472a1f (diff) | |
| download | focaccia-qemu-a0359b56ecb2002fbecd249b1ea71df618dbe4a2.tar.gz focaccia-qemu-a0359b56ecb2002fbecd249b1ea71df618dbe4a2.zip | |
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>
Diffstat (limited to 'qapi/qapi-schema.json')
| -rw-r--r-- | qapi/qapi-schema.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qapi/qapi-schema.json b/qapi/qapi-schema.json index 5e33da7228..b1581988e4 100644 --- a/qapi/qapi-schema.json +++ b/qapi/qapi-schema.json @@ -78,5 +78,6 @@ { 'include': 'pci.json' } { 'include': 'stats.json' } { 'include': 'virtio.json' } +{ 'include': 'vfio.json' } { 'include': 'cryptodev.json' } { 'include': 'cxl.json' } |