2021-08-23 15:28:03 +02:00
|
|
|
.. _Deprecated features:
|
|
|
|
|
2020-02-28 16:36:04 +01:00
|
|
|
Deprecated features
|
|
|
|
===================
|
|
|
|
|
|
|
|
In general features are intended to be supported indefinitely once
|
|
|
|
introduced into QEMU. In the event that a feature needs to be removed,
|
2020-09-15 17:07:34 +02:00
|
|
|
it will be listed in this section. The feature will remain functional for the
|
|
|
|
release in which it was deprecated and one further release. After these two
|
|
|
|
releases, the feature is liable to be removed. Deprecated features may also
|
|
|
|
generate warnings on the console when QEMU starts up, or if activated via a
|
|
|
|
monitor command, however, this is not a mandatory requirement.
|
2020-02-28 16:36:04 +01:00
|
|
|
|
|
|
|
Prior to the 2.10.0 release there was no official policy on how
|
|
|
|
long features would be deprecated prior to their removal, nor
|
|
|
|
any documented list of which features were deprecated. Thus
|
|
|
|
any features deprecated prior to 2.10.0 will be treated as if
|
|
|
|
they were first deprecated in the 2.10.0 release.
|
|
|
|
|
|
|
|
What follows is a list of all features currently marked as
|
|
|
|
deprecated.
|
|
|
|
|
|
|
|
System emulator command line arguments
|
|
|
|
--------------------------------------
|
|
|
|
|
|
|
|
``QEMU_AUDIO_`` environment variables and ``-audio-help`` (since 4.0)
|
|
|
|
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
The ``-audiodev`` argument is now the preferred way to specify audio
|
|
|
|
backend settings instead of environment variables. To ease migration to
|
|
|
|
the new format, the ``-audiodev-help`` option can be used to convert
|
|
|
|
the current values of the environment variables to ``-audiodev`` options.
|
|
|
|
|
|
|
|
Creating sound card devices and vnc without ``audiodev=`` property (since 4.2)
|
|
|
|
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
When not using the deprecated legacy audio config, each sound card
|
|
|
|
should specify an ``audiodev=`` property. Additionally, when using
|
2020-09-17 09:50:22 +02:00
|
|
|
vnc, you should specify an ``audiodev=`` property if you plan to
|
2020-02-28 16:36:04 +01:00
|
|
|
transmit audio through the VNC protocol.
|
|
|
|
|
2020-07-02 15:25:23 +02:00
|
|
|
Creating sound card devices using ``-soundhw`` (since 5.1)
|
|
|
|
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
Sound card devices should be created using ``-device`` instead. The
|
|
|
|
names are the same for most devices. The exceptions are ``hda`` which
|
|
|
|
needs two devices (``-device intel-hda -device hda-duplex``) and
|
|
|
|
``pcspk`` which can be activated using ``-machine
|
|
|
|
pcspk-audiodev=<name>``.
|
|
|
|
|
2021-03-11 17:42:52 +01:00
|
|
|
``-chardev`` backend aliases ``tty`` and ``parport`` (since 6.0)
|
|
|
|
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
``tty`` and ``parport`` are aliases that will be removed. Instead, the
|
|
|
|
actual backend names ``serial`` and ``parallel`` should be used.
|
|
|
|
|
2020-11-09 10:13:39 +01:00
|
|
|
Short-form boolean options (since 6.0)
|
|
|
|
''''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
Boolean options such as ``share=on``/``share=off`` could be written
|
|
|
|
in short form as ``share`` and ``noshare``. This is now deprecated
|
|
|
|
and will cause a warning.
|
blockdev: Deprecate -drive with bogus interface type
Drives with interface types other than if=none are for onboard
devices. Unfortunately, any such drives the board doesn't pick up can
still be used with -device, like this:
$ qemu-system-x86_64 -nodefaults -display none -S -drive if=floppy,id=bogus,unit=7 -device ide-cd,drive=bogus -monitor stdio
QEMU 5.0.50 monitor - type 'help' for more information
(qemu) info block
bogus: [not inserted]
Attached to: /machine/peripheral-anon/device[0]
Removable device: not locked, tray closed
(qemu) info qtree
bus: main-system-bus
type System
[...]
bus: ide.1
type IDE
dev: ide-cd, id ""
---> drive = "bogus"
[...]
unit = 0 (0x0)
[...]
This kind of abuse has always worked. Deprecate it:
qemu-system-x86_64: -drive if=floppy,id=bogus,unit=7: warning: bogus if=floppy is deprecated, use if=none
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20200622094227.1271650-9-armbru@redhat.com>
2020-06-22 11:42:19 +02:00
|
|
|
|
2021-02-25 11:51:30 +01:00
|
|
|
``delay`` option for socket character devices (since 6.0)
|
|
|
|
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
The replacement for the ``nodelay`` short-form boolean option is ``nodelay=on``
|
|
|
|
rather than ``delay=off``.
|
|
|
|
|
2020-10-20 18:08:27 +02:00
|
|
|
``--enable-fips`` (since 6.0)
|
|
|
|
'''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
This option restricts usage of certain cryptographic algorithms when
|
|
|
|
the host is operating in FIPS mode.
|
|
|
|
|
|
|
|
If FIPS compliance is required, QEMU should be built with the ``libgcrypt``
|
|
|
|
library enabled as a cryptography provider.
|
|
|
|
|
|
|
|
Neither the ``nettle`` library, or the built-in cryptography provider are
|
|
|
|
supported on FIPS enabled hosts.
|
|
|
|
|
2021-02-25 11:55:27 +01:00
|
|
|
``-writeconfig`` (since 6.0)
|
|
|
|
'''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
The ``-writeconfig`` option is not able to serialize the entire contents
|
|
|
|
of the QEMU command line. It is thus considered a failed experiment
|
|
|
|
and deprecated, with no current replacement.
|
|
|
|
|
2021-03-01 12:14:14 +01:00
|
|
|
Userspace local APIC with KVM (x86, since 6.0)
|
|
|
|
''''''''''''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
Using ``-M kernel-irqchip=off`` with x86 machine types that include a local
|
|
|
|
APIC is deprecated. The ``split`` setting is supported, as is using
|
|
|
|
``-M kernel-irqchip=off`` with the ISA PC machine type.
|
|
|
|
|
2021-02-11 21:44:37 +01:00
|
|
|
hexadecimal sizes with scaling multipliers (since 6.0)
|
|
|
|
''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
Input parameters that take a size value should only use a size suffix
|
|
|
|
(such as 'k' or 'M') when the base is written in decimal, and not when
|
|
|
|
the value is hexadecimal. That is, '0x20M' is deprecated, and should
|
|
|
|
be written either as '32M' or as '0x2000000'.
|
|
|
|
|
2021-03-11 12:43:43 +01:00
|
|
|
``-spice password=string`` (since 6.0)
|
|
|
|
''''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
This option is insecure because the SPICE password remains visible in
|
|
|
|
the process listing. This is replaced by the new ``password-secret``
|
|
|
|
option which lets the password be securely provided on the command
|
|
|
|
line using a ``secret`` object instance.
|
|
|
|
|
2021-08-23 05:00:04 +02:00
|
|
|
``opened`` property of ``rng-*`` objects (since 6.0)
|
|
|
|
''''''''''''''''''''''''''''''''''''''''''''''''''''
|
2020-10-20 12:47:58 +02:00
|
|
|
|
|
|
|
The only effect of specifying ``opened=on`` in the command line or QMP
|
|
|
|
``object-add`` is that the device is opened immediately, possibly before all
|
|
|
|
other options have been processed. This will either have no effect (if
|
|
|
|
``opened`` was the last option) or cause errors. The property is therefore
|
|
|
|
useless and should not be specified.
|
|
|
|
|
2021-08-23 05:00:04 +02:00
|
|
|
``loaded`` property of ``secret`` and ``secret_keyring`` objects (since 6.0)
|
|
|
|
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
2020-10-20 12:47:58 +02:00
|
|
|
|
|
|
|
The only effect of specifying ``loaded=on`` in the command line or QMP
|
|
|
|
``object-add`` is that the secret is loaded immediately, possibly before all
|
|
|
|
other options have been processed. This will either have no effect (if
|
|
|
|
``loaded`` was the last option) or cause options to be effectively ignored as
|
|
|
|
if they were not given. The property is therefore useless and should not be
|
|
|
|
specified.
|
|
|
|
|
2021-06-30 18:32:29 +02:00
|
|
|
``-display sdl,window_close=...`` (since 6.1)
|
|
|
|
'''''''''''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
Use ``-display sdl,window-close=...`` instead (i.e. with a minus instead of
|
|
|
|
an underscore between "window" and "close").
|
|
|
|
|
2021-08-25 11:20:22 +02:00
|
|
|
``-alt-grab`` and ``-display sdl,alt_grab=on`` (since 6.2)
|
|
|
|
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
Use ``-display sdl,grab-mod=lshift-lctrl-lalt`` instead.
|
|
|
|
|
|
|
|
``-ctrl-grab`` and ``-display sdl,ctrl_grab=on`` (since 6.2)
|
|
|
|
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
Use ``-display sdl,grab-mod=rctrl`` instead.
|
|
|
|
|
2021-08-25 11:20:23 +02:00
|
|
|
``-sdl`` (since 6.2)
|
|
|
|
''''''''''''''''''''
|
|
|
|
|
|
|
|
Use ``-display sdl`` instead.
|
|
|
|
|
|
|
|
``-curses`` (since 6.2)
|
|
|
|
'''''''''''''''''''''''
|
|
|
|
|
|
|
|
Use ``-display curses`` instead.
|
|
|
|
|
2021-10-27 14:48:03 +02:00
|
|
|
``-watchdog`` (since 6.2)
|
|
|
|
'''''''''''''''''''''''''
|
|
|
|
|
|
|
|
Use ``-device`` instead.
|
|
|
|
|
2021-09-29 04:58:02 +02:00
|
|
|
``-smp`` ("parameter=0" SMP configurations) (since 6.2)
|
|
|
|
'''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
Specified CPU topology parameters must be greater than zero.
|
|
|
|
|
|
|
|
In the SMP configuration, users should either provide a CPU topology
|
|
|
|
parameter with a reasonable value (greater than zero) or just omit it
|
|
|
|
and QEMU will compute the missing value.
|
|
|
|
|
|
|
|
However, historically it was implicitly allowed for users to provide
|
|
|
|
a parameter with zero value, which is meaningless and could also possibly
|
|
|
|
cause unexpected results in the -smp parsing. So support for this kind of
|
|
|
|
configurations (e.g. -smp 8,sockets=0) is deprecated since 6.2 and will
|
|
|
|
be removed in the near future, users have to ensure that all the topology
|
|
|
|
members described with -smp are greater than zero.
|
2020-10-20 12:47:58 +02:00
|
|
|
|
2021-08-02 15:44:14 +02:00
|
|
|
Plugin argument passing through ``arg=<string>`` (since 6.1)
|
|
|
|
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
Passing TCG plugins arguments through ``arg=`` is redundant is makes the
|
|
|
|
command-line less readable, especially when the argument itself consist of a
|
|
|
|
name and a value, e.g. ``-plugin plugin_name,arg="arg_name=arg_value"``.
|
|
|
|
Therefore, the usage of ``arg`` is redundant. Single-word arguments are treated
|
|
|
|
as short-form boolean values, and passed to plugins as ``arg_name=on``.
|
|
|
|
However, short-form booleans are deprecated and full explicit ``arg_name=on``
|
|
|
|
form is preferred.
|
|
|
|
|
2021-11-19 11:25:49 +01:00
|
|
|
``-drive if=none`` for the sifive_u OTP device (since 6.2)
|
|
|
|
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
Using ``-drive if=none`` to configure the OTP device of the sifive_u
|
|
|
|
RISC-V machine is deprecated. Use ``-drive if=pflash`` instead.
|
|
|
|
|
2021-08-02 15:44:14 +02:00
|
|
|
|
2020-02-28 16:36:04 +01:00
|
|
|
QEMU Machine Protocol (QMP) commands
|
|
|
|
------------------------------------
|
|
|
|
|
2021-08-23 05:00:04 +02:00
|
|
|
``blockdev-open-tray``, ``blockdev-close-tray`` argument ``device`` (since 2.8)
|
|
|
|
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
2020-03-17 12:54:26 +01:00
|
|
|
|
|
|
|
Use argument ``id`` instead.
|
|
|
|
|
2021-08-23 05:00:04 +02:00
|
|
|
``eject`` argument ``device`` (since 2.8)
|
|
|
|
'''''''''''''''''''''''''''''''''''''''''
|
2020-03-17 12:54:26 +01:00
|
|
|
|
|
|
|
Use argument ``id`` instead.
|
|
|
|
|
2021-08-23 05:00:04 +02:00
|
|
|
``blockdev-change-medium`` argument ``device`` (since 2.8)
|
|
|
|
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
2020-03-17 12:54:26 +01:00
|
|
|
|
|
|
|
Use argument ``id`` instead.
|
|
|
|
|
2021-08-23 05:00:04 +02:00
|
|
|
``block_set_io_throttle`` argument ``device`` (since 2.8)
|
|
|
|
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
2020-03-17 12:54:26 +01:00
|
|
|
|
|
|
|
Use argument ``id`` instead.
|
|
|
|
|
2021-08-23 05:00:04 +02:00
|
|
|
``blockdev-add`` empty string argument ``backing`` (since 2.10)
|
|
|
|
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
2020-03-17 12:54:26 +01:00
|
|
|
|
|
|
|
Use argument value ``null`` instead.
|
|
|
|
|
2021-08-23 05:00:04 +02:00
|
|
|
``block-commit`` arguments ``base`` and ``top`` (since 3.1)
|
|
|
|
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
2020-03-17 12:54:26 +01:00
|
|
|
|
|
|
|
Use arguments ``base-node`` and ``top-node`` instead.
|
|
|
|
|
2020-09-24 17:27:13 +02:00
|
|
|
``nbd-server-add`` and ``nbd-server-remove`` (since 5.2)
|
|
|
|
''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
Use the more generic commands ``block-export-add`` and ``block-export-del``
|
2020-10-27 06:05:49 +01:00
|
|
|
instead. As part of this deprecation, where ``nbd-server-add`` used a
|
|
|
|
single ``bitmap``, the new ``block-export-add`` uses a list of ``bitmaps``.
|
2020-09-24 17:27:13 +02:00
|
|
|
|
qapi: Enable enum member introspection to show more than name
The next commit will add feature flags to enum members. There's a
problem, though: query-qmp-schema shows an enum type's members as an
array of member names (SchemaInfoEnum member @values). If it showed
an array of objects with a name member, we could simply add more
members to these objects. Since it's just strings, we can't.
I can see three ways to correct this design mistake:
1. Do it the way we should have done it, plus compatibility goo.
We want a ['SchemaInfoEnumMember'] member in SchemaInfoEnum. Since
changing @values would be a compatibility break, add a new member
@members instead.
@values is now redundant. In my testing, output of
qemu-system-x86_64's query-qmp-schema grows by 11% (18.5KiB).
We can deprecate @values now and drop it later. This will break
outmoded clients. Well-behaved clients such as libvirt are
expected to break cleanly.
2. Like 1, but omit "boring" elements of @member, and empty @member.
@values does not become redundant. @members augments it. Somewhat
cumbersome, but output of query-qmp-schema grows only as we make
enum members non-boring.
There is nothing to deprecate here.
3. Versioned query-qmp-schema.
query-qmp-schema provides either @values or @members. The QMP
client can select which version it wants. There is no redundant
output.
We can deprecate old versions and eventually drop them. This will
break outmoded clients. Breaking cleanly is easier than for 1.
While 1 and 2 operate within the common rules for compatible
evolution apply (section "Compatibility considerations" in
docs/devel/qapi-code-gen.rst), 3 bypasses them. Attractive when
operating within the rules is just too awkward. Not the case here.
This commit implements 1. Libvirt developers prefer it.
Deprecate @values in favour of @members. Since query-qmp-schema
compatibility is pretty fundamental for management applications, an
extended grace period is advised.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Tested-by: Peter Krempa <pkrempa@redhat.com>
Acked-by: Peter Krempa <pkrempa@redhat.com>
Message-Id: <20211025042405.3762351-2-armbru@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
2021-10-25 06:24:01 +02:00
|
|
|
``query-qmp-schema`` return value member ``values`` (since 6.2)
|
|
|
|
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
Member ``values`` in return value elements with meta-type ``enum`` is
|
|
|
|
deprecated. Use ``members`` instead.
|
|
|
|
|
2021-11-04 09:58:11 +01:00
|
|
|
``drive-backup`` (since 6.2)
|
|
|
|
''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
Use ``blockdev-backup`` in combination with ``blockdev-add`` instead.
|
|
|
|
This change primarily separates the creation/opening process of the backup
|
|
|
|
target with explicit, separate steps. ``blockdev-backup`` uses mostly the
|
|
|
|
same arguments as ``drive-backup``, except the ``format`` and ``mode``
|
|
|
|
options are removed in favor of using explicit ``blockdev-create`` and
|
|
|
|
``blockdev-add`` calls. See :doc:`/interop/live-block-operations` for
|
|
|
|
details.
|
|
|
|
|
2021-11-15 15:54:07 +01:00
|
|
|
Incorrectly typed ``device_add`` arguments (since 6.2)
|
|
|
|
''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
Due to shortcomings in the internal implementation of ``device_add``, QEMU
|
|
|
|
incorrectly accepts certain invalid arguments: Any object or list arguments are
|
|
|
|
silently ignored. Other argument types are not checked, but an implicit
|
|
|
|
conversion happens, so that e.g. string values can be assigned to integer
|
|
|
|
device properties or vice versa.
|
|
|
|
|
|
|
|
This is a bug in QEMU that will be fixed in the future so that previously
|
|
|
|
accepted incorrect commands will return an error. Users should make sure that
|
|
|
|
all arguments passed to ``device_add`` are consistent with the documented
|
|
|
|
property types.
|
|
|
|
|
2022-01-20 23:31:04 +01:00
|
|
|
``query-sgx`` return value member ``section-size`` (since 7.0)
|
|
|
|
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
Member ``section-size`` in return value elements with meta-type ``uint64`` is
|
|
|
|
deprecated. Use ``sections`` instead.
|
|
|
|
|
|
|
|
|
|
|
|
``query-sgx-capabilities`` return value member ``section-size`` (since 7.0)
|
|
|
|
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
Member ``section-size`` in return value elements with meta-type ``uint64`` is
|
|
|
|
deprecated. Use ``sections`` instead.
|
|
|
|
|
2021-03-17 02:12:35 +01:00
|
|
|
System accelerators
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
MIPS ``Trap-and-Emul`` KVM support (since 6.0)
|
|
|
|
''''''''''''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
The MIPS ``Trap-and-Emul`` KVM host and guest support has been removed
|
|
|
|
from Linux upstream kernel, declare it deprecated.
|
|
|
|
|
2020-02-28 16:36:04 +01:00
|
|
|
System emulator CPUS
|
|
|
|
--------------------
|
|
|
|
|
2021-08-23 05:00:04 +02:00
|
|
|
``Icelake-Client`` CPU Model (since 5.2)
|
|
|
|
''''''''''''''''''''''''''''''''''''''''
|
2020-09-22 09:14:15 +02:00
|
|
|
|
|
|
|
``Icelake-Client`` CPU Models are deprecated. Use ``Icelake-Server`` CPU
|
|
|
|
Models instead.
|
|
|
|
|
2020-11-02 11:30:30 +01:00
|
|
|
MIPS ``I7200`` CPU Model (since 5.2)
|
|
|
|
''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
The ``I7200`` guest CPU relies on the nanoMIPS ISA, which is deprecated
|
|
|
|
(the ISA has never been upstreamed to a compiler toolchain). Therefore
|
|
|
|
this CPU is also deprecated.
|
|
|
|
|
2021-09-07 02:47:53 +02:00
|
|
|
|
|
|
|
QEMU API (QAPI) events
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
``MEM_UNPLUG_ERROR`` (since 6.2)
|
|
|
|
''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
Use the more generic event ``DEVICE_UNPLUG_GUEST_ERROR`` instead.
|
|
|
|
|
|
|
|
|
2020-02-28 16:36:04 +01:00
|
|
|
System emulator machines
|
|
|
|
------------------------
|
|
|
|
|
2021-12-17 17:57:17 +01:00
|
|
|
PPC 405 ``taihu`` machine (since 7.0)
|
|
|
|
'''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
The PPC 405 CPU is a system-on-a-chip, so all 405 machines are very similar,
|
|
|
|
except for some external periphery. However, the periphery of the ``taihu``
|
|
|
|
machine is hardly emulated at all (e.g. neither the LCD nor the USB part had
|
|
|
|
been implemented), so there is not much value added by this board. Use the
|
|
|
|
``ref405ep`` machine instead.
|
|
|
|
|
2022-01-17 20:16:39 +01:00
|
|
|
``pc-i440fx-1.4`` up to ``pc-i440fx-1.7`` (since 7.0)
|
|
|
|
'''''''''''''''''''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
These old machine types are quite neglected nowadays and thus might have
|
|
|
|
various pitfalls with regards to live migration. Use a newer machine type
|
|
|
|
instead.
|
|
|
|
|
|
|
|
|
2021-01-11 21:33:32 +01:00
|
|
|
Backend options
|
|
|
|
---------------
|
|
|
|
|
|
|
|
Using non-persistent backing file with pmem=on (since 6.1)
|
|
|
|
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
This option is used when ``memory-backend-file`` is consumed by emulated NVDIMM
|
|
|
|
device. However enabling ``memory-backend-file.pmem`` option, when backing file
|
|
|
|
is (a) not DAX capable or (b) not on a filesystem that support direct mapping
|
|
|
|
of persistent memory, is not safe and may lead to data loss or corruption in case
|
|
|
|
of host crash.
|
|
|
|
Options are:
|
|
|
|
|
|
|
|
- modify VM configuration to set ``pmem=off`` to continue using fake NVDIMM
|
|
|
|
(without persistence guaranties) with backing file on non DAX storage
|
|
|
|
- move backing file to NVDIMM storage and keep ``pmem=on``
|
|
|
|
(to have NVDIMM with persistence guaranties).
|
|
|
|
|
2020-02-28 16:36:04 +01:00
|
|
|
Device options
|
|
|
|
--------------
|
|
|
|
|
|
|
|
Emulated device options
|
|
|
|
'''''''''''''''''''''''
|
|
|
|
|
2021-08-23 05:00:04 +02:00
|
|
|
``-device virtio-blk,scsi=on|off`` (since 5.0)
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2020-02-28 16:36:04 +01:00
|
|
|
|
|
|
|
The virtio-blk SCSI passthrough feature is a legacy VIRTIO feature. VIRTIO 1.0
|
|
|
|
and later do not support it because the virtio-scsi device was introduced for
|
|
|
|
full SCSI support. Use virtio-scsi instead when SCSI passthrough is required.
|
|
|
|
|
|
|
|
Note this also applies to ``-device virtio-blk-pci,scsi=on|off``, which is an
|
|
|
|
alias.
|
|
|
|
|
2021-09-09 14:32:19 +02:00
|
|
|
``-device sga`` (since 6.2)
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
The ``sga`` device loads an option ROM for x86 targets which enables
|
|
|
|
SeaBIOS to send messages to the serial console. SeaBIOS 1.11.0 onwards
|
|
|
|
contains native support for this feature and thus use of the option
|
|
|
|
ROM approach is obsolete. The native SeaBIOS support can be activated
|
|
|
|
by using ``-machine graphics=off``.
|
|
|
|
|
|
|
|
|
2020-02-28 16:36:04 +01:00
|
|
|
Block device options
|
|
|
|
''''''''''''''''''''
|
|
|
|
|
2021-08-23 05:00:04 +02:00
|
|
|
``"backing": ""`` (since 2.12)
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2020-02-28 16:36:04 +01:00
|
|
|
|
|
|
|
In order to prevent QEMU from automatically opening an image's backing
|
|
|
|
chain, use ``"backing": null`` instead.
|
|
|
|
|
2021-08-23 05:00:04 +02:00
|
|
|
``rbd`` keyvalue pair encoded filenames: ``""`` (since 3.1)
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2020-02-28 16:36:04 +01:00
|
|
|
|
|
|
|
Options for ``rbd`` should be specified according to its runtime options,
|
|
|
|
like other block drivers. Legacy parsing of keyvalue pair encoded
|
|
|
|
filenames is useful to open images with the old format for backing files;
|
|
|
|
These image files should be updated to use the current format.
|
|
|
|
|
|
|
|
Example of legacy encoding::
|
|
|
|
|
|
|
|
json:{"file.driver":"rbd", "file.filename":"rbd:rbd/name"}
|
|
|
|
|
|
|
|
The above, converted to the current supported format::
|
|
|
|
|
|
|
|
json:{"file.driver":"rbd", "file.pool":"rbd", "file.image":"name"}
|
|
|
|
|
2020-07-03 17:59:46 +02:00
|
|
|
linux-user mode CPUs
|
|
|
|
--------------------
|
|
|
|
|
2020-11-02 11:30:30 +01:00
|
|
|
MIPS ``I7200`` CPU (since 5.2)
|
|
|
|
''''''''''''''''''''''''''''''
|
|
|
|
|
|
|
|
The ``I7200`` guest CPU relies on the nanoMIPS ISA, which is deprecated
|
|
|
|
(the ISA has never been upstreamed to a compiler toolchain). Therefore
|
|
|
|
this CPU is also deprecated.
|
|
|
|
|
2020-02-28 16:36:04 +01:00
|
|
|
Backwards compatibility
|
|
|
|
-----------------------
|
|
|
|
|
2021-08-23 05:00:04 +02:00
|
|
|
Runnability guarantee of CPU models (since 4.1)
|
|
|
|
'''''''''''''''''''''''''''''''''''''''''''''''
|
2020-02-28 16:36:04 +01:00
|
|
|
|
|
|
|
Previous versions of QEMU never changed existing CPU models in
|
|
|
|
ways that introduced additional host software or hardware
|
|
|
|
requirements to the VM. This allowed management software to
|
|
|
|
safely change the machine type of an existing VM without
|
|
|
|
introducing new requirements ("runnability guarantee"). This
|
|
|
|
prevented CPU models from being updated to include CPU
|
|
|
|
vulnerability mitigations, leaving guests vulnerable in the
|
|
|
|
default configuration.
|
|
|
|
|
|
|
|
The CPU model runnability guarantee won't apply anymore to
|
|
|
|
existing CPU models. Management software that needs runnability
|
2020-11-17 20:34:48 +01:00
|
|
|
guarantees must resolve the CPU model aliases using the
|
2020-02-28 16:36:04 +01:00
|
|
|
``alias-of`` field returned by the ``query-cpu-definitions`` QMP
|
|
|
|
command.
|
|
|
|
|
|
|
|
While those guarantees are kept, the return value of
|
|
|
|
``query-cpu-definitions`` will have existing CPU model aliases
|
|
|
|
point to a version that doesn't break runnability guarantees
|
|
|
|
(specifically, version 1 of those CPU models). In future QEMU
|
|
|
|
versions, aliases will point to newer CPU model versions
|
|
|
|
depending on the machine type, so management software must
|
|
|
|
resolve CPU model aliases before starting a virtual machine.
|
|
|
|
|
2020-11-02 11:30:30 +01:00
|
|
|
Guest Emulator ISAs
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
nanoMIPS ISA
|
|
|
|
''''''''''''
|
|
|
|
|
|
|
|
The ``nanoMIPS`` ISA has never been upstreamed to any compiler toolchain.
|
|
|
|
As it is hard to generate binaries for it, declare it deprecated.
|
2022-02-10 18:47:14 +01:00
|
|
|
|
|
|
|
Tools
|
|
|
|
-----
|
|
|
|
|
|
|
|
virtiofsd
|
|
|
|
'''''''''
|
|
|
|
|
|
|
|
There is a new Rust implementation of ``virtiofsd`` at
|
|
|
|
``https://gitlab.com/virtio-fs/virtiofsd``;
|
|
|
|
since this is now marked stable, new development should be done on that
|
|
|
|
rather than the existing C version in the QEMU tree.
|
|
|
|
The C version will still accept fixes and patches that
|
|
|
|
are already in development for the moment, but will eventually
|
|
|
|
be deleted from this tree.
|
|
|
|
New deployments should use the Rust version, and existing systems
|
|
|
|
should consider moving to it. The command line and feature set
|
|
|
|
is very close and moving should be simple.
|