Re: [libvirt] [PATCH 6/6] Add canonical machine name to capabilities output

2009-07-27 Thread Daniel Veillard
On Mon, Jul 27, 2009 at 03:30:01PM +0100, Mark McLoughlin wrote: > On Mon, 2009-07-27 at 15:45 +0200, Daniel Veillard wrote: > > On Thu, Jul 23, 2009 at 06:34:44PM +0100, Mark McLoughlin wrote: > > > e.g. pc-0.11 > > > > > > * src/capabilities.c: output the canonical machine names in the > > > c

Re: [libvirt] [PATCH 6/6] Add canonical machine name to capabilities output

2009-07-27 Thread Mark McLoughlin
On Mon, 2009-07-27 at 15:45 +0200, Daniel Veillard wrote: > On Thu, Jul 23, 2009 at 06:34:44PM +0100, Mark McLoughlin wrote: > > e.g. pc-0.11 > > > > * src/capabilities.c: output the canonical machine names in the > > capabilities output, if available > > ACK, but this is missing the rng exte

Re: [libvirt] [PATCH 6/6] Add canonical machine name to capabilities output

2009-07-27 Thread Daniel Veillard
On Thu, Jul 23, 2009 at 06:34:44PM +0100, Mark McLoughlin wrote: > e.g. pc-0.11 > > * src/capabilities.c: output the canonical machine names in the > capabilities output, if available ACK, but this is missing the rng extention and the documentation for the extension, thanks ! Daniel -

[libvirt] [PATCH 6/6] Add canonical machine name to capabilities output

2009-07-23 Thread Mark McLoughlin
e.g. pc-0.11 * src/capabilities.c: output the canonical machine names in the capabilities output, if available --- src/capabilities.c | 14 ++ 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/capabilities.c b/src/capabilities.c index afe4d38..d186961 100644 ---