Re: [libvirt] [PATCH 0/8] Various KVM PCI device assignment improvements

2009-08-14 Thread Charles Duffy
Mirko Raasch wrote: How can i use valgrind or some other debugging options with "/etc/init.d/libvirt-bin"? This won't work for valgrind, but the gdb "attach" command will let you connect to (and thus get a stack trace from) a running process. If your libvirtd has PID 12054, for instance: $

Re: [libvirt] [PATCH 0/8] Various KVM PCI device assignment improvements

2009-08-14 Thread Mirko Raasch
Daniel P. Berrange schrieb: On Fri, Aug 14, 2009 at 04:09:32PM +0100, Mark McLoughlin wrote: On Fri, 2009-08-14 at 16:41 +0200, Mirko Raasch wrote: Hi, thanks for you improvements. I updated libvirt with git and tried to passthrough two pci devices to a linux guest.

Re: [libvirt] Share storage using iscsi [EDIT as I cut off part]

2009-08-14 Thread Łukasz Mierzwa
2009/8/14 Dave Allan > Łukasz Mierzwa wrote: > > Hi Łukasz, > > I will try to answer your questions inline. > > Hi, >> >> I'm trying to setup pool of machines (nodes) for virtual machines hosting >> and I got few question about shared storage. My main requirements are: >> 1. central management -

Re: [libvirt] Power Hypervisor: Fix potential segfault and memleak in phypOpen

2009-08-14 Thread Eduardo Otubo
On Fri, 2009-08-07 at 15:35 +0200, Chris Lalancette wrote: > Matthias Bolte wrote: > > Hi, > > > > I came across this line in the phypOpen function: > > > > char string[strlen(conn->uri->path)]; > > > > Here the path part of the given URI is used without checking it for > > NULL, this can cause

Re: [libvirt] [PATCH 0/8] Various KVM PCI device assignment improvements

2009-08-14 Thread Mark McLoughlin
On Fri, 2009-08-14 at 16:15 +0100, Daniel P. Berrange wrote: > On Fri, Aug 14, 2009 at 04:09:32PM +0100, Mark McLoughlin wrote: > > On Fri, 2009-08-14 at 16:41 +0200, Mirko Raasch wrote: > > > Hi, > > > > > > thanks for you improvements. > > > > > > I updated libvirt with git and tried to passthr

Re: [libvirt] [PATCH 0/8] Various KVM PCI device assignment improvements

2009-08-14 Thread Daniel P. Berrange
On Fri, Aug 14, 2009 at 04:09:32PM +0100, Mark McLoughlin wrote: > On Fri, 2009-08-14 at 16:41 +0200, Mirko Raasch wrote: > > Hi, > > > > thanks for you improvements. > > > > I updated libvirt with git and tried to passthrough two pci devices to a > > linux guest. > > > > > > > >

Re: [libvirt] [PATCH 0/8] Various KVM PCI device assignment improvements

2009-08-14 Thread Mark McLoughlin
On Fri, 2009-08-14 at 16:41 +0200, Mirko Raasch wrote: > Hi, > > thanks for you improvements. > > I updated libvirt with git and tried to passthrough two pci devices to a > linux guest. > > > > > > > > > > > > > In the guest, only

Re: [libvirt] [PATCH 0/8] Various KVM PCI device assignment improvements

2009-08-14 Thread Mirko Raasch
Hi, thanks for you improvements. I updated libvirt with git and tried to passthrough two pci devices to a linux guest. In the guest, only one of them works and after the shutdown of the guest, i got a segfault on the host. libvirtd[1536

Re: [libvirt] Share storage using iscsi [EDIT as I cut off part]

2009-08-14 Thread Dave Allan
Łukasz Mierzwa wrote: Hi Łukasz, I will try to answer your questions inline. Hi, I'm trying to setup pool of machines (nodes) for virtual machines hosting and I got few question about shared storage. My main requirements are: 1. central management - I've got simple python app that stores inf

Re: [libvirt] [RFC] Interface for disk hotadd/remove

2009-08-14 Thread Daniel P. Berrange
On Thu, Aug 13, 2009 at 10:58:34PM +0200, Wolfgang Mauerer wrote: > On Thu, Aug 13, 2009 at 8:31 PM, Daniel P. Berrange > wrote: > > So the key to deciding how to deal with hotplug, is to first decide how > > to represent disk controllers in the domain XML. > > > > At boot time, if you list multip

[libvirt] Share storage using iscsi [EDIT as I cut off part]

2009-08-14 Thread Łukasz Mierzwa
Hi, I'm trying to setup pool of machines (nodes) for virtual machines hosting and I got few question about shared storage. My main requirements are: 1. central management - I've got simple python app that stores information about all virtual machines and all nodes, this app needs to be able to m

[libvirt] Share storage using iscsi

2009-08-14 Thread Łukasz Mierzwa
Hi, I'm trying to setup pool of machines (nodes) for virtual machines hosting and I got few question about shared storage. My main requirements are: 1. central management - I've got simple python app that stores information about all virtual machines and all nodes, this app needs to be able to m