Re: [libvirt PATCH v2 4/8] qemu: Validate configuration for the armvtimer timer

2020-02-14 Thread Ján Tomko
On Thu, Feb 13, 2020 at 05:45:14PM +0100, Andrea Bolognani wrote: On Thu, 2020-02-13 at 14:28 +0100, Ján Tomko wrote: On Fri, Feb 07, 2020 at 03:27:04PM +0100, Andrea Bolognani wrote: > +++ b/src/qemu/qemu_domain.c > @@ -5430,6 +5430,39 @@ qemuDomainDefValidateClockTimers(const virDomainDef

Re: [libvirt PATCH v2 4/8] qemu: Validate configuration for the armvtimer timer

2020-02-13 Thread Andrea Bolognani
On Thu, 2020-02-13 at 14:28 +0100, Ján Tomko wrote: > On Fri, Feb 07, 2020 at 03:27:04PM +0100, Andrea Bolognani wrote: > > +++ b/src/qemu/qemu_domain.c > > @@ -5430,6 +5430,39 @@ qemuDomainDefValidateClockTimers(const virDomainDef > > *def, > > break; > > > > case

Re: [libvirt PATCH v2 4/8] qemu: Validate configuration for the armvtimer timer

2020-02-13 Thread Ján Tomko
On Fri, Feb 07, 2020 at 03:27:04PM +0100, Andrea Bolognani wrote: Its use is limited to certain guest types, and it only supports a subset of all possible tick policies. Signed-off-by: Andrea Bolognani --- src/qemu/qemu_domain.c | 33 + 1 file changed, 33

Re: [libvirt PATCH v2 4/8] qemu: Validate configuration for the armvtimer timer

2020-02-10 Thread Masayoshi Mizuma
On Fri, Feb 07, 2020 at 03:27:04PM +0100, Andrea Bolognani wrote: > Its use is limited to certain guest types, and it only supports > a subset of all possible tick policies. > > Signed-off-by: Andrea Bolognani > --- > src/qemu/qemu_domain.c | 33 + > 1 file