Re: [Libvir] [Q] gnulib comment

2008-02-28 Thread Jim Meyering
Atsushi SAKAI [EMAIL PROTECTED] wrote: Hi, Jim I have two questions on gnulib in libvirt. 1)tupe is typo?(I attach a patch.) (I do not guess the correct words, it is jargon?) Hi Atsushi, Thank you for the patch. That is indeed a typo. I've attached a patch adding a ChangeLog entry, for

Re: [Libvir] [PATCH] Use virErrorMsg in qemudReportError

2008-02-28 Thread Daniel Veillard
On Wed, Feb 27, 2008 at 04:31:50PM -0500, Cole Robinson wrote: Daniel P. Berrange wrote: On Wed, Feb 20, 2008 at 12:28:23PM -0500, Cole Robinson wrote: Currently the qemu driver doesn't use virErrorMsg when raising error messages. This causes some errors to appear as libvir: QEMU error:

Re: [Libvir] [Q] gnulib comment

2008-02-28 Thread Richard W.M. Jones
On Thu, Feb 28, 2008 at 03:54:00PM +0900, Atsushi SAKAI wrote: Hi, Jim I have two questions on gnulib in libvirt. 1)tupe is typo?(I attach a patch.) (I do not guess the correct words, it is jargon?) That's a typo, I'll apply the patch. 2)many NUL appeared on comment. Is the normal

Re: [Libvir] [PATCH] Fix Xen-3.2 hypercalls

2008-02-28 Thread Richard W.M. Jones
On Thu, Feb 28, 2008 at 06:22:35AM -0500, Daniel Veillard wrote: While testing against Xen-3.2 I found out that the Xen hypercalls failed, this patches fixes it by checking the newer sysctl versions when initializing the driver. I also merged the associated debugging with the DEBUG from

Re: [Libvir] [PATCH] Avoid link errors with configure --disable-shared.

2008-02-28 Thread Jim Meyering
Jim Meyering [EMAIL PROTECTED] wrote: Daniel P. Berrange [EMAIL PROTECTED] wrote: On Wed, Feb 27, 2008 at 04:52:21PM +0100, Jim Meyering wrote: I got link errors when building with --disable-shared, and finally fixed it. Here's most of the solution. The patch after this one adjusts the

Re: [Libvir] PATCH: Set mac address on TUN device to fix Xenner

2008-02-28 Thread Jim Meyering
Daniel P. Berrange [EMAIL PROTECTED] wrote: ... bridge.c| 14 ++ bridge.h|1 + qemu_conf.c |1 + Looks fine. ACK -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[Libvir] [PATCH] Fix Xen-3.2 hypercalls

2008-02-28 Thread Daniel Veillard
While testing against Xen-3.2 I found out that the Xen hypercalls failed, this patches fixes it by checking the newer sysctl versions when initializing the driver. I also merged the associated debugging with the DEBUG from libvirt.c, to allow easier debugging of this issue. Daniel -- Red Hat

Re: [Libvir] [PATCH] Fix Xen-3.2 hypercalls

2008-02-28 Thread Jim Meyering
Richard W.M. Jones [EMAIL PROTECTED] wrote: On Thu, Feb 28, 2008 at 06:22:35AM -0500, Daniel Veillard wrote: While testing against Xen-3.2 I found out that the Xen hypercalls failed, this patches fixes it by checking the newer sysctl versions when initializing the driver. I also merged the

Re: [Libvir] [PATCH] Fix Xen-3.2 hypercalls

2008-02-28 Thread Dan Smith
DV this patches fixes it by checking the newer sysctl versions when DV initializing the driver. This fixes my problem on Xen 3.2. Thanks! -- Dan Smith IBM Linux Technology Center Open Hypervisor Team email: [EMAIL PROTECTED] pgpwgkvoaW3dr.pgp Description: PGP signature -- Libvir-list mailing

Re: [Libvir] [PATCH] Avoid link errors with configure --disable-shared.

2008-02-28 Thread Daniel Veillard
On Thu, Feb 28, 2008 at 01:04:22PM +0100, Jim Meyering wrote: Jim Meyering [EMAIL PROTECTED] wrote: Daniel P. Berrange [EMAIL PROTECTED] wrote: On Wed, Feb 27, 2008 at 04:52:21PM +0100, Jim Meyering wrote: I got link errors when building with --disable-shared, and finally fixed it.

Re: [Libvir] [PATCH] Fix Xen-3.2 hypercalls

2008-02-28 Thread Daniel Veillard
On Thu, Feb 28, 2008 at 01:52:00PM +0100, Jim Meyering wrote: Richard W.M. Jones [EMAIL PROTECTED] wrote: On Thu, Feb 28, 2008 at 06:22:35AM -0500, Daniel Veillard wrote: While testing against Xen-3.2 I found out that the Xen hypercalls failed, this patches fixes it by checking the

Re: [Libvir] [Q] gnulib comment

2008-02-28 Thread Bruno Haible
Jim Meyering wrote: Thank you for the patch. That is indeed a typo. I've attached a patch adding a ChangeLog entry, for application to gnulib's git repository. Thanks, applied. [Bruno, to apply this, you can remove the two '' and then run git am THIS_MESSAGE. ] Which '' should I remove?

[Libvir] Snapshots in Libvirt

2008-02-28 Thread Gabriel Kaufmann
Hi, Can anyone tell me on which version of libvirt, the snapshot functionality is planned to be implemented fos Xen and KVM? By snapshot I mean to be able to save the state of the machine in order to be able to revert to the snapshot. Best Regards, Gabriel Kaufmann Software Engineer [EMAIL

Re: [Libvir] Snapshots in Libvirt

2008-02-28 Thread Daniel Veillard
On Thu, Feb 28, 2008 at 04:48:19PM +, Daniel P. Berrange wrote: On Thu, Feb 28, 2008 at 11:44:28AM -0500, Daniel Veillard wrote: On Thu, Feb 28, 2008 at 06:33:13PM +0200, Gabriel Kaufmann wrote: Hi, Can anyone tell me on which version of libvirt, the

Re: [Libvir] Snapshots in Libvirt

2008-02-28 Thread Dan Smith
DV Can you provide pointers to descriptions of Xen and KVM support DV for this ? My take was that the main problem was with DV snapshotting support at the filesystem level, and I think only LVM DV has support for this, My understanding is that qcow2 supports coordinated memory+disk snapshots of