Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions libvirt/tests/cfg/cpu/vcpu_misc.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@
expected_str_after_startup = 'mode="host-passthrough"'
customize_cpu_features = "yes"
- with_maxphysaddr:
cpu_mode = "host-model"
no s390-virtio,aarch64
cpu_mode = "host-model"
# not applicable on ppc64 or ppc64le
no s390-virtio,aarch64,ppc64,ppc64le
func_supported_since_libvirt_ver = (9, 3, 0)
maxphysaddr = {'mode': 'passthrough', 'limit':'%d'}
expected_qemuline = "host-phys-bits-limit=%s"
Expand Down