[virt-tools-list] [PATCH libosinfo] Add XML for Qemu/KVM PS2 devices
Daniel P. Berrange
berrange at redhat.com
Thu Jun 9 12:44:26 UTC 2011
On Wed, Jun 08, 2011 at 01:54:31AM +0300, Zeeshan Ali wrote:
> From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>
>
> Add PS2 keyboard and mouse to Qemu/KVM device DB.
> ---
> data/devices/qemu-ps2.xml | 24 ++++++++++++++++++++++++
> 1 files changed, 24 insertions(+), 0 deletions(-)
> create mode 100644 data/devices/qemu-ps2.xml
>
> diff --git a/data/devices/qemu-ps2.xml b/data/devices/qemu-ps2.xml
> new file mode 100644
> index 0000000..4f732cc
> --- /dev/null
> +++ b/data/devices/qemu-ps2.xml
> @@ -0,0 +1,24 @@
> +<!-- PS2 devices for QEMU/KVM(s) -->
> +<libosinfo version="0.0.1">
> +
> + <device id="http://qemu.org/ps2/keyboard">
> + <name>keyboard</name>
> + <bus-type>ps2</bus-type>
> + <class>input</class>
> + <vendor>Qemu/KVM</vendor>
> + <vendor-id>qemu-kvm</vendor-id>
> + <device>Keyboard</device>
> + <device-id>keyboard</device-id>
> + </device>
> +
> + <device id="http://qemu.org/ps2/mouse">
> + <name>mouse</name>
> + <bus-type>ps2</bus-type>
> + <class>input</class>
> + <vendor>Qemu/KVM</vendor>
> + <vendor-id>qemu-kvm</vendor-id>
> + <device>Mouse</device>
> + <device-id>mouse</device-id>
> + </device>
> +
> +</libosinfo>
ACK
Daniel
--
|: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org -o- http://virt-manager.org :|
|: http://autobuild.org -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|
More information about the virt-tools-list
mailing list