Re: [libvirt] [PATCH] libvirt-publican copyright tags

2010-01-24 Thread David Jorm
Pushed, with the date range as suggested. David - Original Message - From: "Daniel P. Berrange" To: "David Jorm" Cc: "libvir-list" Sent: Friday, January 22, 2010 9:29:33 PM GMT +10:00 Brisbane Subject: Re: [libvirt] [PATCH] libvirt-publican copyright tags On Thu, Jan 21, 2010 at 07:47

[libvirt] Potential segfault in udev driver

2010-01-24 Thread Matthias Bolte
udevDeviceMonitorStartup registers udevEventHandleCallback as event handle, but doesn't store the returned watch id to remove it later on. Also it's not clear to me whether the event handle should be register for the whole lifetime of the udev driver instance or just for the udevEnumerateDevices ca

Re: [libvirt] [PATCH 0/12] Improve security driver handling & QEMU DAC management

2010-01-24 Thread Dan Kenigsberg
On Wed, Jan 20, 2010 at 03:14:57PM +, Daniel P. Berrange wrote: > This patch series does some work on te security drivers, and the QEMU code > for managing DAC permissions on files. > > The core goal is to turn the QEMU driver DAC file management code into a > security driver. Instead of QEMU

Re: [libvirt] Don't add iptables rules when creating networks

2010-01-24 Thread Felix Schwarz
Am 21.12.2009 16:00, schrieb Daniel P. Berrange: My issues: 1) INPUT chain ACCEPTs DNS/dhcp from outside You might notice that the INPUT chain basically says that I ACCEPT all DNS/dhcp from all interfaces. I don't want that. As soon as I configure a packet filter (e.g. shorewall), libvirt's co

Re: [libvirt] esx: networkPtr not initialized

2010-01-24 Thread Matthias Bolte
2010/1/24 Nimal I : > hy, > > I'm tring to add a new API for getting the network info from ESX. I found > out that I dont get a valid pointer for the networkPtr while > initializing.(whereas DomainPtr is initialozed and gettting a valid pointer > on a successfull connect itself). Can somebody let m