]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: allow forcing emulated maxphysaddr
authorJán Tomko <jtomko@redhat.com>
Tue, 25 Apr 2023 09:11:59 +0000 (11:11 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 25 Apr 2023 09:19:37 +0000 (11:19 +0200)
commit03ca889b153f190c8a4ac6950cb93b7cb06cbddc
tree337b3f5bf3832048944ab2748091dd34946e8274
parente3d95a1eba78f2b797dbdce7d8bd604a8e004961
qemu: allow forcing emulated maxphysaddr

Treat:
  <maxphysaddr mode="emulate"/>
as a request not to take the maximum address size from the host.
This is useful if QEMU changes the default.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
docs/formatdomain.rst
src/qemu/qemu_command.c
src/qemu/qemu_validate.c
tests/qemuxml2argvdata/cpu-phys-bits-emulate-bare.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-phys-bits-emulate-bare.xml [moved from tests/qemuxml2argvdata/cpu-phys-bits-emulate3.xml with 100% similarity]
tests/qemuxml2argvdata/cpu-phys-bits-emulate3.err [deleted file]
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/cpu-phys-bits-emulate-bare.x86_64-latest.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c