Re: [PATCH v1 0/4] Introduce virsh hypervisor-cpu-models

2023-03-27 Thread Collin Walling
On 3/22/23 2:11 PM, Collin Walling wrote: On 3/22/23 1:00 PM, Tim Wiederhake wrote: On Wed, 2023-03-22 at 11:39 -0400, Collin Walling wrote: Allows for the query of hypervisor-known CPU models via the simple command: virsh hypervisor-cpu-models. For the QEMU driver, the models are queried via t

Re: [PATCH v1 0/4] Introduce virsh hypervisor-cpu-models

2023-03-22 Thread Collin Walling
On 3/22/23 1:00 PM, Tim Wiederhake wrote: On Wed, 2023-03-22 at 11:39 -0400, Collin Walling wrote: Allows for the query of hypervisor-known CPU models via the simple command: virsh hypervisor-cpu-models. For the QEMU driver, the models are queried via the capabilities file. Each model is printed

Re: [PATCH v1 0/4] Introduce virsh hypervisor-cpu-models

2023-03-22 Thread Tim Wiederhake
On Wed, 2023-03-22 at 11:39 -0400, Collin Walling wrote: > Allows for the query of hypervisor-known CPU models via the simple > command: virsh hypervisor-cpu-models. For the QEMU driver, the models > are queried via the capabilities file. Each model is printed to the > terminal on its own line simi

[PATCH v1 0/4] Introduce virsh hypervisor-cpu-models

2023-03-22 Thread Collin Walling
Allows for the query of hypervisor-known CPU models via the simple command: virsh hypervisor-cpu-models. For the QEMU driver, the models are queried via the capabilities file. Each model is printed to the terminal on its own line similar to the cpu-models command, and there is no order to the listi