[Libosinfo] [PATCH v2 13/52] data: change PS2 device URIs to refer to ibm.com

Daniel P. Berrange berrange at redhat.com
Mon Oct 5 15:31:17 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 5c3a5e5..9f2ac0b 100644
--- a/data/hypervisors/qemu.xml.in
+++ b/data/hypervisors/qemu.xml.in
@@ -37,9 +37,9 @@
       <device id="http://pcisig.com/pci/8086/25ab"/>
       <device id="http://ibasetechnologies.net/isa/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://usb.org/usb/80ee/0021"/>
       <!-- virtio-net -->
-- 
2.4.3




More information about the Libosinfo mailing list