Lines Matching full:the
1 The virtual channel subsystem
9 All channel devices support the ``devno`` property, which takes a parameter
10 in the form ``<cssid>.<ssid>.<device number>``.
12 The default channel subsystem image id (``<cssid>``) is ``0xfe``. Devices in
15 if the guest OS does not enable MCSS-E (which is true for all supported guest
18 Supported values for the subchannel set id (``<ssid>``) range from ``0-3``.
19 Devices with a ssid that is not ``0`` will not be visible if the guest OS
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
30 QEMU places a device at the first free subchannel in the specified subchannel
46 The auto-assigned-properties in QEMU (as seen via e.g. ``info qtree``)
53 If added to the same Linux guest as above, it would show up as ``0.0.0042``
56 The properties for the device would be ``dev_id = "fe.0.0042"`` and
63 If added to the same Linux guest as above, it would show up as ``0.2.1111``
66 The properties for the device would be ``dev_id = "fe.2.1111"`` and
75 The properties for the device would be ``dev_id = "2.0.2222"`` and
83 the standard channel subsystem image id.
85 The properties for the device would be ``dev_id = "0.0.1234"`` and