Re: [Libvir] Cross-compiling to Windows

2008-04-16 Thread Atsushi SAKAI
Hi, Rich It seems good idea! But I have a question. Is the testing script merged with Linux one by using Wine? Thanks Atsushi SAKAI "Richard W.M. Jones" <[EMAIL PROTECTED]> wrote: > he's set up Wine so > he can run tests too. > > Good idea for libvirt too? -- Libvir-list mailing list Libvir

Re: [Libvir] Cross-compiling to Windows

2008-04-16 Thread Richard W.M. Jones
On Wed, Apr 16, 2008 at 11:24:10PM +0100, Richard W.M. Jones wrote: > He mentions that he's managed to set up an entire cross-compiler > environment to do the compiles (actually, it's a package in Debian > called mingw32 -- we don't have it in Fedora), and he's set up Wine so > he can run tests too

[Libvir] Cross-compiling to Windows

2008-04-16 Thread Richard W.M. Jones
I was reading this rather timely blog posting about the Trouble With Windows: http://www.mega-nerd.com/erikd/Blog/CodeHacking/MinGWCross/cross_compiling.html He mentions that he's managed to set up an entire cross-compiler environment to do the compiles (actually, it's a package in Debian called

[Libvir] Reopening the old discussion about virDomainBlockPeek

2008-04-16 Thread Richard W.M. Jones
Virt-df[1] has now gained the ability to fully parse LVM2 partitions, thus: # virt-df -c qemu:///system -h Filesystem Size Used Available Type rhel51x32kvm:hda1 96.8 MiB 14.6 MiB 82.2 MiB Linux ext2/3 rhel51x32kvm:VolGroup00/LogVol006.4

Re: [Libvir] RFC: get/set properties

2008-04-16 Thread Daniel P. Berrange
On Tue, Apr 15, 2008 at 02:23:53PM -0700, Ryan Scott wrote: > Daniel P. Berrange wrote: > >On Tue, Apr 15, 2008 at 11:31:32AM -0700, Ryan Scott wrote: > >> I'd like to get some comments on the following... > >> > >> We would like to use libvirt to store some properties related to a > >>domain.

Re: [Libvir] RFC: get/set properties

2008-04-16 Thread Daniel P. Berrange
On Wed, Apr 16, 2008 at 12:13:09PM +0100, John Levon wrote: > On Wed, Apr 16, 2008 at 03:58:16AM -0400, Daniel Veillard wrote: > > > > One thing we have in mind is driver/software version numbers. For > > > example, the control tools may change the domain configuration based on > > > whether a

Re: [Libvir] RFC: get/set properties

2008-04-16 Thread John Levon
On Wed, Apr 16, 2008 at 08:34:23AM -0400, Daniel Veillard wrote: > > want to be able to associate textual descriptions of the asset, or > > define ownership. All of these are higher-level values that don't > > necessarily have any meaning to the v12n technology itself. More > > crucially they can

Re: [Libvir] RFC: get/set properties

2008-04-16 Thread Daniel Veillard
On Wed, Apr 16, 2008 at 12:13:09PM +0100, John Levon wrote: > On Wed, Apr 16, 2008 at 03:58:16AM -0400, Daniel Veillard wrote: > > > > One thing we have in mind is driver/software version numbers. For > > > example, the control tools may change the domain configuration based on > > > whether a

Re: [Libvir] RFC: get/set properties

2008-04-16 Thread John Levon
On Wed, Apr 16, 2008 at 03:58:16AM -0400, Daniel Veillard wrote: > > One thing we have in mind is driver/software version numbers. For > > example, the control tools may change the domain configuration based on > > whether a certain driver has the support for a new feature. If we > > create t

Re: [Libvir] RFC: get/set properties

2008-04-16 Thread Daniel Veillard
On Tue, Apr 15, 2008 at 02:23:53PM -0700, Ryan Scott wrote: > Daniel P. Berrange wrote: > >On Tue, Apr 15, 2008 at 11:31:32AM -0700, Ryan Scott wrote: > >> I'd like to get some comments on the following... > >> > >> We would like to use libvirt to store some properties related to a > >>domain.