Lines Matching +full:pre +full:- +full:its
1 # -*- Mode: Python -*-
18 # @stop-copy: The device is stopped and its internal state is
21 # @resuming: The device is stopped and its internal state is available
24 # @running-p2p: The device is running in the P2P quiescent state.
26 # @pre-copy: The device is running, tracking its internal state and
27 # its internal state is available for reading.
29 # @pre-copy-p2p: The device is running in the P2P quiescent state,
30 # tracking its internal state and its internal state is available
36 'data': [ 'stop', 'running', 'stop-copy', 'resuming', 'running-p2p',
37 'pre-copy', 'pre-copy-p2p' ] }
44 # @device-id: The device's id, if it has one.
46 # @qom-path: The device's QOM path.
48 # @device-state: The new changed device migration state.
52 # .. qmp-example::
54 # <- { "timestamp": { "seconds": 1713771323, "microseconds": 212268 },
57 # "device-id": "vfio_dev1",
58 # "qom-path": "/machine/peripheral/vfio_dev1",
59 # "device-state": "stop" } }
63 'device-id': 'str',
64 'qom-path': 'str',
65 'device-state': 'QapiVfioMigrationState'