Re: [libvirt] [PATCH] virt-host-validate: improve tests for arm/aarch64

2016-06-14 Thread Riku Voipio
On 13 June 2016 at 20:20, Andrea Bolognani wrote: > So, this has already been merged and it's definitely an > improvement over the existing situation (thanks to both you > and Michal, by the way!), but I was wondering whether > removing the hardware check altogether is a good

Re: [libvirt] [PATCH] virt-host-validate: improve tests for arm/aarch64

2016-06-10 Thread Riku Voipio
On 3 June 2016 at 15:53, Riku Voipio <riku.voi...@linaro.org> wrote: > ARM/Aarch64 /proc/cpuinfo has no virtualization related flags. > Refactor the Qemu/KVM test a bit: > > 1) run the "for hardware virtualization" test only on plaforms with known >cpuinfo flags

[libvirt] [PATCH] virt-host-validate: improve tests for arm/aarch64

2016-06-03 Thread Riku Voipio
re generic error hint message for non-x86 plaforms when /dev/kvm is missing. Signed-off-by: Riku Voipio <riku.voi...@linaro.org> --- tools/virt-host-validate-qemu.c | 29 - 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/tools/virt-host-validate-qem