From fb387cbe274f5eb6d16d63638191661abb68b180 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 15 Feb 2007 19:08:08 +0000 Subject: [PATCH] Thu Feb 15 19:07:24 IST 2007 Mark McLoughlin * qemud/conf.c: fix output --- ChangeLog | 4 ++++ qemud/conf.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7c3e12561c..ee7a3bdda4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Feb 15 19:07:24 IST 2007 Mark McLoughlin + + * qemud/conf.c: fix output + Thu Feb 15 19:06:56 IST 2007 Mark McLoughlin * qemud/conf.c: fix the output - we weren't diff --git a/qemud/conf.c b/qemud/conf.c index e41452466e..49825b4c48 100644 --- a/qemud/conf.c +++ b/qemud/conf.c @@ -1876,6 +1876,7 @@ char *qemudGenerateXML(struct qemud_server *server, struct qemud_vm *vm, int liv "server", "client", "mcast", + "network", "vde", }; if (qemudBufferPrintf(&buf, " \n", @@ -1890,7 +1891,7 @@ char *qemudGenerateXML(struct qemud_server *server, struct qemud_vm *vm, int liv goto no_memory; if (net->type == QEMUD_NET_NETWORK) { - if (qemudBufferPrintf(&buf, " dst.network.name) < 0) + if (qemudBufferPrintf(&buf, " dst.network.name) < 0) goto no_memory; if (net->dst.network.tapifname[0] != '\0' && -- GitLab