Re: [PATCH v1 3/4] virsh: Introduce new hypervisor-cpu-models command

2023-03-22 Thread Daniel P . Berrangé
On Wed, Mar 22, 2023 at 05:13:06PM +0100, Boris Fiuczynski wrote: > On 3/22/23 4:53 PM, Daniel P. Berrangé wrote: > > On Wed, Mar 22, 2023 at 11:39:17AM -0400, Collin Walling wrote: > > > This command is a virsh wrapper for virConnectGetHypervisorCPUNames. > > > > > > Signed-off-by: Collin Walling

Re: [PATCH v1 3/4] virsh: Introduce new hypervisor-cpu-models command

2023-03-22 Thread Boris Fiuczynski
On 3/22/23 4:53 PM, Daniel P. Berrangé wrote: On Wed, Mar 22, 2023 at 11:39:17AM -0400, Collin Walling wrote: This command is a virsh wrapper for virConnectGetHypervisorCPUNames. Signed-off-by: Collin Walling Reviewed-by: Boris Fiuczynski --- docs/manpages/virsh.rst | 20 tool

Re: [PATCH v1 3/4] virsh: Introduce new hypervisor-cpu-models command

2023-03-22 Thread Daniel P . Berrangé
On Wed, Mar 22, 2023 at 11:39:17AM -0400, Collin Walling wrote: > This command is a virsh wrapper for virConnectGetHypervisorCPUNames. > > Signed-off-by: Collin Walling > Reviewed-by: Boris Fiuczynski > --- > docs/manpages/virsh.rst | 20 > tools/virsh-host.c | 70

[PATCH v1 3/4] virsh: Introduce new hypervisor-cpu-models command

2023-03-22 Thread Collin Walling
This command is a virsh wrapper for virConnectGetHypervisorCPUNames. Signed-off-by: Collin Walling Reviewed-by: Boris Fiuczynski --- docs/manpages/virsh.rst | 20 tools/virsh-host.c | 70 + 2 files changed, 90 insertions(+) diff --git a