Re: [libvirt] [PATCH libguestfs 0/4] Add a libvirt backend to libguestfs.

2012-07-22 Thread Richard W.M. Jones
On Sat, Jul 21, 2012 at 08:20:45PM +0100, Richard W.M. Jones wrote: Some questions: How do you set the IP address for userspace networking? AFAICT from the code this is not possible. ie: the net= parameter: -netdev user,id=usernet,net=169.254.0.0/16 \ -device virtio-net-pci,netdev=usernet

Re: [libvirt] [PATCH libguestfs 0/4] Add a libvirt backend to libguestfs.

2012-07-22 Thread Richard W.M. Jones
On Sat, Jul 21, 2012 at 08:20:45PM +0100, Richard W.M. Jones wrote: This preliminary patch series adds a libvirt backend to libguestfs. It's for review only because although it launches the guest OK, there are some missing features that need to be implemented. I did some appliance boot timings

Re: [libvirt] [PATCH] adding handling EINTR to poll to make it more robust

2012-07-22 Thread Dan Kenigsberg
On Thu, Jul 19, 2012 at 09:49:41AM +0800, Royce Lv wrote: some system call and signal will interrupt poll, making event loop stops and fails to react events and keepalive message from libvirt. adding handling EINTR to poll to make it more robust Signed-off-by: Royce Lv

[libvirt] [PATCH] Fix test failure when no IPv6 is avail

2012-07-22 Thread Doug Goldstein
When the system doesn't have IPv6 available (e.g. not built into the kernel or the module isn't loaded), you can not create an IPv6 socket. The test determines earlier on that IPv6 isn't available then goes and creates a socket. This makes socket creation conditional on IPv6 availability. ---

Re: [libvirt] [PATCH] Desert the FSF address in copyright

2012-07-22 Thread Osier Yang
On 2012年07月21日 21:44, Eric Blake wrote: On 07/21/2012 04:21 AM, Osier Yang wrote: Per the FSF address could be changed from time to time, and GNU recommends the following now: (http://www.gnu.org/licenses/gpl-howto.html) You should have received a copy of the GNU General Public License

Re: [libvirt] [PATCH] Desert the FSF address in copyright

2012-07-22 Thread Osier Yang
On 2012年07月21日 21:44, Eric Blake wrote: On 07/21/2012 04:21 AM, Osier Yang wrote: Per the FSF address could be changed from time to time, and GNU recommends the following now: (http://www.gnu.org/licenses/gpl-howto.html) You should have received a copy of the GNU General Public License

Re: [libvirt] [Libvirt][PATCH] ESX: Fix ESX_VI__TEMPLATE__DYNAMIC_DEEP_COPY

2012-07-22 Thread Ata E Husain
Thanks for reviewing the patch Matthias! -Original Message- From: Matthias Bolte [mailto:matthias.bo...@googlemail.com] Sent: Saturday, July 21, 2012 2:39 PM To: Ata E Husain Bohra Cc: libvirt-l...@redhat.com Subject: Re: [libvirt] [Libvirt][PATCH] ESX: Fix