patch by Cole Robinson
daniel
+Tue Sep 2 17:30:50 CEST 2008 Daniel Veillard <veillard@redhat.com>
+
+ * src/domain_conf.c: fix a parsing error for input devices
+ patch by Cole Robinson
+
Tue Sep 2 16:55:01 CEST 2008 Daniel Veillard <veillard@redhat.com>
* src/qemu_conf.c: patch from Cole Robinson to report in the
if (!(dev->data.net = virDomainNetDefParseXML(conn, node)))
goto error;
} else if (xmlStrEqual(node->name, BAD_CAST "input")) {
- dev->type = VIR_DOMAIN_DEVICE_DISK;
+ dev->type = VIR_DOMAIN_DEVICE_INPUT;
if (!(dev->data.input = virDomainInputDefParseXML(conn, def->os.type, node)))
goto error;
} else if (xmlStrEqual(node->name, BAD_CAST "sound")) {