[Libosinfo] [PATCH 03/39] data: change PS2 device URIs to refer to ibm.com
Daniel P. Berrange
berrange at redhat.com
Mon Sep 28 15:51:21 UTC 2015
The PS2 computer spec originated with IBM, so the correct
URI to refer to is ibm.com not qemu.org
Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
data/devices/qemu-ps2.xml.in | 4 ++--
data/hypervisors/qemu.xml.in | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/data/devices/qemu-ps2.xml.in b/data/devices/qemu-ps2.xml.in
index 2335ac0..cef68e2 100644
--- a/data/devices/qemu-ps2.xml.in
+++ b/data/devices/qemu-ps2.xml.in
@@ -1,7 +1,7 @@
<!-- PS2 devices for QEMU/KVM(s) -->
<libosinfo version="0.0.1">
- <device id="http://qemu.org/ps2/keyboard">
+ <device id="http://ibm.com/ps2/keyboard">
<name>keyboard</name>
<bus-type>ps2</bus-type>
<class>input</class>
@@ -9,7 +9,7 @@
<product>Keyboard</product>
</device>
- <device id="http://qemu.org/ps2/mouse">
+ <device id="http://ibm.com/ps2/mouse">
<name>mouse</name>
<bus-type>ps2</bus-type>
<class>input</class>
diff --git a/data/hypervisors/qemu.xml.in b/data/hypervisors/qemu.xml.in
index 787a863..fa40c13 100644
--- a/data/hypervisors/qemu.xml.in
+++ b/data/hypervisors/qemu.xml.in
@@ -37,9 +37,9 @@
<device id="http://pciids.sourceforge.net/v2.2/pci.ids/8086/25ab"/>
<device id="http://ibasetechnologies.net/ib700"/>
<!-- ps2: keyboard -->
- <device id="http://qemu.org/ps2/keyboard"/>
+ <device id="http://ibm.com/ps2/keyboard"/>
<!-- ps2: mouse -->
- <device id="http://qemu.org/ps2/mouse"/>
+ <device id="http://ibm.com/ps2/mouse"/>
<!-- USB tablet -->
<device id="http://www.linux-usb.org/usb.ids/80ee/0021"/>
<!-- virtio-net -->
--
2.4.3
More information about the Libosinfo
mailing list