]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Remove host-passthrough validation check for host-phys-bits=on
authorLin Ma <lma@suse.com>
Thu, 8 Sep 2022 07:07:22 +0000 (15:07 +0800)
committerJim Fehlig <jfehlig@suse.com>
Thu, 29 Sep 2022 14:45:03 +0000 (08:45 -0600)
commit85aafea4499b20a43d5c208143fc1582ab3d6c84
tree7b3fcaab9f5c295fa80d794923bc922c3d843d6f
parentba884de786e07e2a3addd68f2e587e306ee16cab
qemu: Remove host-passthrough validation check for host-phys-bits=on

Besides the -cpu host, The host-phys-bits=on applies to custom or max
cpu model, So the host-passthrough validation check is unnecessary for
maxphysaddr with mode='passthrough'.

Signed-off-by: Lin Ma <lma@suse.com>
Reviewed-by: Jim Fehlig <jfehlig@suse.com>
src/qemu/qemu_validate.c
tests/qemuxml2argvdata/cpu-phys-bits-passthrough2.err
tests/qemuxml2argvdata/cpu-phys-bits-passthrough2.xml
tests/qemuxml2argvdata/cpu-phys-bits-passthrough3.err [deleted file]
tests/qemuxml2argvdata/cpu-phys-bits-passthrough3.xml [deleted file]
tests/qemuxml2argvtest.c