]> git.proxmox.com Git - mirror_qemu.git/commit - include/hw/i386/pc.h
usb: add support for microsoft os descriptors
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 20 Nov 2013 06:32:31 +0000 (07:32 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 16 Jan 2014 11:59:59 +0000 (12:59 +0100)
commit5319dc7b42610575cbd3a33f4340c1fb4f19b939
tree5f43fc075e28b242bee3696cfa245c468feb26f1
parent1cf892ca2689c84960b4ce4d2723b6bee453711c
usb: add support for microsoft os descriptors

This patch adds support for special usb descriptors used by microsoft
windows.  They allow more fine-grained control over driver binding and
adding entries to the registry for configuration.

As this is a guest-visible change the "msos-desc" compat property
has been added to turn this off for 1.7 + older

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/i386/pc_piix.c
hw/usb/Makefile.objs
hw/usb/bus.c
hw/usb/desc-msos.c [new file with mode: 0644]
hw/usb/desc.c
hw/usb/desc.h
include/hw/i386/pc.h
include/hw/usb.h
trace-events