Re: [libvirt] [PATCH v2] util: netdevbridge: fall back to ioctl from sysfs

2018-11-25 Thread Christian Ehrhardt
On Sun, Nov 25, 2018 at 10:01 PM Laine Stump wrote: > On 11/23/18 1:42 AM, Christian Ehrhardt wrote: > > > > On Tue, Nov 20, 2018 at 1:26 PM Daniel P. Berrangé > wrote: > >> On Tue, Nov 20, 2018 at 01:25:46PM +0100, Christian Ehrhardt wrote: >> > There are certain cases e.g. containers where the

[libvirt] Information sent in libvirt during the sasl usage and tls

2018-11-25 Thread Anastasiya Ruzhanskaya
Hello everyone! I am trying without any success to decipher traffic from client to server in virt-manager in wireshark, but I don't know the sessioon key there, so seems no chance to do this. This is why I want to ask, is any info related to the certificate sent through the connection? Or if I us

Re: [libvirt] [PATCH 1/7] util: refactor iptables APIs to share more code

2018-11-25 Thread Laine Stump
On 11/1/18 8:52 AM, Daniel P. Berrangé wrote: > Most of the iptables APIs share code for the add/delete paths, but a > couple were separated. Merge the remaining APIs to facilitate future > changes. > > Signed-off-by: Daniel P. Berrangé Reviewed-by: Laine Stump pEpkey.asc Description: appli

[libvirt] [PATCH 2/2] qemu: Add Default PCI Device for arm guests

2018-11-25 Thread infos
From: Stefan Schallenberg Signed-off-by: Stefan Schallenberg --- src/qemu/qemu_domain.c | 9 + 1 file changed, 9 insertions(+) diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c index acf351f878..c8157b6888 100644 --- a/src/qemu/qemu_domain.c +++ b/src/qemu/qemu_domain.c @@ -

[libvirt] [PATCH 1/2] Add armv6l Support as guest

2018-11-25 Thread infos
From: Stefan Schallenberg Support for armv6l qemu guests has been added. Tested with arm1176 CPU on x86. Signed-off-by: Stefan Schallenberg --- docs/news.xml| 9 + docs/schemas/basictypes.rng | 1 + src/qemu/qemu_capabilities.c

[libvirt] [PATCH 0/2] qemu: arm guest on x86

2018-11-25 Thread infos
From: Stefan Schallenberg *** BLURB HERE *** Stefan Schallenberg (2): Add armv6l Support as guest qemu: Add Default PCI Device for arm guests docs/news.xml| 9 + docs/schemas/basictypes.rng | 1 + src/qemu/qemu_capabilities.c

Re: [libvirt] [PATCH v2] util: netdevbridge: fall back to ioctl from sysfs

2018-11-25 Thread Laine Stump
On 11/23/18 1:42 AM, Christian Ehrhardt wrote: > > > On Tue, Nov 20, 2018 at 1:26 PM Daniel P. Berrangé > mailto:berra...@redhat.com>> wrote: > > On Tue, Nov 20, 2018 at 01:25:46PM +0100, Christian Ehrhardt wrote: > > There are certain cases e.g. containers where the sysfs path might >