[Libosinfo] [PATCH v3 12/60] data: fix URI scheme use for ib700 device
Daniel P. Berrange
berrange at redhat.com
Mon Oct 12 17:10:33 UTC 2015
The ib700 device currently uses a URI of "isa://ib700". Change the
URI to refer to the product vendor (http://ibasetechnologies.net)
and use a path of "isa/ib700" for the device.
Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
data/devices/qemu-pci.xml.in | 2 +-
data/hypervisors/qemu.xml.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/devices/qemu-pci.xml.in b/data/devices/qemu-pci.xml.in
index 3e1ab5d..89fa8a4 100644
--- a/data/devices/qemu-pci.xml.in
+++ b/data/devices/qemu-pci.xml.in
@@ -83,7 +83,7 @@
<class>watchdog</class>
</device>
- <device id="isa://ib700">
+ <device id="http://ibasetechnologies.net/isa/ib700">
<name>ib700</name>
<bus-type>isa</bus-type>
<class>watchdog</class>
diff --git a/data/hypervisors/qemu.xml.in b/data/hypervisors/qemu.xml.in
index 9e91888..5c3a5e5 100644
--- a/data/hypervisors/qemu.xml.in
+++ b/data/hypervisors/qemu.xml.in
@@ -35,7 +35,7 @@
<device id="http://pcisig.com/pci/8086/2668"/>
<!-- watchdog devices -->
<device id="http://pcisig.com/pci/8086/25ab"/>
- <device id="isa://ib700"/>
+ <device id="http://ibasetechnologies.net/isa/ib700"/>
<!-- ps2: keyboard -->
<device id="http://qemu.org/ps2/keyboard"/>
<!-- ps2: mouse -->
--
2.4.3
More information about the Libosinfo
mailing list