Re: [libvirt] [PATCH v2] tests: enable qemu 2.9 capabilities test for s390

2017-07-16 Thread Boris Fiuczynski
Polite ping -- Mit freundlichen Grüßen/Kind regards Boris Fiuczynski IBM Deutschland Research & Development GmbH Vorsitzender des Aufsichtsrats: Martina Köderitz Geschäftsführung: Dirk Wittkopp Sitz der Gesellschaft: Böblingen Registergericht: Amtsgericht Stuttgart, HRB 243294 --

[libvirt] 答复: Re: [v2 RESEND PATCH] qemu: reduce packet loss rate for vmwith macvtap passthrough mode in migration

2017-07-16 Thread lu.zhipeng
On 06/14/2017 04:29 AM, ZhiPeng Lu wrote:> Before libvirt that calls virNetDevMacVLanCreateWithVPortProfile sets mac address> or vlan of a Virtual Function(VF) linked to a macvtap passthrough device of migration> destination host in migration start step. If we ping the migrating vm,> we get the

Re: [libvirt] [PATCH 3/3] qemu: command: explicitly error for non-x86 default CPU

2017-07-16 Thread Cole Robinson
On 07/15/2017 12:40 PM, Andrea Bolognani wrote: > On Fri, 2017-07-14 at 19:43 -0400, Cole Robinson wrote: >> The code only currently handles writing an x86 default -cpu >> argument, and doesn't know anything about other architectures. >> Let's make this explicit rather than leaving ex. qemu ppc64

Re: [libvirt] [PATCH RESEND] virpcimock: Fix memory leak in pci_driver_new

2017-07-16 Thread Laine Stump
On 07/14/2017 11:35 PM, ZhiPeng Lu wrote: > @driverpath, allocated by virAsprintfQuiet, was not freed and leaked. > > Signed-off-by: Zhipeng Lu ACK and pushed. Thanks! > --- > tests/virpcimock.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/virpcimock.c

Re: [libvirt] [PATCH v2] network: allow to specify buffer size for netlink socket

2017-07-16 Thread Laine Stump
On 07/11/2017 09:01 PM, ZhiPeng Lu wrote: > This patchs allow to set the buffer size for netlink socket in > the libvirtd configuration file. The default buffer size remain > as before at 128k. See my more detailed response to your earlier patch here:

Re: [libvirt] [v2 RESEND PATCH] qemu: reduce packet loss rate for vm with macvtap passthrough mode in migration

2017-07-16 Thread Laine Stump
On 06/14/2017 04:29 AM, ZhiPeng Lu wrote: > Before libvirt that calls virNetDevMacVLanCreateWithVPortProfile sets mac > address > or vlan of a Virtual Function(VF) linked to a macvtap passthrough device of > migration > destination host in migration start step. If we ping the migrating vm, > we

Re: [libvirt] [PATCH] util: increase libnl buffer size to 1M

2017-07-16 Thread Laine Stump
On 07/11/2017 05:06 AM, Daniel P. Berrange wrote: > On Mon, Jul 10, 2017 at 02:51:34PM -0400, John Ferlan wrote: >> >> On 06/29/2017 02:05 PM, ZhiPeng Lu wrote: >>> nl_recv() returns the error "No buffer space available" >>> when using virsh destroy domain with 240 or more >>> passhthrough network

Re: [libvirt] [PATCH 08/19] storage: Use consistent variable names for driver

2017-07-16 Thread John Ferlan
On 07/14/2017 09:53 AM, Pavel Hrdina wrote: > On Tue, May 09, 2017 at 11:30:15AM -0400, John Ferlan wrote: >> A virStoragePoolObjPtr will be an 'obj'. > > Now that I'm thinking about it, this should be poolObj or poolobj, it > would make it easier using git grep and also some functions takes

Re: [libvirt] [PATCH 16/17] nwfilter: Remove recursive locking for nwfilter instantiation

2017-07-16 Thread John Ferlan
On 07/13/2017 10:40 AM, Michal Privoznik wrote: > On 06/02/2017 12:25 PM, John Ferlan wrote: >> The current algorithm required usage of recursive locks because there >> was no other mechanism available to ensure that the object wasn't deleted >> whilst the instantiation was taking place. >> >>

Re: [libvirt] [PATCH 14/17] nwfilter: Add @refs logic to __virNWFilterObj

2017-07-16 Thread John Ferlan
On 07/13/2017 10:40 AM, Michal Privoznik wrote: > On 06/02/2017 12:25 PM, John Ferlan wrote: >> "Simple" conversion to the virObjectLockable object isn't quite possible >> yet because the nwfilter lock requires usage of recursive locking due to >> algorithms handing filter ""'s and ""'s. The