[libvirt] [PATCH] Drop needless virtType validation

2019-03-17 Thread Cole Robinson
This code originates from: commit d0aa10fdd6c108ad442886e4451b2629a3dc8b86 Author: Daniel P. Berrange Date: Tue Mar 3 12:03:44 2009 + QEMU security driver usage for sVirt support (James Morris, Dan Walsh, Daniel Berrange) Originally in the qemudDomainGetSecurityLabel function. It

Re: [libvirt] [PATCH] news: Document kernel requirements for virtual networks

2019-03-17 Thread John Ferlan
On 3/11/19 8:25 AM, Michal Privoznik wrote: > After 7431b3eb9a05068e4b libvirt requires "filter", "nat" and > "mangle" tables to exist for both IPv4 and IPv6. This fact was > missed in the news.xml and since we don't have any better place > to advertise that let's update old news. > >

Re: [libvirt] [PATCH v2 1/6] lxc: Rebase lxcNetworkParseData struct to support indexes.

2019-03-17 Thread John Ferlan
On 3/4/19 8:54 PM, Julio Faracco wrote: > The current logic of lxcNetworkParseData uses one single structure to > record data over the network definitions inside config files. The logic > consider the entry 'type' as a new network definition, every time that > algorithm find this tag. > > This

Re: [libvirt] [PATCH v2 2/6] lxc: Rebase lxcNetworkParseData pointers to use new structures.

2019-03-17 Thread John Ferlan
On 3/4/19 8:54 PM, Julio Faracco wrote: > This commit refactor the code logic to introduce new array structures > instead of single lxcNetworkParseData struct. > > Signed-off-by: Julio Faracco > --- > src/lxc/lxc_native.c | 94 +++- > 1 file changed,