Re: [libvirt PATCH v2 3/8] conf: Introduce VIR_DOMAIN_TIMER_NAME_ARMVTIMER

2020-02-14 Thread Andrea Bolognani
On Fri, 2020-02-14 at 11:19 +0100, Andrew Jones wrote: > On Thu, Feb 13, 2020 at 05:30:21PM +0100, Andrea Bolognani wrote: > > On Thu, 2020-02-13 at 14:26 +0100, Ján Tomko wrote: > > > Okay, so this name is a libvirt invention. > > > > I believe "ARM virtual timer" is the official name for the

Re: [libvirt PATCH v2 3/8] conf: Introduce VIR_DOMAIN_TIMER_NAME_ARMVTIMER

2020-02-14 Thread Andrew Jones
On Thu, Feb 13, 2020 at 05:30:21PM +0100, Andrea Bolognani wrote: > On Thu, 2020-02-13 at 14:26 +0100, Ján Tomko wrote: > > On Fri, Feb 07, 2020 at 03:27:03PM +0100, Andrea Bolognani wrote: > > > +++ b/src/conf/domain_conf.c > > > @@ -1063,6 +1063,7 @@ VIR_ENUM_IMPL(virDomainTimerName, > > >

Re: [libvirt PATCH v2 3/8] conf: Introduce VIR_DOMAIN_TIMER_NAME_ARMVTIMER

2020-02-13 Thread Andrea Bolognani
On Thu, 2020-02-13 at 14:26 +0100, Ján Tomko wrote: > On Fri, Feb 07, 2020 at 03:27:03PM +0100, Andrea Bolognani wrote: > > +++ b/src/conf/domain_conf.c > > @@ -1063,6 +1063,7 @@ VIR_ENUM_IMPL(virDomainTimerName, > > "tsc", > > "kvmclock", > >

Re: [libvirt PATCH v2 3/8] conf: Introduce VIR_DOMAIN_TIMER_NAME_ARMVTIMER

2020-02-13 Thread Ján Tomko
On Fri, Feb 07, 2020 at 03:27:03PM +0100, Andrea Bolognani wrote: This new timer model will be used to control the behavior of the virtual timer for KVM ARM/virt guests. Signed-off-by: Andrea Bolognani --- docs/schemas/domaincommon.rng | 1 + src/conf/domain_conf.c| 1 +

Re: [libvirt PATCH v2 3/8] conf: Introduce VIR_DOMAIN_TIMER_NAME_ARMVTIMER

2020-02-10 Thread Masayoshi Mizuma
On Fri, Feb 07, 2020 at 03:27:03PM +0100, Andrea Bolognani wrote: > This new timer model will be used to control the behavior of the > virtual timer for KVM ARM/virt guests. > > Signed-off-by: Andrea Bolognani > --- > docs/schemas/domaincommon.rng | 1 + > src/conf/domain_conf.c| 1 + >

[libvirt PATCH v2 3/8] conf: Introduce VIR_DOMAIN_TIMER_NAME_ARMVTIMER

2020-02-07 Thread Andrea Bolognani
This new timer model will be used to control the behavior of the virtual timer for KVM ARM/virt guests. Signed-off-by: Andrea Bolognani --- docs/schemas/domaincommon.rng | 1 + src/conf/domain_conf.c| 1 + src/conf/domain_conf.h| 1 + src/libxl/libxl_conf.c| 1 +