]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: add --disable-deprecated-features flag to domcapabilities
authorCollin Walling <walling@linux.ibm.com>
Mon, 16 Dec 2024 23:03:57 +0000 (18:03 -0500)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 17 Dec 2024 10:45:50 +0000 (11:45 +0100)
commit15d45964e453e04f1761e527266af45554f58fcc
tree66290daa532ee90e3e7a680e29cb1d79256c191f
parentcd1e837c22182dcadfe17b469c931f9fc9745a46
virsh: add --disable-deprecated-features flag to domcapabilities

Add a new flag, --disable-deprecated-features, to the domcapabilities
command.  This will modify the output to show the 'host-model' CPU
with features flagged as deprecated paired with the 'disable' policy.

virsh domcapabilities --disable-deprecated-features

Signed-off-by: Collin Walling <walling@linux.ibm.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
docs/manpages/virsh.rst
tools/virsh-host.c