From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 90839C54EE9 for ; Sun, 18 Sep 2022 11:08:43 +0000 (UTC) Received: from localhost ([::1]:33584 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oZsAE-000435-6M for qemu-devel@archiver.kernel.org; Sun, 18 Sep 2022 07:08:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45692) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oZs9X-0002x4-Df for qemu-devel@nongnu.org; Sun, 18 Sep 2022 07:07:59 -0400 Received: from mail-vk1-f182.google.com ([209.85.221.182]:36658) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oZs9V-0001qP-U3 for qemu-devel@nongnu.org; Sun, 18 Sep 2022 07:07:59 -0400 Received: by mail-vk1-f182.google.com with SMTP id g27so296598vkl.3 for ; Sun, 18 Sep 2022 04:07:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=6LTml2fBHoqxCnBW7uJURKCQ50RIKEgkpkMXOWn6z84=; b=6wxuXxdVdq4VxnWoCGJLmqeyVvFHCoVqii+wDLCR1U08Fxh4jJJGSkH66iMF1aUuwS EjSeM8Z3A1RRRtFIJVciaBppW6dhLtp4JrAXNZsv+QqUsCj5VjANszIO0dq5VqC7bbWt EqZWyw29CG2enccmr/FdCle7k5kufhSX0W73WuIvK4n5LJXihDHYS+5xpAJHMla1pFb9 8deMp8Fs06lSkyq+Bfs97Zr9ld1TLPtOaEzdhtTOxXN4vAT73csnbxGjzt3EE9NLKd5n 7/uxsVdN9i2TLl7g9cRz+FmRdgQgQ/i2UTZ8OFwdzVFSIZEMCe9turveVt9RImjyxP6L 2Acg== X-Gm-Message-State: ACrzQf3mlXTqYDM07OheU6TacfrN+nYm8YmbeRkBPgDwNs22VSLpRDWv OaPydsYlwT6b23dDiiKdThmkTAUJI+f0hCJa6BE= X-Google-Smtp-Source: AMsMyM7NzE0ykJEag8lQjdH3XY0aiG8TNu4L/CZ7glbYNa1YtzWxW+c/ePaS0DBvbn6muovBMqs1O5zyIdEmktyV+ds= X-Received: by 2002:a05:6122:10dc:b0:3a3:4904:2941 with SMTP id l28-20020a05612210dc00b003a349042941mr1155807vko.24.1663499276603; Sun, 18 Sep 2022 04:07:56 -0700 (PDT) MIME-Version: 1.0 References: <152673688616.9061.7617411809661975686.malonedeb@chaenomeles.canonical.com> <164553818076.45462.17246694949180967211.malone@dale.internal> In-Reply-To: <164553818076.45462.17246694949180967211.malone@dale.internal> Date: Sun, 18 Sep 2022 13:07:45 +0200 Message-ID: Subject: Re: [Bug 1772165] Re: arm raspi2/raspi3 emulation has no USB support To: Bug 1772165 <1772165@bugs.launchpad.net> Cc: "qemu-devel@nongnu.org Developers" Content-Type: text/plain; charset="UTF-8" Received-SPF: pass client-ip=209.85.221.182; envelope-from=philippe.mathieu.daude@gmail.com; helo=mail-vk1-f182.google.com X-Spam_score_int: -13 X-Spam_score: -1.4 X-Spam_bar: - X-Spam_report: (-1.4 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FORGED_FROMDOMAIN=0.249, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Reply-to: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= From: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= via On Tue, Feb 22, 2022 at 3:15 PM Carlo Bramini <1772165@bugs.launchpad.net> wrote: > > I'm also trying to run QEMU for emulating Raspberry PI, but I'm still unable to make working external USB devices like keyboard and mouse. > Unlike previous users, I'm not using a linux distro but Microsoft Windows 10 instead. > I'm using the precompiled 64bit executables downloaded from https://qemu.weilnetz.de/w64/ as suggested from the download page at qemu.org for Windows targets. > The emulator starts, the desktop of the OS appears, but still no keyboard and no mouse support. > However, I can still login by using the terminal provided by the emulated serial terminal. > > Is the feature expected to work also on the port of QEMU for Windows? Yes. However upstream QEMU bugs are now tracked on https://gitlab.com/qemu- project/qemu/-/issues - so if you can reproduce it with the latest version from upstream QEMU, please report it there. Regards, Phil. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 52EE6C54EE9 for ; Sun, 18 Sep 2022 11:17:00 +0000 (UTC) Received: from localhost ([::1]:51830 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oZsIF-0001je-3Q for qemu-devel@archiver.kernel.org; Sun, 18 Sep 2022 07:16:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39582) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oZsGg-0000ef-DA for qemu-devel@nongnu.org; Sun, 18 Sep 2022 07:15:22 -0400 Received: from smtp-relay-services-1.canonical.com ([185.125.188.251]:38670) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oZsGc-0003VD-HR for qemu-devel@nongnu.org; Sun, 18 Sep 2022 07:15:20 -0400 Received: from scripts-1.lp.internal (scripts.lp.internal [10.131.66.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp-relay-services-1.canonical.com (Postfix) with ESMTPSA id 4616A40BCD for ; Sun, 18 Sep 2022 11:15:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=launchpad.net; s=20210803; t=1663499713; bh=UP8bJNO513fllsOKgbR69k9LLCnYo/aRfNhjifIbrzw=; h=MIME-Version:Content-Type:Date:From:To:Reply-To:References: Message-Id:Subject; b=MAhKEsF+3Tm9Sj6GdCjq4KWpBG+Y/BMA43bLEPYl1hzVmIVmmlK5cd9Hni9GNPChd /apvmY8gB++cC0tNze/EPpW7EzWl+685eNUlBoWzqTE4VgukI7pUjavB71xtKF0i4o nMWZFYzNPvgxEtwpcvYVABBAY8T01QrjewTBsAuUDair7UMRdGLUy5UcaFvV2/ARjW nwr5XlvD8ikui+e6uywhVRJ/UBkC7WPZa2GVB71FRhH/FI6j5lPtf+f2MuN61GMq0O JM6E6yJfsXJZHbPbaI4Ga0qhtHcRhT4m2B4XsAm7DvOl1CeQu0z/jkp/Z9+U3Au+Cu FQZWF1d26S26g== Received: from juju-4112d9-prod-launchpad-manual-servers-36.openstack.prodstack5.lan (localhost [127.0.0.1]) by scripts-1.lp.internal (Postfix) with ESMTP id 3028B4018A for ; Sun, 18 Sep 2022 11:15:10 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Sun, 18 Sep 2022 11:07:45 -0000 From: =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= <1772165@bugs.launchpad.net> To: qemu-devel@nongnu.org X-Launchpad-Notification-Type: bug X-Launchpad-Bug: product=qemu; status=Fix Released; importance=Wishlist; assignee=None; X-Launchpad-Bug-Tags: arm usb X-Launchpad-Bug-Information-Type: Public X-Launchpad-Bug-Private: no X-Launchpad-Bug-Security-Vulnerability: no X-Launchpad-Bug-Commenters: aditya-govardhan andrew-pennebaker carlo-bramix clemd davbac dims dougrabson kraxel-redhat pauldzim philmd pmaydell th-huth vortelf weberkai X-Launchpad-Bug-Reporter: George (vortelf) X-Launchpad-Bug-Modifier: =?utf-8?q?Philippe_Mathieu-Daud=C3=A9_=28philmd=29?= References: <152673688616.9061.7617411809661975686.malonedeb@chaenomeles.canonical.com> <164553818076.45462.17246694949180967211.malone@dale.internal> Message-ID: Subject: Re: [Bug 1772165] Re: arm raspi2/raspi3 emulation has no USB support X-Launchpad-Message-Rationale: Subscriber (QEMU) @qemu-devel-ml X-Launchpad-Message-For: qemu-devel-ml Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="26a6866b96cbe27080a0dd50a67efeae15dd1018"; Instance="production" X-Launchpad-Hash: fdb4f15820e33f69c26bec7f67cd3ef5ae316acd Received-SPF: pass client-ip=185.125.188.251; envelope-from=noreply@launchpad.net; helo=smtp-relay-services-1.canonical.com X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Bug 1772165 <1772165@bugs.launchpad.net> Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Message-ID: <20220918110745.Z5e03v5Sd5uQBzSiaSNmp23lkaSbPk2DQT606lTGVlg@z> On Tue, Feb 22, 2022 at 3:15 PM Carlo Bramini <1772165@bugs.launchpad.net> wrote: > > I'm also trying to run QEMU for emulating Raspberry PI, but I'm still una= ble to make working external USB devices like keyboard and mouse. > Unlike previous users, I'm not using a linux distro but Microsoft Windows= 10 instead. > I'm using the precompiled 64bit executables downloaded from https://qemu.= weilnetz.de/w64/ as suggested from the download page at qemu.org for Window= s targets. > The emulator starts, the desktop of the OS appears, but still no keyboard= and no mouse support. > However, I can still login by using the terminal provided by the emulated= serial terminal. > > Is the feature expected to work also on the port of QEMU for Windows? Yes. However upstream QEMU bugs are now tracked on https://gitlab.com/qemu- project/qemu/-/issues - so if you can reproduce it with the latest version from upstream QEMU, please report it there. Regards, Phil. --=20 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1772165 Title: arm raspi2/raspi3 emulation has no USB support Status in QEMU: Fix Released Bug description: Using Qemu 2.12.0 on ArchLinux. Trying to emulate arm device with `qemu-system-arm` and attach usb device for unput using ` -usb -device usb-host,bus=3D001,vendorid=3D0x1d6b,productid=3D0x0002 ` # lsusb returns Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 014: ID 13d3:3487 IMC Networks=20 Bus 001 Device 004: ID 0457:11af Silicon Integrated Systems Corp.=20 Bus 001 Device 003: ID 0bda:57e6 Realtek Semiconductor Corp.=20 Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card= Reader Controller Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub # qemu returns qemu-system-arm: -device usb-host,bus=3D001,vendorid=3D0x1d6b,productid= =3D0x0002: Bus '001' not found =20 Tried with connecting external usb keyboard but that didn't seem to work = either. To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/1772165/+subscriptions