Re: [libvirt PATCH v2 2/8] qemu: Add the QEMU_CAPS_CPU_KVM_NO_ADJVTIME capability

2020-02-13 Thread Ján Tomko
On Fri, Feb 07, 2020 at 03:27:02PM +0100, Andrea Bolognani wrote: We will use this capability to detect whether the QEMU binary supports the kvm-no-adjvtime CPU feature. Reviewed-by: Ján Tomko Signed-off-by: Andrea Bolognani --- src/qemu/qemu_capabilities.c | 2 ++ src/qemu

Re: [libvirt PATCH v2 2/8] qemu: Add the QEMU_CAPS_CPU_KVM_NO_ADJVTIME capability

2020-02-10 Thread Masayoshi Mizuma
On Fri, Feb 07, 2020 at 03:27:02PM +0100, Andrea Bolognani wrote: > We will use this capability to detect whether the QEMU binary > supports the kvm-no-adjvtime CPU feature. > > Reviewed-by: Ján Tomko > Signed-off-by: Andrea Bolognani > --- > src/qemu/qemu_capabilities.c |

[libvirt PATCH v2 2/8] qemu: Add the QEMU_CAPS_CPU_KVM_NO_ADJVTIME capability

2020-02-07 Thread Andrea Bolognani
We will use this capability to detect whether the QEMU binary supports the kvm-no-adjvtime CPU feature. Reviewed-by: Ján Tomko Signed-off-by: Andrea Bolognani --- src/qemu/qemu_capabilities.c | 2 ++ src/qemu/qemu_capabilities.h | 1 + tests/qemucapabil