[virt-manager][PATCH] virtinst: Support missing NVDIMM knobs
Michal Prívozník
mprivozn at redhat.com
Mon Jun 21 14:06:23 UTC 2021
On 6/21/21 2:43 PM, Michal Privoznik wrote:
> There are two domain XML knobs specific to NVDIMMs that
> virt-install doesn't allow to set: <pmem/> and <alignsize/>.
> Implement them.
>
> Closes: https://github.com/virt-manager/virt-manager/issues/267
> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
> ---
> tests/data/cli/compare/virt-install-singleton-config-3.xml | 2 ++
> tests/test_cli.py | 2 +-
> virtinst/cli.py | 4 ++++
> virtinst/devices/memory.py | 2 ++
> 4 files changed, 9 insertions(+), 1 deletion(-)
Actually, there's a third option that's missing: <target> <readonly/>
</target>. Will post v2 shortly.
Michal
More information about the virt-tools-list
mailing list