[libvirt PATCH 0/4] qemu: support host-phys-bits-limit

Ján Tomko jtomko at redhat.com
Wed Mar 1 12:34:31 UTC 2023


Ján Tomko (4):
  conf: cpu: add limit for maxphysaddr
  qemu: add support for setting host-phys-bits-limit
  qemu: do not require bits for maxphysaddr mode emulate
  qemu: allow forcing emulated maxphysaddr

 docs/formatdomain.rst                         | 10 ++++--
 src/conf/cpu_conf.c                           |  7 ++++
 src/conf/cpu_conf.h                           |  1 +
 src/conf/schemas/cputypes.rng                 |  5 +++
 src/qemu/qemu_command.c                       |  8 ++++-
 src/qemu/qemu_validate.c                      |  7 ----
 .../cpu-phys-bits-emulate-bare.xml            | 20 +++++++++++
 .../cpu-phys-bits-emulate3.err                |  1 -
 .../cpu-phys-bits-emulate3.xml                | 20 -----------
 .../cpu-phys-bits-limit.x86_64-latest.args    | 34 +++++++++++++++++++
 .../qemuxml2argvdata/cpu-phys-bits-limit.xml  | 20 +++++++++++
 tests/qemuxml2argvtest.c                      |  3 +-
 ...u-phys-bits-emulate-bare.x86_64-latest.xml | 31 +++++++++++++++++
 .../cpu-phys-bits-limit.x86_64-latest.xml     | 31 +++++++++++++++++
 tests/qemuxml2xmltest.c                       |  3 ++
 15 files changed, 169 insertions(+), 32 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/cpu-phys-bits-emulate-bare.xml
 delete mode 100644 tests/qemuxml2argvdata/cpu-phys-bits-emulate3.err
 delete mode 100644 tests/qemuxml2argvdata/cpu-phys-bits-emulate3.xml
 create mode 100644 tests/qemuxml2argvdata/cpu-phys-bits-limit.x86_64-latest.args
 create mode 100644 tests/qemuxml2argvdata/cpu-phys-bits-limit.xml
 create mode 100644 tests/qemuxml2xmloutdata/cpu-phys-bits-emulate-bare.x86_64-latest.xml
 create mode 100644 tests/qemuxml2xmloutdata/cpu-phys-bits-limit.x86_64-latest.xml

-- 
2.39.2



More information about the libvir-list mailing list