[PATCH v2 0/1] qemu: add support for max-ram-below-4g option

Zhiyong Ye yezhiyong at bytedance.com
Thu May 6 08:28:20 UTC 2021


Hi all,

Sorry to bother again.

Since I'm new to the libvirt community, and also this is my first time to
submit patches, I'm truly sorry for the format problems that I emailed before.

Could you kindly help me review it again, and let me know if there is anything
I need to change.

For background, see:
https://listman.redhat.com/archives/libvir-list/2021-April/msg01196.html

Changes since V1:
* Change the 'below4g' attribute to not share the 'unit' argument with
  actual memory size, and let its unit default to KiB
* Add docs and test changes
* Add check in the ABI stability checker code

Best regards!
Zhiyong Ye

Zhiyong Ye (1):
  qemu: add support for max-ram-below-4g option

 docs/formatdomain.rst                       | 10 ++++++--
 docs/schemas/domaincommon.rng               |  5 ++++
 src/conf/domain_conf.c                      | 15 ++++++++++++
 src/conf/domain_conf.h                      |  3 +++
 src/conf/domain_validate.c                  | 13 ++++++++++
 src/qemu/qemu_command.c                     |  4 ++++
 tests/qemuxml2argvdata/memory-below4g.args  | 29 ++++++++++++++++++++++
 tests/qemuxml2argvdata/memory-below4g.xml   | 26 ++++++++++++++++++++
 tests/qemuxml2argvtest.c                    |  1 +
 tests/qemuxml2xmloutdata/memory-below4g.xml | 37 +++++++++++++++++++++++++++++
 tests/qemuxml2xmltest.c                     |  1 +
 11 files changed, 142 insertions(+), 2 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/memory-below4g.args
 create mode 100644 tests/qemuxml2argvdata/memory-below4g.xml
 create mode 100644 tests/qemuxml2xmloutdata/memory-below4g.xml

-- 
2.11.0




More information about the libvir-list mailing list