Re: [libvirt] [PATCH v5 0/2] Add new HyperV features

2013-06-21 Thread Paolo Bonzini
Il 21/06/2013 16:26, Ján Tomko ha scritto: > It accepts both hv_spinlocks and hv-spinlocks (with only the latter spelling > being greppable) since > commit 72ac2e876ddc6158f5b6d5f758d4e38c436010ed [2] > Author: Igor Mammedov > AuthorDate: 2013-04-26 18:04:32 +0200 > Commit: Andreas Färber

Re: [libvirt] [PATCH v5 0/2] Add new HyperV features

2013-06-21 Thread Ján Tomko
On 06/21/2013 04:03 PM, Paolo Bonzini wrote: > Il 21/06/2013 15:56, Daniel P. Berrange ha scritto: >> On Fri, Jun 21, 2013 at 03:51:37PM +0200, Paolo Bonzini wrote: >>> Il 21/06/2013 12:41, Ján Tomko ha scritto: Ján Tomko (2): conf: add vapic and spinlocks to hyperv features

Re: [libvirt] [PATCH v5 0/2] Add new HyperV features

2013-06-21 Thread Paolo Bonzini
Il 21/06/2013 15:56, Daniel P. Berrange ha scritto: > On Fri, Jun 21, 2013 at 03:51:37PM +0200, Paolo Bonzini wrote: >> Il 21/06/2013 12:41, Ján Tomko ha scritto: >>> v1: >>> https://www.redhat.com/archives/libvir-list/2013-May/msg00173.html >>> >>> v2: >>> https://www.redhat.com/archives/libvir-li

Re: [libvirt] [PATCH v5 0/2] Add new HyperV features

2013-06-21 Thread Daniel P. Berrange
On Fri, Jun 21, 2013 at 03:51:37PM +0200, Paolo Bonzini wrote: > Il 21/06/2013 12:41, Ján Tomko ha scritto: > > v1: > > https://www.redhat.com/archives/libvir-list/2013-May/msg00173.html > > > > v2: > > https://www.redhat.com/archives/libvir-list/2013-May/msg00184.html > > uses virStringSplit inst

Re: [libvirt] [PATCH v5 0/2] Add new HyperV features

2013-06-21 Thread Paolo Bonzini
Il 21/06/2013 12:41, Ján Tomko ha scritto: > v1: > https://www.redhat.com/archives/libvir-list/2013-May/msg00173.html > > v2: > https://www.redhat.com/archives/libvir-list/2013-May/msg00184.html > uses virStringSplit instead of strsep > added a missing break to virDomainDefParseXML > > v3: > http

[libvirt] [PATCH v5 0/2] Add new HyperV features

2013-06-21 Thread Ján Tomko
v1: https://www.redhat.com/archives/libvir-list/2013-May/msg00173.html v2: https://www.redhat.com/archives/libvir-list/2013-May/msg00184.html uses virStringSplit instead of strsep added a missing break to virDomainDefParseXML v3: https://www.redhat.com/archives/libvir-list/2013-June/msg00228.html