]> git.proxmox.com Git - qemu.git/commit - hw/usb/redirect.c
usb-redir: Revert usb-redir part of commit 93bfef4c
authorHans de Goede <hdegoede@redhat.com>
Wed, 12 Sep 2012 13:08:39 +0000 (15:08 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 13 Sep 2012 07:50:47 +0000 (09:50 +0200)
commit35efba2cc6812dc980c336d7b9bf81dbfb5daf00
tree3a34f8c2ca4f71fadbfb0555c737927283f7bb09
parent09054d19e72f6991cd359d41c479badd92f62a06
usb-redir: Revert usb-redir part of commit 93bfef4c

Commit 93bfef4c6e4b23caea9d51e1099d06433d8835a4 makes qemu-devices
which report the qemu version string to the guest in some way use a
qemu_get_version function which reports a machine-specific version string.

However usb-redir does not expose the qemu version to the guest, only to
the usbredir-host as part of the initial handshake. This can then be logged
on the usbredir-host side for debugging purposes and is otherwise completely
unused! For debugging purposes it is important to have the real qemu version
in there, rather then the machine-specific version.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/redirect.c