[libvirt] [PATCH] Pass syntax check for block devices to XenD.

2008-06-03 Thread Hiroyuki Kaguchi
Hi, libvirt doesn't pass disk information that the device type isn't specified to XenD and doesn't show the error message either. However, the error message should be displayed, and XenD should show it. On this account, I change libvirt that libvirt passes the disk information that the device type

Re: [libvirt] remote access libvirtd / bindings for php/asp

2008-06-03 Thread Stefan de Konink
Daniel P. Berrange schreef: On Wed, Jun 04, 2008 at 01:36:17AM +0200, Stefan de Konink wrote: Or just exending libvirtd with proxy functionality. I would like to hear the Red Hat ideas on this one. This kind of functionality doesn't really belong in libvirtd. It is not intended to be a central

Re: [libvirt] remote access libvirtd / bindings for php/asp

2008-06-03 Thread Daniel P. Berrange
On Wed, Jun 04, 2008 at 01:36:17AM +0200, Stefan de Konink wrote: > Or just exending libvirtd with proxy functionality. I would like to hear > the Red Hat ideas on this one. This kind of functionality doesn't really belong in libvirtd. It is not intended to be a centralized management daemon for

Re: [libvirt] remote access libvirtd / bindings for php/asp

2008-06-03 Thread Stefan de Konink
Richard W.M. Jones schreef: On Tue, Jun 03, 2008 at 05:27:45PM +0200, Stefan de Konink wrote: My people would like to see bindings to connect to libvirtd by php or asp/.net, is there any progress on that one? Not a lot of progress ... I looked at PHP bindings, as that is a big pain point for p

Re: [libvirt] remote access libvirtd / bindings for php/asp

2008-06-03 Thread Richard W.M. Jones
On Tue, Jun 03, 2008 at 05:27:45PM +0200, Stefan de Konink wrote: > My people would like to see bindings to connect to libvirtd by php or > asp/.net, is there any progress on that one? Not a lot of progress ... I looked at PHP bindings, as that is a big pain point for people who want to use libvi

[libvirt] ANNOUNCE: virt-mem: tools for monitoring virtual machines

2008-06-03 Thread Richard W.M. Jones
I'm pleased to announce this very early pre-alpha release of a further set of tools for monitoring virtual machines. The idea is to provide simple commands which can be run outside the virtual machine to monitor its status. These commands don't require you to log in to the virtual machine, or to

[libvirt] remote access libvirtd / bindings for php/asp

2008-06-03 Thread Stefan de Konink
Hi, A few people around me want to use php or asp to access libvirtd. Along this wish is to access it as 'proxy' for the entire cluster (this is where I come in). My target it to make a proxy for libvirtd that allows all host in the network to be managed by any libvirtd instance that has t

Re: [libvirt] [PATCH] kvm 32bit guest on 64bit host

2008-06-03 Thread Cole Robinson
Gerd v. Egidy wrote: > Hi Dan, > >>> Thanks for looking at my patch. I understand that KVM does not offer a >>> i686 host cpu but allows x86_64 and i686 guests. >>> >>> The reason for my patch was that I could not create i686 guests on a >>> x86_64 host with KVM, the only option offered was using

Re: [libvirt] KVM migration patch

2008-06-03 Thread Daniel P. Berrange
On Tue, Jun 03, 2008 at 09:17:01AM +0100, Richard W.M. Jones wrote: > Index: qemud/remote.c > === > RCS file: /data/cvs/libvirt/qemud/remote.c,v > retrieving revision 1.35 > diff -u -p -r1.35 remote.c > --- qemud/remote.c23 May 200

Re: [libvirt] Support for passing arbitrary qemu/kvm admin console commands?

2008-06-03 Thread Charles Duffy
Richard W.M. Jones wrote: On Mon, Jun 02, 2008 at 07:47:52PM -0500, Charles Duffy wrote: I'm looking at building a framework which makes use of KVM's pseudo-migration support for snapshot management. To my knowledge, this functionality is not presently available through libvirt. Is it possibl

Re: [libvirt] [PATCH] kvm 32bit guest on 64bit host

2008-06-03 Thread Daniel P. Berrange
On Tue, Jun 03, 2008 at 12:06:58PM +0200, Gerd v. Egidy wrote: > Hi Dan, > > > > Thanks for looking at my patch. I understand that KVM does not offer a > > > i686 host cpu but allows x86_64 and i686 guests. > > > > > > The reason for my patch was that I could not create i686 guests on a > > > x86_

Re: [libvirt] [PATCH] kvm 32bit guest on 64bit host

2008-06-03 Thread Gerd v. Egidy
Hi Dan, > > Thanks for looking at my patch. I understand that KVM does not offer a > > i686 host cpu but allows x86_64 and i686 guests. > > > > The reason for my patch was that I could not create i686 guests on a > > x86_64 host with KVM, the only option offered was using qemu. > > Yes you can - j

Re: [libvirt] [PATCH] kvm 32bit guest on 64bit host

2008-06-03 Thread Daniel P. Berrange
On Tue, Jun 03, 2008 at 11:49:59AM +0200, Gerd v. Egidy wrote: > Hi Daniel, > > > > I want to manage a 32 bit i686 guest on an x86_64 host with kvm and > > > libvirt. KVM is perfectly capable of doing this (look e.g. at > > > http://kvm.qumranet.com/kvmwiki/Guest_Support_Status) but libvirt did no

Re: [libvirt] [PATCH] kvm 32bit guest on 64bit host

2008-06-03 Thread Gerd v. Egidy
Hi Daniel, > > I want to manage a 32 bit i686 guest on an x86_64 host with kvm and > > libvirt. KVM is perfectly capable of doing this (look e.g. at > > http://kvm.qumranet.com/kvmwiki/Guest_Support_Status) but libvirt did not > > allow it. > > > > So I created the attached patch to allow it and m

Re: [libvirt] KVM migration patch

2008-06-03 Thread Daniel Veillard
On Tue, Jun 03, 2008 at 09:17:01AM +0100, Richard W.M. Jones wrote: > > I've just updated this patch so it can be applied to CVS. [...] > Index: src/libvirt.c > === > RCS file: /data/cvs/libvirt/src/libvirt.c,v > retrieving revision 1

Re: [libvirt] Support for passing arbitrary qemu/kvm admin console commands?

2008-06-03 Thread Daniel P. Berrange
On Mon, Jun 02, 2008 at 07:47:52PM -0500, Charles Duffy wrote: > I'm looking at building a framework which makes use of KVM's > pseudo-migration support for snapshot management. To my knowledge, this > functionality is not presently available through libvirt. > > Is it possible to send arbitrary

Re: [libvirt] [PATCH] kvm 32bit guest on 64bit host

2008-06-03 Thread Daniel P. Berrange
On Tue, Jun 03, 2008 at 01:13:29AM +0200, Gerd von Egidy wrote: > Hi, > > I want to manage a 32 bit i686 guest on an x86_64 host with kvm and libvirt. > KVM is perfectly capable of doing this (look e.g. at > http://kvm.qumranet.com/kvmwiki/Guest_Support_Status) but libvirt did not > allow it. >

[libvirt] KVM migration patch

2008-06-03 Thread Richard W.M. Jones
I've just updated this patch so it can be applied to CVS. Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. http://et.redhat.com

Re: [libvirt] Support for passing arbitrary qemu/kvm admin console commands?

2008-06-03 Thread Richard W.M. Jones
On Mon, Jun 02, 2008 at 07:47:52PM -0500, Charles Duffy wrote: > I'm looking at building a framework which makes use of KVM's > pseudo-migration support for snapshot management. To my knowledge, this > functionality is not presently available through libvirt. > > Is it possible to send arbitrary

Re: [libvirt] [PATCH] Add error message when the invalid XML file is defined.

2008-06-03 Thread Richard W.M. Jones
On Fri, May 30, 2008 at 06:06:38PM +0900, Hiroyuki Kaguchi wrote: > Hi, > > When cpuset that is the attribute of vcpu tag of the XML file is the invalid > string, "virsh define" succeeds. > (Ex. 4 > 4 > 4 ) > The patch changes policy that the definition is failed and shows error > messa