[virt-tools-list] [PATCH libosinfo] Add XML for Qemu/KVM USB devices

Daniel P. Berrange berrange at redhat.com
Mon Jun 6 09:42:44 UTC 2011


On Fri, Jun 03, 2011 at 07:20:08PM +0300, Zeeshan Ali wrote:
> From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>
> 
> Currently, it only has one device.
> ---
>  data/devices/qemu-usb.xml |   14 ++++++++++++++
>  1 files changed, 14 insertions(+), 0 deletions(-)
>  create mode 100644 data/devices/qemu-usb.xml
> 
> diff --git a/data/devices/qemu-usb.xml b/data/devices/qemu-usb.xml
> new file mode 100644
> index 0000000..63a108d
> --- /dev/null
> +++ b/data/devices/qemu-usb.xml
> @@ -0,0 +1,14 @@
> +<!-- USB devices from various QEMU/KVM(s) -->
> +<libosinfo version="0.0.1">
> +
> +  <device id="http://www.linux-usb.org/usb.ids/80ee/0021">
> +    <name>tablet</name>
> +    <bus-type>usb</bus-type>
> +    <class>block</class>
> +    <vendor>VirtualBox</vendor>
> +    <vendor-id>80ee</vendor-id>
> +    <device>Tablet</device>
> +    <device-id>0021</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