Re: [libvirt PATCH v2 5/8] qemu: Format the armvtimer timer on the command line

2020-02-13 Thread Ján Tomko
On Fri, Feb 07, 2020 at 03:27:05PM +0100, Andrea Bolognani wrote: Its behavior is controlled by a KVM-specific CPU feature. Signed-off-by: Andrea Bolognani --- src/qemu/qemu_command.c | 13 + 1 file changed, 13 insertions(+) Reviewed-by: Ján Tomko Jano signature.asc

Re: [libvirt PATCH v2 5/8] qemu: Format the armvtimer timer on the command line

2020-02-10 Thread Masayoshi Mizuma
On Fri, Feb 07, 2020 at 03:27:05PM +0100, Andrea Bolognani wrote: > Its behavior is controlled by a KVM-specific CPU feature. > > Signed-off-by: Andrea Bolognani > --- > src/qemu/qemu_command.c | 13 + > 1 file changed, 13 insertions(+) > > diff --git a/src/qemu/qemu_command.c

[libvirt PATCH v2 5/8] qemu: Format the armvtimer timer on the command line

2020-02-07 Thread Andrea Bolognani
Its behavior is controlled by a KVM-specific CPU feature. Signed-off-by: Andrea Bolognani --- src/qemu/qemu_command.c | 13 + 1 file changed, 13 insertions(+) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 71ae1f72e5..60f8820c64 100644 ---