Re: [PATCH v2 4/5] virsh: add --disable-deprecated-features flag to domcapabilities

2024-11-26 Thread Jiri Denemark
On Mon, Nov 25, 2024 at 14:46:38 -0500, Collin Walling wrote: > 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 domcapabiliti

Re: [PATCH v2 4/5] virsh: add --disable-deprecated-features flag to domcapabilities

2024-11-26 Thread Boris Fiuczynski
On 11/26/24 16:14, Boris Fiuczynski wrote: Reviewed-by: Boris Fiuczynski On 11/25/24 20:46, Collin Walling wrote: 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

[PATCH v2 4/5] virsh: add --disable-deprecated-features flag to domcapabilities

2024-11-25 Thread Collin Walling
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 --- do