Re: [Libvir] diagnose invalid domain ID numbers (and invalid integers, in general)

2007-11-18 Thread Daniel P. Berrange
On Sat, Nov 17, 2007 at 05:09:51PM -0500, Daniel Veillard wrote: On Sat, Nov 17, 2007 at 01:17:34PM +, Daniel P. Berrange wrote: On Fri, Nov 09, 2007 at 10:30:15PM +0100, Jim Meyering wrote: +TESTS_ENVIRONMENT = \ + abs_top_builddir='$(abs_top_builddir)'

Re: [Libvir] diagnose invalid domain ID numbers (and invalid integers, in general)

2007-11-18 Thread Daniel P. Berrange
On Sat, Nov 17, 2007 at 11:50:56PM +0100, Jim Meyering wrote: Daniel P. Berrange [EMAIL PROTECTED] wrote: The change I applied was this: ... TESTS_ENVIRONMENT =\ - abs_top_builddir='$(abs_top_builddir)' \ - abs_top_srcdir='$(abs_top_srcdir)'

Re: [Libvir] PATCH: 2/4: Auth infrastructure basic SASL support

2007-11-18 Thread Jim Meyering
Daniel P. Berrange [EMAIL PROTECTED] wrote: This patch hooks up the basic authentication RPC calls, and the specific SASL implementation. The SASL impl can be enabled/disable via the configurre script with --without-sasl / --with-sasl - it'll auto-enable it if it finds the headers libs OK.

Re: [Libvir] PATCH: 1/4: Cleanup remote dispatch legacy code

2007-11-18 Thread Daniel P. Berrange
On Thu, Nov 15, 2007 at 10:34:33PM +0100, Jim Meyering wrote: Daniel P. Berrange [EMAIL PROTECTED] wrote: This patch simply cleans up some legacy code which was choosing between the QEMU driver protocol, and the generic remote protocol. There is no ABI wire change there - just tidying up

Re: [Libvir] PATCH: Fix stats overflow

2007-11-18 Thread Daniel Hokka Zakrisson
Daniel P. Berrange wrote: ... +if (stats-wr_bytes = ((unsigned long long)1)(63-9)) { ... Why not make that 1ULL? -- Daniel Hokka Zakrisson -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list