• H
    usb-redir: Revert usb-redir part of commit 93bfef4c · 35efba2c
    Hans de Goede 提交于
    Commit 93bfef4c 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: NHans de Goede <hdegoede@redhat.com>
    Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
    35efba2c
redirect.c 59.8 KB