Lines Matching refs:loadparm
59 Selecting kernels with the ``loadparm`` property
62 The ``s390-ccw-virtio`` machine supports the so-called ``loadparm`` parameter
66 qemu-system-s390x -machine s390-ccw-virtio,loadparm=<string>
83 ``loadparm`` is not assigned a value, then the default entry is used.
85 By default, the machine ``loadparm`` applies to all boot devices. If multiple
86 devices are assigned a ``bootindex`` and the ``loadparm`` is to be different
87 between them, an independent ``loadparm`` may be assigned on a per-device basis.
89 An example guest using per-device ``loadparm``::
94 -device virtio-blk,drive=dr2,bootindex=2,loadparm=3
97 entry (because no ``loadparm`` is specified for this device or for the
101 If a ``loadparm`` is specified on both the machine and a device, the per-device
102 value will superseded the machine value. Per-device ``loadparm`` values are
103 only used for devices with an assigned ``bootindex``. The machine ``loadparm``