]> git.proxmox.com Git - mirror_qemu.git/blob - docs/about/deprecated.rst
Merge tag 'pull-jobs-2021-11-09' of https://src.openvz.org/scm/~vsementsov/qemu into...
[mirror_qemu.git] / docs / about / deprecated.rst
1 .. _Deprecated features:
2
3 Deprecated features
4 ===================
5
6 In general features are intended to be supported indefinitely once
7 introduced into QEMU. In the event that a feature needs to be removed,
8 it will be listed in this section. The feature will remain functional for the
9 release in which it was deprecated and one further release. After these two
10 releases, the feature is liable to be removed. Deprecated features may also
11 generate warnings on the console when QEMU starts up, or if activated via a
12 monitor command, however, this is not a mandatory requirement.
13
14 Prior to the 2.10.0 release there was no official policy on how
15 long features would be deprecated prior to their removal, nor
16 any documented list of which features were deprecated. Thus
17 any features deprecated prior to 2.10.0 will be treated as if
18 they were first deprecated in the 2.10.0 release.
19
20 What follows is a list of all features currently marked as
21 deprecated.
22
23 System emulator command line arguments
24 --------------------------------------
25
26 ``QEMU_AUDIO_`` environment variables and ``-audio-help`` (since 4.0)
27 '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
28
29 The ``-audiodev`` argument is now the preferred way to specify audio
30 backend settings instead of environment variables. To ease migration to
31 the new format, the ``-audiodev-help`` option can be used to convert
32 the current values of the environment variables to ``-audiodev`` options.
33
34 Creating sound card devices and vnc without ``audiodev=`` property (since 4.2)
35 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
36
37 When not using the deprecated legacy audio config, each sound card
38 should specify an ``audiodev=`` property. Additionally, when using
39 vnc, you should specify an ``audiodev=`` property if you plan to
40 transmit audio through the VNC protocol.
41
42 Creating sound card devices using ``-soundhw`` (since 5.1)
43 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
44
45 Sound card devices should be created using ``-device`` instead. The
46 names are the same for most devices. The exceptions are ``hda`` which
47 needs two devices (``-device intel-hda -device hda-duplex``) and
48 ``pcspk`` which can be activated using ``-machine
49 pcspk-audiodev=<name>``.
50
51 ``-chardev`` backend aliases ``tty`` and ``parport`` (since 6.0)
52 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
53
54 ``tty`` and ``parport`` are aliases that will be removed. Instead, the
55 actual backend names ``serial`` and ``parallel`` should be used.
56
57 Short-form boolean options (since 6.0)
58 ''''''''''''''''''''''''''''''''''''''
59
60 Boolean options such as ``share=on``/``share=off`` could be written
61 in short form as ``share`` and ``noshare``. This is now deprecated
62 and will cause a warning.
63
64 ``delay`` option for socket character devices (since 6.0)
65 '''''''''''''''''''''''''''''''''''''''''''''''''''''''''
66
67 The replacement for the ``nodelay`` short-form boolean option is ``nodelay=on``
68 rather than ``delay=off``.
69
70 ``--enable-fips`` (since 6.0)
71 '''''''''''''''''''''''''''''
72
73 This option restricts usage of certain cryptographic algorithms when
74 the host is operating in FIPS mode.
75
76 If FIPS compliance is required, QEMU should be built with the ``libgcrypt``
77 library enabled as a cryptography provider.
78
79 Neither the ``nettle`` library, or the built-in cryptography provider are
80 supported on FIPS enabled hosts.
81
82 ``-writeconfig`` (since 6.0)
83 '''''''''''''''''''''''''''''
84
85 The ``-writeconfig`` option is not able to serialize the entire contents
86 of the QEMU command line. It is thus considered a failed experiment
87 and deprecated, with no current replacement.
88
89 Userspace local APIC with KVM (x86, since 6.0)
90 ''''''''''''''''''''''''''''''''''''''''''''''
91
92 Using ``-M kernel-irqchip=off`` with x86 machine types that include a local
93 APIC is deprecated. The ``split`` setting is supported, as is using
94 ``-M kernel-irqchip=off`` with the ISA PC machine type.
95
96 hexadecimal sizes with scaling multipliers (since 6.0)
97 ''''''''''''''''''''''''''''''''''''''''''''''''''''''
98
99 Input parameters that take a size value should only use a size suffix
100 (such as 'k' or 'M') when the base is written in decimal, and not when
101 the value is hexadecimal. That is, '0x20M' is deprecated, and should
102 be written either as '32M' or as '0x2000000'.
103
104 ``-spice password=string`` (since 6.0)
105 ''''''''''''''''''''''''''''''''''''''
106
107 This option is insecure because the SPICE password remains visible in
108 the process listing. This is replaced by the new ``password-secret``
109 option which lets the password be securely provided on the command
110 line using a ``secret`` object instance.
111
112 ``opened`` property of ``rng-*`` objects (since 6.0)
113 ''''''''''''''''''''''''''''''''''''''''''''''''''''
114
115 The only effect of specifying ``opened=on`` in the command line or QMP
116 ``object-add`` is that the device is opened immediately, possibly before all
117 other options have been processed. This will either have no effect (if
118 ``opened`` was the last option) or cause errors. The property is therefore
119 useless and should not be specified.
120
121 ``loaded`` property of ``secret`` and ``secret_keyring`` objects (since 6.0)
122 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
123
124 The only effect of specifying ``loaded=on`` in the command line or QMP
125 ``object-add`` is that the secret is loaded immediately, possibly before all
126 other options have been processed. This will either have no effect (if
127 ``loaded`` was the last option) or cause options to be effectively ignored as
128 if they were not given. The property is therefore useless and should not be
129 specified.
130
131 ``-display sdl,window_close=...`` (since 6.1)
132 '''''''''''''''''''''''''''''''''''''''''''''
133
134 Use ``-display sdl,window-close=...`` instead (i.e. with a minus instead of
135 an underscore between "window" and "close").
136
137 ``-no-quit`` (since 6.1)
138 ''''''''''''''''''''''''
139
140 The ``-no-quit`` is a synonym for ``-display ...,window-close=off`` which
141 should be used instead.
142
143 ``-alt-grab`` and ``-display sdl,alt_grab=on`` (since 6.2)
144 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
145
146 Use ``-display sdl,grab-mod=lshift-lctrl-lalt`` instead.
147
148 ``-ctrl-grab`` and ``-display sdl,ctrl_grab=on`` (since 6.2)
149 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
150
151 Use ``-display sdl,grab-mod=rctrl`` instead.
152
153 ``-sdl`` (since 6.2)
154 ''''''''''''''''''''
155
156 Use ``-display sdl`` instead.
157
158 ``-curses`` (since 6.2)
159 '''''''''''''''''''''''
160
161 Use ``-display curses`` instead.
162
163 ``-watchdog`` (since 6.2)
164 '''''''''''''''''''''''''
165
166 Use ``-device`` instead.
167
168 ``-smp`` ("parameter=0" SMP configurations) (since 6.2)
169 '''''''''''''''''''''''''''''''''''''''''''''''''''''''
170
171 Specified CPU topology parameters must be greater than zero.
172
173 In the SMP configuration, users should either provide a CPU topology
174 parameter with a reasonable value (greater than zero) or just omit it
175 and QEMU will compute the missing value.
176
177 However, historically it was implicitly allowed for users to provide
178 a parameter with zero value, which is meaningless and could also possibly
179 cause unexpected results in the -smp parsing. So support for this kind of
180 configurations (e.g. -smp 8,sockets=0) is deprecated since 6.2 and will
181 be removed in the near future, users have to ensure that all the topology
182 members described with -smp are greater than zero.
183
184 Plugin argument passing through ``arg=<string>`` (since 6.1)
185 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
186
187 Passing TCG plugins arguments through ``arg=`` is redundant is makes the
188 command-line less readable, especially when the argument itself consist of a
189 name and a value, e.g. ``-plugin plugin_name,arg="arg_name=arg_value"``.
190 Therefore, the usage of ``arg`` is redundant. Single-word arguments are treated
191 as short-form boolean values, and passed to plugins as ``arg_name=on``.
192 However, short-form booleans are deprecated and full explicit ``arg_name=on``
193 form is preferred.
194
195
196 QEMU Machine Protocol (QMP) commands
197 ------------------------------------
198
199 ``blockdev-open-tray``, ``blockdev-close-tray`` argument ``device`` (since 2.8)
200 '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
201
202 Use argument ``id`` instead.
203
204 ``eject`` argument ``device`` (since 2.8)
205 '''''''''''''''''''''''''''''''''''''''''
206
207 Use argument ``id`` instead.
208
209 ``blockdev-change-medium`` argument ``device`` (since 2.8)
210 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
211
212 Use argument ``id`` instead.
213
214 ``block_set_io_throttle`` argument ``device`` (since 2.8)
215 '''''''''''''''''''''''''''''''''''''''''''''''''''''''''
216
217 Use argument ``id`` instead.
218
219 ``blockdev-add`` empty string argument ``backing`` (since 2.10)
220 '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
221
222 Use argument value ``null`` instead.
223
224 ``block-commit`` arguments ``base`` and ``top`` (since 3.1)
225 '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
226
227 Use arguments ``base-node`` and ``top-node`` instead.
228
229 ``nbd-server-add`` and ``nbd-server-remove`` (since 5.2)
230 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
231
232 Use the more generic commands ``block-export-add`` and ``block-export-del``
233 instead. As part of this deprecation, where ``nbd-server-add`` used a
234 single ``bitmap``, the new ``block-export-add`` uses a list of ``bitmaps``.
235
236 ``query-qmp-schema`` return value member ``values`` (since 6.2)
237 '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
238
239 Member ``values`` in return value elements with meta-type ``enum`` is
240 deprecated. Use ``members`` instead.
241
242 ``drive-backup`` (since 6.2)
243 ''''''''''''''''''''''''''''
244
245 Use ``blockdev-backup`` in combination with ``blockdev-add`` instead.
246 This change primarily separates the creation/opening process of the backup
247 target with explicit, separate steps. ``blockdev-backup`` uses mostly the
248 same arguments as ``drive-backup``, except the ``format`` and ``mode``
249 options are removed in favor of using explicit ``blockdev-create`` and
250 ``blockdev-add`` calls. See :doc:`/interop/live-block-operations` for
251 details.
252
253 System accelerators
254 -------------------
255
256 MIPS ``Trap-and-Emul`` KVM support (since 6.0)
257 ''''''''''''''''''''''''''''''''''''''''''''''
258
259 The MIPS ``Trap-and-Emul`` KVM host and guest support has been removed
260 from Linux upstream kernel, declare it deprecated.
261
262 System emulator CPUS
263 --------------------
264
265 ``Icelake-Client`` CPU Model (since 5.2)
266 ''''''''''''''''''''''''''''''''''''''''
267
268 ``Icelake-Client`` CPU Models are deprecated. Use ``Icelake-Server`` CPU
269 Models instead.
270
271 MIPS ``I7200`` CPU Model (since 5.2)
272 ''''''''''''''''''''''''''''''''''''
273
274 The ``I7200`` guest CPU relies on the nanoMIPS ISA, which is deprecated
275 (the ISA has never been upstreamed to a compiler toolchain). Therefore
276 this CPU is also deprecated.
277
278
279 QEMU API (QAPI) events
280 ----------------------
281
282 ``MEM_UNPLUG_ERROR`` (since 6.2)
283 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
284
285 Use the more generic event ``DEVICE_UNPLUG_GUEST_ERROR`` instead.
286
287
288 System emulator machines
289 ------------------------
290
291 Aspeed ``swift-bmc`` machine (since 6.1)
292 ''''''''''''''''''''''''''''''''''''''''
293
294 This machine is deprecated because we have enough AST2500 based OpenPOWER
295 machines. It can be easily replaced by the ``witherspoon-bmc`` or the
296 ``romulus-bmc`` machines.
297
298 Backend options
299 ---------------
300
301 Using non-persistent backing file with pmem=on (since 6.1)
302 ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
303
304 This option is used when ``memory-backend-file`` is consumed by emulated NVDIMM
305 device. However enabling ``memory-backend-file.pmem`` option, when backing file
306 is (a) not DAX capable or (b) not on a filesystem that support direct mapping
307 of persistent memory, is not safe and may lead to data loss or corruption in case
308 of host crash.
309 Options are:
310
311 - modify VM configuration to set ``pmem=off`` to continue using fake NVDIMM
312 (without persistence guaranties) with backing file on non DAX storage
313 - move backing file to NVDIMM storage and keep ``pmem=on``
314 (to have NVDIMM with persistence guaranties).
315
316 Device options
317 --------------
318
319 Emulated device options
320 '''''''''''''''''''''''
321
322 ``-device virtio-blk,scsi=on|off`` (since 5.0)
323 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
324
325 The virtio-blk SCSI passthrough feature is a legacy VIRTIO feature. VIRTIO 1.0
326 and later do not support it because the virtio-scsi device was introduced for
327 full SCSI support. Use virtio-scsi instead when SCSI passthrough is required.
328
329 Note this also applies to ``-device virtio-blk-pci,scsi=on|off``, which is an
330 alias.
331
332 ``-device sga`` (since 6.2)
333 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
334
335 The ``sga`` device loads an option ROM for x86 targets which enables
336 SeaBIOS to send messages to the serial console. SeaBIOS 1.11.0 onwards
337 contains native support for this feature and thus use of the option
338 ROM approach is obsolete. The native SeaBIOS support can be activated
339 by using ``-machine graphics=off``.
340
341
342 Block device options
343 ''''''''''''''''''''
344
345 ``"backing": ""`` (since 2.12)
346 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
347
348 In order to prevent QEMU from automatically opening an image's backing
349 chain, use ``"backing": null`` instead.
350
351 ``rbd`` keyvalue pair encoded filenames: ``""`` (since 3.1)
352 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
353
354 Options for ``rbd`` should be specified according to its runtime options,
355 like other block drivers. Legacy parsing of keyvalue pair encoded
356 filenames is useful to open images with the old format for backing files;
357 These image files should be updated to use the current format.
358
359 Example of legacy encoding::
360
361 json:{"file.driver":"rbd", "file.filename":"rbd:rbd/name"}
362
363 The above, converted to the current supported format::
364
365 json:{"file.driver":"rbd", "file.pool":"rbd", "file.image":"name"}
366
367 linux-user mode CPUs
368 --------------------
369
370 ``ppc64abi32`` CPUs (since 5.2)
371 '''''''''''''''''''''''''''''''
372
373 The ``ppc64abi32`` architecture has a number of issues which regularly
374 trip up our CI testing and is suspected to be quite broken. For that
375 reason the maintainers strongly suspect no one actually uses it.
376
377 MIPS ``I7200`` CPU (since 5.2)
378 ''''''''''''''''''''''''''''''
379
380 The ``I7200`` guest CPU relies on the nanoMIPS ISA, which is deprecated
381 (the ISA has never been upstreamed to a compiler toolchain). Therefore
382 this CPU is also deprecated.
383
384 Backwards compatibility
385 -----------------------
386
387 Runnability guarantee of CPU models (since 4.1)
388 '''''''''''''''''''''''''''''''''''''''''''''''
389
390 Previous versions of QEMU never changed existing CPU models in
391 ways that introduced additional host software or hardware
392 requirements to the VM. This allowed management software to
393 safely change the machine type of an existing VM without
394 introducing new requirements ("runnability guarantee"). This
395 prevented CPU models from being updated to include CPU
396 vulnerability mitigations, leaving guests vulnerable in the
397 default configuration.
398
399 The CPU model runnability guarantee won't apply anymore to
400 existing CPU models. Management software that needs runnability
401 guarantees must resolve the CPU model aliases using the
402 ``alias-of`` field returned by the ``query-cpu-definitions`` QMP
403 command.
404
405 While those guarantees are kept, the return value of
406 ``query-cpu-definitions`` will have existing CPU model aliases
407 point to a version that doesn't break runnability guarantees
408 (specifically, version 1 of those CPU models). In future QEMU
409 versions, aliases will point to newer CPU model versions
410 depending on the machine type, so management software must
411 resolve CPU model aliases before starting a virtual machine.
412
413 Guest Emulator ISAs
414 -------------------
415
416 nanoMIPS ISA
417 ''''''''''''
418
419 The ``nanoMIPS`` ISA has never been upstreamed to any compiler toolchain.
420 As it is hard to generate binaries for it, declare it deprecated.