From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h2CWb-0007yz-6G for qemu-devel@nongnu.org; Fri, 08 Mar 2019 05:14:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h2CWa-0008U8-GT for qemu-devel@nongnu.org; Fri, 08 Mar 2019 05:14:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39330) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h2CWa-0008Td-6C for qemu-devel@nongnu.org; Fri, 08 Mar 2019 05:14:44 -0500 References: <5109bd99-ab78-ef32-b900-15896dc00d1f@redhat.com> <20190308091917.kmjlvvkl5oxcetcu@sirius.home.kraxel.org> From: Paolo Bonzini Message-ID: Date: Fri, 8 Mar 2019 11:14:36 +0100 MIME-Version: 1.0 In-Reply-To: <20190308091917.kmjlvvkl5oxcetcu@sirius.home.kraxel.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] qemu bluetooth support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Thomas Huth , Daryl Oliver , qemu-devel@nongnu.org, Peter Maydell , =?UTF-8?Q?Daniel_P=2e_Berrang=c3=a9?= On 08/03/19 10:19, Gerd Hoffmann wrote: > Hi, > >> For Windows, we could also pass it through as an HID device, using >> something like virtio-input-host-pci but for USB. It wouldn't be hard >> to implement, but you'd have to write a converter from Linux evdev >> descriptors to USB HID descriptors. > > I think we actually have virtio-input windows drivers, didn't Ladi work > on that? Ah indeed. So virtio-input-host-pci might work even for Windows. Paolo > Another possible option would be to usb pass through a bluetooth dongle. > > cheers, > Gerd >