Re: [libvirt] [PATCH] spec: don't package product dirs

2017-11-12 Thread Nikolay Shirokovskiy
ping On 28.09.2017 09:35, Nikolay Shirokovskiy wrote: > Directories /var/{lib,cache}/libvirt/qemu/ are created by libvirtd on > start and their owner:group is changed according to the config. Thus > no need to include them in libvirt-daemon-driver-qemu package. Otherwise > we see noisy "directory

Re: [libvirt] [PATCH v6 4/4] xlconfigtest: add tests for numa cell sibling distances

2017-11-12 Thread Jim Fehlig
On 11/11/2017 06:42 AM, Wim ten Have wrote: On Fri, 10 Nov 2017 13:59:25 -0700 Jim Fehlig wrote: On 11/10/2017 01:55 PM, Jim Fehlig wrote: On 11/02/2017 09:47 AM, Wim Ten Have wrote: From: Wim ten Have Test a bidirectional xen-xl domxml to and

[libvirt] [PATCH] news: add entries for specifying distance between vNUMA cells

2017-11-12 Thread Jim Fehlig
Add two new entries under new features for 3.10.0. One advertising support for specifying distance between vNUMA cells and another advertising Xen's support for vNUMA configuration. Signed-off-by: Jim Fehlig --- docs/news.xml | 20 1 file changed, 20

[libvirt] [PATCH v4] vhost-user: add support reconnect for vhost-user ports

2017-11-12 Thread ZhiPeng Lu
For vhost-user ports, Open vSwitch acts as the server and QEMU the client. When OVS crashes or restarts, the QEMU process should be reconnected to OVS. Signed-off-by: ZhiPeng Lu Signed-off-by: Michal Privoznik --- v1->v2: - modify xml format v2->v3:

Re: [libvirt] [PATCH 3/5] libvirtd: Alter refcnt processing for domain server objects

2017-11-12 Thread John Ferlan
[...] > Now the actual review. > virNetDaemonAddServer is only used when spawning a new daemon or setting up > LXC > controller. The function essentially does: > > lock(@dmn) > hash_table_add(@srv) > ref(@srv) > unlock(@dmn) > > and then you unref @dmn right upon the completion of

Re: [libvirt] [PATCH v3 2/2] remote: free client all event callbacks at remoteClientCloseFunc

2017-11-12 Thread John Ferlan
On 11/11/2017 03:30 AM, xinhua.Cao wrote: > base on commit fe8f1c8b8650c8ab5e7d27338f4538582651bd14, we solve > libvirt coredump problem, but it introduce a memory leak sense: > > 1. one client register a domain event such as reboot event > 2. and client was terminated unexpectly, such as kill

Re: [libvirt] [PATCH v2 2/2] remote: free client all event callbacks at remoteClientCloseFunc

2017-11-12 Thread John Ferlan
On 11/11/2017 03:20 AM, xinhua.Cao wrote: > > > 在 2017/11/11 5:43, John Ferlan 写道: >> >> On 11/06/2017 12:47 AM, xinhua.Cao wrote: >>> base on commit fe8f1c8b8650c8ab5e7d27338f4538582651bd14, we solve >>> libvirt coredump problem, but it introduce a memory leak sense: >>> >>> 1. one client

Re: [libvirt] [PATCH v3 1/2] remote: set neventCallbacks to zero at DEREG_CB

2017-11-12 Thread John Ferlan
On 11/11/2017 03:30 AM, xinhua.Cao wrote: > set neventCallbacks to zero after VIR_FREE(eventCallbacks) was called > --- > daemon/remote.c | 1 + > 1 file changed, 1 insertion(+) > This particular patch is now pushed... I altered the commit message slightly. John -- libvir-list mailing list