* qemud/conf.c: fix <interface type='network'> output
+Thu Feb 15 19:07:24 IST 2007 Mark McLoughlin <markmc@redhat.com>
+
+ * qemud/conf.c: fix <interface type='network'> output
+
Thu Feb 15 19:06:56 IST 2007 Mark McLoughlin <markmc@redhat.com>
* qemud/conf.c: fix the <graphics> output - we weren't
"server",
"client",
"mcast",
+ "network",
"vde",
};
if (qemudBufferPrintf(&buf, " <interface type='%s'>\n",
goto no_memory;
if (net->type == QEMUD_NET_NETWORK) {
- if (qemudBufferPrintf(&buf, " <network name='%s'", net->dst.network.name) < 0)
+ if (qemudBufferPrintf(&buf, " <source network='%s'", net->dst.network.name) < 0)
goto no_memory;
if (net->dst.network.tapifname[0] != '\0' &&