Lines Matching full:device
10 in the form ``<cssid>.<ssid>.<device number>``.
21 Any device may be put into any subchannel set, there is no restriction by
22 device type.
24 The device number can range from ``0-0xffff``.
26 If the ``devno`` property is not specified for a device, QEMU will choose the
27 next free device number in subchannel set 0, skipping to the next subchannel
28 set if no more device numbers are free.
30 QEMU places a device at the first free subchannel in the specified subchannel
31 set. If a device is hotunplugged and later replugged, it may appear at a
38 * a virtio-net device, cssid/ssid/devno automatically assigned::
40 -device virtio-net-ccw
49 * a virtio-rng device in subchannel set ``0``::
51 -device virtio-rng-ccw,devno=fe.0.0042
56 The properties for the device would be ``dev_id = "fe.0.0042"`` and
59 * a virtio-gpu device in subchannel set ``2``::
61 -device virtio-gpu-ccw,devno=fe.2.1111
66 The properties for the device would be ``dev_id = "fe.2.1111"`` and
69 * a virtio-mouse device in a non-standard channel subsystem image::
71 -device virtio-mouse-ccw,devno=2.0.2222
75 The properties for the device would be ``dev_id = "2.0.2222"`` and
78 * a virtio-keyboard device in another non-standard channel subsystem image::
80 -device virtio-keyboard-ccw,devno=0.0.1234
85 The properties for the device would be ``dev_id = "0.0.1234"`` and