[libvirt] [PATCH v2 0/1] speed up libvirt-guests

2019-12-15 Thread Christian Ehrhardt
After discussing a fast-skip for local connections we got to the idea that the loop is droppable. So let us give that approach a review on the list. Updates in v2: - stop fastpathing if the systemd service is down - instead drop the rety loop entirely Christian Ehrhardt (1): tools: do not loop

[libvirt] [PATCH v2 1/1] tools: do not loop in libvirt-guests test_connect

2019-12-15 Thread Christian Ehrhardt
These days libvirt is pretty reliable and even remote connections (not the default for libvirt-guests anyway) either work or fail but are uncommon to be flaky. On the other hand users might have disabled the service and while we are After=libvirtd for ordering we are not Requiring it. Adding that

Re: [libvirt] [PATCH] tools: skip libvirt-guests fast if libvirtd is not active

2019-12-15 Thread Christian Ehrhardt
On Fri, Dec 13, 2019 at 11:23 AM Daniel P. Berrangé wrote: > On Tue, Dec 03, 2019 at 09:56:15AM +0100, Christian Ehrhardt wrote: > > The most common operation of libvirt-guests is to manage the local > > libvirtd. But users might have disabled that and while we are > > After=libvirtd for

Re: [libvirt] [PATCH] tools: skip libvirt-guests fast if libvirtd is not active

2019-12-15 Thread Christian Ehrhardt
On Thu, Dec 12, 2019 at 7:04 PM Michal Privoznik wrote: > On 12/3/19 9:56 AM, Christian Ehrhardt wrote: > > The most common operation of libvirt-guests is to manage the local > > libvirtd. But users might have disabled that and while we are > > After=libvirtd for ordering we are not Requiring

Re: [libvirt] [PATCH] cpu: add CLZERO CPUID support for AMD platforms (libvirt 4.5)

2019-12-15 Thread Ani Sinha
Hi all : Can I get some love for this patch? thanks ani On Dec 3, 2019, 4:49 PM +0530, Ani Sinha , wrote: Qemu commit e900135dcfb67 ("i386: Add CPUID bit for CLZERO and XSAVEERPTR") adds support for CLZERO CPUID bit. This commit extends support for this bit in libvirt. This patch is based off