Lines Matching refs:device
14 # @device-list-properties:
16 # List properties associated with a device.
18 # @typename: the type name of a device
29 { 'command': 'device-list-properties',
36 # Add a device.
38 # @driver: the name of the new device's driver
40 # @bus: the device's parent bus (device tree path)
42 # @id: the device's ID, must be unique
59 # the 'docs/qdev-device-use.txt' file.
61 # 3. It's possible to list device properties by running QEMU with
62 # the ``-device DEVICE,help`` command-line argument, where
63 # DEVICE is the device's name.
88 # Remove a device from a guest
90 # @id: the device's ID or QOM path
93 # - If @id is not a valid device, DeviceNotFound
95 # .. note:: When this command completes, the device may not be removed
98 # the hot removal process. Completion of the device removal
102 # device will not be removed and a DEVICE_UNPLUG_GUEST_ERROR event
124 # Emitted whenever the device removal completion is acknowledged by
125 # the guest. At this point, it's safe to reuse the specified device
129 # @device: the device's ID if it has one
131 # @path: the device's QOM path
143 'data': { '*device': 'str', 'path': 'str' } }
148 # Emitted when a device hot unplug fails due to a guest reported
151 # @device: the device's ID if it has one
153 # @path: the device's QOM path
165 'data': { '*device': 'str', 'path': 'str' } }