From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn5Sv-0006Nm-UX for qemu-devel@nongnu.org; Fri, 16 Oct 2015 09:54:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zn5Sq-0006e1-Db for qemu-devel@nongnu.org; Fri, 16 Oct 2015 09:54:37 -0400 Received: from mail-qk0-x231.google.com ([2607:f8b0:400d:c09::231]:35195) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn5Sq-0006dx-AO for qemu-devel@nongnu.org; Fri, 16 Oct 2015 09:54:32 -0400 Received: by qkap81 with SMTP id p81so54427567qka.2 for ; Fri, 16 Oct 2015 06:54:32 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Programmingkid In-Reply-To: <20151016120711.GD10205@stefanha-thinkpad.redhat.com> Date: Fri, 16 Oct 2015 09:54:30 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <73CF1D9C-6959-4C4F-8971-E980CDDBEA48@gmail.com> References: <20151016120711.GD10205@stefanha-thinkpad.redhat.com> Subject: Re: [Qemu-devel] Determining if USB is available List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Gerd Hoffmann , qemu-devel qemu-devel On Oct 16, 2015, at 8:07 AM, Stefan Hajnoczi wrote: > On Thu, Sep 17, 2015 at 09:45:44PM -0400, Programmingkid wrote: >> Would you know of a function that could indicate if USB is available = on the current emulator? >=20 > vl.c:usb_enabled()? Thank you.=