deprecated.rst 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  1. .. _Deprecated features:
  2. Deprecated features
  3. ===================
  4. In general features are intended to be supported indefinitely once
  5. introduced into QEMU. In the event that a feature needs to be removed,
  6. it will be listed in this section. The feature will remain functional for the
  7. release in which it was deprecated and one further release. After these two
  8. releases, the feature is liable to be removed. Deprecated features may also
  9. generate warnings on the console when QEMU starts up, or if activated via a
  10. monitor command, however, this is not a mandatory requirement.
  11. Prior to the 2.10.0 release there was no official policy on how
  12. long features would be deprecated prior to their removal, nor
  13. any documented list of which features were deprecated. Thus
  14. any features deprecated prior to 2.10.0 will be treated as if
  15. they were first deprecated in the 2.10.0 release.
  16. What follows is a list of all features currently marked as
  17. deprecated.
  18. System emulator command line arguments
  19. --------------------------------------
  20. ``QEMU_AUDIO_`` environment variables and ``-audio-help`` (since 4.0)
  21. '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  22. The ``-audiodev`` argument is now the preferred way to specify audio
  23. backend settings instead of environment variables. To ease migration to
  24. the new format, the ``-audiodev-help`` option can be used to convert
  25. the current values of the environment variables to ``-audiodev`` options.
  26. Creating sound card devices and vnc without ``audiodev=`` property (since 4.2)
  27. ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  28. When not using the deprecated legacy audio config, each sound card
  29. should specify an ``audiodev=`` property. Additionally, when using
  30. vnc, you should specify an ``audiodev=`` property if you plan to
  31. transmit audio through the VNC protocol.
  32. Short-form boolean options (since 6.0)
  33. ''''''''''''''''''''''''''''''''''''''
  34. Boolean options such as ``share=on``/``share=off`` could be written
  35. in short form as ``share`` and ``noshare``. This is now deprecated
  36. and will cause a warning.
  37. ``delay`` option for socket character devices (since 6.0)
  38. '''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  39. The replacement for the ``nodelay`` short-form boolean option is ``nodelay=on``
  40. rather than ``delay=off``.
  41. ``-spice password=string`` (since 6.0)
  42. ''''''''''''''''''''''''''''''''''''''
  43. This option is insecure because the SPICE password remains visible in
  44. the process listing. This is replaced by the new ``password-secret``
  45. option which lets the password be securely provided on the command
  46. line using a ``secret`` object instance.
  47. ``-smp`` ("parameter=0" SMP configurations) (since 6.2)
  48. '''''''''''''''''''''''''''''''''''''''''''''''''''''''
  49. Specified CPU topology parameters must be greater than zero.
  50. In the SMP configuration, users should either provide a CPU topology
  51. parameter with a reasonable value (greater than zero) or just omit it
  52. and QEMU will compute the missing value.
  53. However, historically it was implicitly allowed for users to provide
  54. a parameter with zero value, which is meaningless and could also possibly
  55. cause unexpected results in the -smp parsing. So support for this kind of
  56. configurations (e.g. -smp 8,sockets=0) is deprecated since 6.2 and will
  57. be removed in the near future, users have to ensure that all the topology
  58. members described with -smp are greater than zero.
  59. Plugin argument passing through ``arg=<string>`` (since 6.1)
  60. ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  61. Passing TCG plugins arguments through ``arg=`` is redundant is makes the
  62. command-line less readable, especially when the argument itself consist of a
  63. name and a value, e.g. ``-plugin plugin_name,arg="arg_name=arg_value"``.
  64. Therefore, the usage of ``arg`` is redundant. Single-word arguments are treated
  65. as short-form boolean values, and passed to plugins as ``arg_name=on``.
  66. However, short-form booleans are deprecated and full explicit ``arg_name=on``
  67. form is preferred.
  68. ``-drive if=none`` for the sifive_u OTP device (since 6.2)
  69. ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  70. Using ``-drive if=none`` to configure the OTP device of the sifive_u
  71. RISC-V machine is deprecated. Use ``-drive if=pflash`` instead.
  72. QEMU Machine Protocol (QMP) commands
  73. ------------------------------------
  74. ``blockdev-open-tray``, ``blockdev-close-tray`` argument ``device`` (since 2.8)
  75. '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  76. Use argument ``id`` instead.
  77. ``eject`` argument ``device`` (since 2.8)
  78. '''''''''''''''''''''''''''''''''''''''''
  79. Use argument ``id`` instead.
  80. ``blockdev-change-medium`` argument ``device`` (since 2.8)
  81. ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  82. Use argument ``id`` instead.
  83. ``block_set_io_throttle`` argument ``device`` (since 2.8)
  84. '''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  85. Use argument ``id`` instead.
  86. ``blockdev-add`` empty string argument ``backing`` (since 2.10)
  87. '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  88. Use argument value ``null`` instead.
  89. ``block-commit`` arguments ``base`` and ``top`` (since 3.1)
  90. '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  91. Use arguments ``base-node`` and ``top-node`` instead.
  92. ``nbd-server-add`` and ``nbd-server-remove`` (since 5.2)
  93. ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  94. Use the more generic commands ``block-export-add`` and ``block-export-del``
  95. instead. As part of this deprecation, where ``nbd-server-add`` used a
  96. single ``bitmap``, the new ``block-export-add`` uses a list of ``bitmaps``.
  97. ``query-qmp-schema`` return value member ``values`` (since 6.2)
  98. '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  99. Member ``values`` in return value elements with meta-type ``enum`` is
  100. deprecated. Use ``members`` instead.
  101. ``drive-backup`` (since 6.2)
  102. ''''''''''''''''''''''''''''
  103. Use ``blockdev-backup`` in combination with ``blockdev-add`` instead.
  104. This change primarily separates the creation/opening process of the backup
  105. target with explicit, separate steps. ``blockdev-backup`` uses mostly the
  106. same arguments as ``drive-backup``, except the ``format`` and ``mode``
  107. options are removed in favor of using explicit ``blockdev-create`` and
  108. ``blockdev-add`` calls. See :doc:`/interop/live-block-operations` for
  109. details.
  110. Incorrectly typed ``device_add`` arguments (since 6.2)
  111. ''''''''''''''''''''''''''''''''''''''''''''''''''''''
  112. Due to shortcomings in the internal implementation of ``device_add``, QEMU
  113. incorrectly accepts certain invalid arguments: Any object or list arguments are
  114. silently ignored. Other argument types are not checked, but an implicit
  115. conversion happens, so that e.g. string values can be assigned to integer
  116. device properties or vice versa.
  117. This is a bug in QEMU that will be fixed in the future so that previously
  118. accepted incorrect commands will return an error. Users should make sure that
  119. all arguments passed to ``device_add`` are consistent with the documented
  120. property types.
  121. ``query-sgx`` return value member ``section-size`` (since 7.0)
  122. ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  123. Member ``section-size`` in return value elements with meta-type ``uint64`` is
  124. deprecated. Use ``sections`` instead.
  125. ``query-sgx-capabilities`` return value member ``section-size`` (since 7.0)
  126. '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  127. Member ``section-size`` in return value elements with meta-type ``uint64`` is
  128. deprecated. Use ``sections`` instead.
  129. System accelerators
  130. -------------------
  131. MIPS ``Trap-and-Emul`` KVM support (since 6.0)
  132. ''''''''''''''''''''''''''''''''''''''''''''''
  133. The MIPS ``Trap-and-Emul`` KVM host and guest support has been removed
  134. from Linux upstream kernel, declare it deprecated.
  135. Host Architectures
  136. ------------------
  137. BE MIPS (since 7.2)
  138. '''''''''''''''''''
  139. As Debian 10 ("Buster") moved into LTS the big endian 32 bit version of
  140. MIPS moved out of support making it hard to maintain our
  141. cross-compilation CI tests of the architecture. As we no longer have
  142. CI coverage support may bitrot away before the deprecation process
  143. completes. The little endian variants of MIPS (both 32 and 64 bit) are
  144. still a supported host architecture.
  145. QEMU API (QAPI) events
  146. ----------------------
  147. ``MEM_UNPLUG_ERROR`` (since 6.2)
  148. ''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  149. Use the more generic event ``DEVICE_UNPLUG_GUEST_ERROR`` instead.
  150. System emulator machines
  151. ------------------------
  152. Arm ``virt`` machine ``dtb-kaslr-seed`` property
  153. ''''''''''''''''''''''''''''''''''''''''''''''''
  154. The ``dtb-kaslr-seed`` property on the ``virt`` board has been
  155. deprecated; use the new name ``dtb-randomness`` instead. The new name
  156. better reflects the way this property affects all random data within
  157. the device tree blob, not just the ``kaslr-seed`` node.
  158. ``pc-i440fx-1.4`` up to ``pc-i440fx-1.7`` (since 7.0)
  159. '''''''''''''''''''''''''''''''''''''''''''''''''''''
  160. These old machine types are quite neglected nowadays and thus might have
  161. various pitfalls with regards to live migration. Use a newer machine type
  162. instead.
  163. Backend options
  164. ---------------
  165. Using non-persistent backing file with pmem=on (since 6.1)
  166. ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  167. This option is used when ``memory-backend-file`` is consumed by emulated NVDIMM
  168. device. However enabling ``memory-backend-file.pmem`` option, when backing file
  169. is (a) not DAX capable or (b) not on a filesystem that support direct mapping
  170. of persistent memory, is not safe and may lead to data loss or corruption in case
  171. of host crash.
  172. Options are:
  173. - modify VM configuration to set ``pmem=off`` to continue using fake NVDIMM
  174. (without persistence guaranties) with backing file on non DAX storage
  175. - move backing file to NVDIMM storage and keep ``pmem=on``
  176. (to have NVDIMM with persistence guaranties).
  177. Device options
  178. --------------
  179. Emulated device options
  180. '''''''''''''''''''''''
  181. ``-device virtio-blk,scsi=on|off`` (since 5.0)
  182. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  183. The virtio-blk SCSI passthrough feature is a legacy VIRTIO feature. VIRTIO 1.0
  184. and later do not support it because the virtio-scsi device was introduced for
  185. full SCSI support. Use virtio-scsi instead when SCSI passthrough is required.
  186. Note this also applies to ``-device virtio-blk-pci,scsi=on|off``, which is an
  187. alias.
  188. ``-device sga`` (since 6.2)
  189. ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  190. The ``sga`` device loads an option ROM for x86 targets which enables
  191. SeaBIOS to send messages to the serial console. SeaBIOS 1.11.0 onwards
  192. contains native support for this feature and thus use of the option
  193. ROM approach is obsolete. The native SeaBIOS support can be activated
  194. by using ``-machine graphics=off``.
  195. ``-device nvme-ns,eui64-default=on|off`` (since 7.1)
  196. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  197. In QEMU versions 6.1, 6.2 and 7.0, the ``nvme-ns`` generates an EUI-64
  198. identifier that is not globally unique. If an EUI-64 identifier is required, the
  199. user must set it explicitly using the ``nvme-ns`` device parameter ``eui64``.
  200. ``-device nvme,use-intel-id=on|off`` (since 7.1)
  201. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  202. The ``nvme`` device originally used a PCI Vendor/Device Identifier combination
  203. from Intel that was not properly allocated. Since version 5.2, the controller
  204. has used a properly allocated identifier. Deprecate the ``use-intel-id``
  205. machine compatibility parameter.
  206. Block device options
  207. ''''''''''''''''''''
  208. ``"backing": ""`` (since 2.12)
  209. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  210. In order to prevent QEMU from automatically opening an image's backing
  211. chain, use ``"backing": null`` instead.
  212. ``rbd`` keyvalue pair encoded filenames: ``""`` (since 3.1)
  213. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  214. Options for ``rbd`` should be specified according to its runtime options,
  215. like other block drivers. Legacy parsing of keyvalue pair encoded
  216. filenames is useful to open images with the old format for backing files;
  217. These image files should be updated to use the current format.
  218. Example of legacy encoding::
  219. json:{"file.driver":"rbd", "file.filename":"rbd:rbd/name"}
  220. The above, converted to the current supported format::
  221. json:{"file.driver":"rbd", "file.pool":"rbd", "file.image":"name"}
  222. Backwards compatibility
  223. -----------------------
  224. Runnability guarantee of CPU models (since 4.1)
  225. '''''''''''''''''''''''''''''''''''''''''''''''
  226. Previous versions of QEMU never changed existing CPU models in
  227. ways that introduced additional host software or hardware
  228. requirements to the VM. This allowed management software to
  229. safely change the machine type of an existing VM without
  230. introducing new requirements ("runnability guarantee"). This
  231. prevented CPU models from being updated to include CPU
  232. vulnerability mitigations, leaving guests vulnerable in the
  233. default configuration.
  234. The CPU model runnability guarantee won't apply anymore to
  235. existing CPU models. Management software that needs runnability
  236. guarantees must resolve the CPU model aliases using the
  237. ``alias-of`` field returned by the ``query-cpu-definitions`` QMP
  238. command.
  239. While those guarantees are kept, the return value of
  240. ``query-cpu-definitions`` will have existing CPU model aliases
  241. point to a version that doesn't break runnability guarantees
  242. (specifically, version 1 of those CPU models). In future QEMU
  243. versions, aliases will point to newer CPU model versions
  244. depending on the machine type, so management software must
  245. resolve CPU model aliases before starting a virtual machine.
  246. Tools
  247. -----
  248. virtiofsd
  249. '''''''''
  250. There is a new Rust implementation of ``virtiofsd`` at
  251. ``https://gitlab.com/virtio-fs/virtiofsd``;
  252. since this is now marked stable, new development should be done on that
  253. rather than the existing C version in the QEMU tree.
  254. The C version will still accept fixes and patches that
  255. are already in development for the moment, but will eventually
  256. be deleted from this tree.
  257. New deployments should use the Rust version, and existing systems
  258. should consider moving to it. The command line and feature set
  259. is very close and moving should be simple.
  260. QEMU guest agent
  261. ----------------
  262. ``--blacklist`` command line option (since 7.2)
  263. '''''''''''''''''''''''''''''''''''''''''''''''
  264. ``--blacklist`` has been replaced by ``--block-rpcs`` (which is a better
  265. wording for what this option does). The short form ``-b`` still stays
  266. the same and thus is the preferred way for scripts that should run with
  267. both, older and future versions of QEMU.
  268. ``blacklist`` config file option (since 7.2)
  269. ''''''''''''''''''''''''''''''''''''''''''''
  270. The ``blacklist`` config file option has been renamed to ``block-rpcs``
  271. (to be in sync with the renaming of the corresponding command line
  272. option).