[Libosinfo] [PATCH 02/39] Use a proper URI for ib700 device
Daniel P. Berrange
berrange at redhat.com
Mon Sep 28 15:51:20 UTC 2015
The ib700 device currently uses a URI of "isa://ib700". Change
that to refer to the product vendor http://ibasetechnologies.net/ib700
to follow scheme commonly uses for other entities.
---
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 e880434..480a784 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/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 8fa2e0b..787a863 100644
--- a/data/hypervisors/qemu.xml.in
+++ b/data/hypervisors/qemu.xml.in
@@ -35,7 +35,7 @@
<device id="http://pciids.sourceforge.net/v2.2/pci.ids/8086/2668"/>
<!-- watchdog devices -->
<device id="http://pciids.sourceforge.net/v2.2/pci.ids/8086/25ab"/>
- <device id="isa://ib700"/>
+ <device id="http://ibasetechnologies.net/ib700"/>
<!-- ps2: keyboard -->
<device id="http://qemu.org/ps2/keyboard"/>
<!-- ps2: mouse -->
--
2.4.3
More information about the Libosinfo
mailing list