Re: [Libvir] PATCH 0/3: Refactor QEMU daemon

2007-06-18 Thread Daniel P. Berrange
On Mon, Jun 18, 2007 at 02:25:36PM +0100, Richard W.M. Jones wrote: > Daniel P. Berrange wrote: > >On Mon, Jun 18, 2007 at 05:32:45AM -0400, Daniel Veillard wrote: > >>On Sun, Jun 17, 2007 at 10:48:17PM +0100, Daniel P. Berrange wrote: > >>>The 3 patches which follow are work-in-progress to re-fact

Re: [Libvir] PATCH 0/3: Refactor QEMU daemon

2007-06-18 Thread Richard W.M. Jones
Daniel P. Berrange wrote: On Mon, Jun 18, 2007 at 05:32:45AM -0400, Daniel Veillard wrote: On Sun, Jun 17, 2007 at 10:48:17PM +0100, Daniel P. Berrange wrote: The 3 patches which follow are work-in-progress to re-factor the QEMU daemon / driver to eventually adhere to the main libvirt internal

Re: [Libvir] PATCH 0/3: Refactor QEMU daemon

2007-06-18 Thread Richard W.M. Jones
Daniel Veillard wrote: On Mon, Jun 18, 2007 at 03:27:03AM +0100, Daniel P. Berrange wrote: The bufferNNN functions in the qemud/buf.c file are identical those already present in the src/xml.c file, except the latter are named virBufferNNN. This patch renames bufferNNN to virBufferNNN so that the

Re: [Libvir] PATCH 0/3: Refactor QEMU daemon

2007-06-18 Thread Daniel Veillard
On Mon, Jun 18, 2007 at 12:02:02PM +0100, Daniel P. Berrange wrote: > On Mon, Jun 18, 2007 at 05:32:45AM -0400, Daniel Veillard wrote: > > On Sun, Jun 17, 2007 at 10:48:17PM +0100, Daniel P. Berrange wrote: > > > The 3 patches which follow are work-in-progress to re-factor the QEMU > > > daemon / d

Re: [Libvir] PATCH 0/3: Refactor QEMU daemon

2007-06-18 Thread Daniel Veillard
On Mon, Jun 18, 2007 at 03:27:03AM +0100, Daniel P. Berrange wrote: > The bufferNNN functions in the qemud/buf.c file are identical those already > present in the src/xml.c file, except the latter are named virBufferNNN. > This patch renames bufferNNN to virBufferNNN so that the two impls can be >

Re: [Libvir] PATCH 0/3: Refactor QEMU daemon

2007-06-18 Thread Daniel P. Berrange
On Mon, Jun 18, 2007 at 05:32:45AM -0400, Daniel Veillard wrote: > On Sun, Jun 17, 2007 at 10:48:17PM +0100, Daniel P. Berrange wrote: > > The 3 patches which follow are work-in-progress to re-factor the QEMU > > daemon / driver to eventually adhere to the main libvirt internal driver > > API. Once

Re: [Libvir] PATCH 0/3: Refactor QEMU daemon

2007-06-18 Thread Daniel Veillard
On Sun, Jun 17, 2007 at 10:48:17PM +0100, Daniel P. Berrange wrote: > The 3 patches which follow are work-in-progress to re-factor the QEMU > daemon / driver to eventually adhere to the main libvirt internal driver > API. Once this work is complete, there will only need to be a single > daemon runn

Re: [Libvir] PATCH 0/3: Refactor QEMU daemon

2007-06-17 Thread Daniel P. Berrange
The bufferNNN functions in the qemud/buf.c file are identical those already present in the src/xml.c file, except the latter are named virBufferNNN. This patch renames bufferNNN to virBufferNNN so that the two impls can be merged into one. No functional change buf.c| 42 +-- buf.h

Re: [Libvir] PATCH 0/3: Refactor QEMU daemon

2007-06-17 Thread Daniel P. Berrange
On Sun, Jun 17, 2007 at 10:48:17PM +0100, Daniel P. Berrange wrote: > The 3 patches which follow are work-in-progress to re-factor the QEMU > daemon / driver to eventually adhere to the main libvirt internal driver > API. Once this work is complete, there will only need to be a single > daemon runn

[Libvir] PATCH 0/3: Refactor QEMU daemon

2007-06-17 Thread Daniel P. Berrange
The 3 patches which follow are work-in-progress to re-factor the QEMU daemon / driver to eventually adhere to the main libvirt internal driver API. Once this work is complete, there will only need to be a single daemon running which can provide both remote & QEMU capabilities at once with no QEMU s