Re: [PATCH v2 4/5] qemu: check if cpu model is supported before baselining

2020-11-24 Thread Jiri Denemark
On Thu, Sep 24, 2020 at 20:22:38 -0400, Collin Walling wrote: > Check the provided CPU models against the CPU models > known by the hypervisor before baselining and print > an error if an unrecognized model is found. > > Signed-off-by: Collin Walling > --- > src/qemu/qemu_driver.c | 18 +

[PATCH v2 4/5] qemu: check if cpu model is supported before baselining

2020-09-24 Thread Collin Walling
Check the provided CPU models against the CPU models known by the hypervisor before baselining and print an error if an unrecognized model is found. Signed-off-by: Collin Walling --- src/qemu/qemu_driver.c | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/sr