From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41524) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn3n4-0004Z1-Jr for qemu-devel@nongnu.org; Fri, 16 Oct 2015 08:07:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zn3mz-00014L-HP for qemu-devel@nongnu.org; Fri, 16 Oct 2015 08:07:18 -0400 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:36530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn3mz-00014B-BM for qemu-devel@nongnu.org; Fri, 16 Oct 2015 08:07:13 -0400 Received: by wicgb1 with SMTP id gb1so6583439wic.1 for ; Fri, 16 Oct 2015 05:07:12 -0700 (PDT) Date: Fri, 16 Oct 2015 14:07:11 +0200 From: Stefan Hajnoczi Message-ID: <20151016120711.GD10205@stefanha-thinkpad.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] Determining if USB is available List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid Cc: Gerd Hoffmann , qemu-devel qemu-devel 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? vl.c:usb_enabled()?