From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK3Rg-0000Zy-CF for qemu-devel@nongnu.org; Fri, 05 Oct 2012 04:39:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TK3Re-0007Bp-Jw for qemu-devel@nongnu.org; Fri, 05 Oct 2012 04:39:44 -0400 Received: from mail-bk0-f45.google.com ([209.85.214.45]:53008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK3Re-0007Bj-CW for qemu-devel@nongnu.org; Fri, 05 Oct 2012 04:39:42 -0400 Received: by mail-bk0-f45.google.com with SMTP id jf3so658281bkc.4 for ; Fri, 05 Oct 2012 01:39:41 -0700 (PDT) Date: Fri, 5 Oct 2012 10:39:38 +0200 From: Stefan Hajnoczi Message-ID: <20121005083938.GD1399@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] List of Virtualized IO devices - QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Krishna Kumaar Natarajan Cc: qemu-devel@nongnu.org On Sun, Sep 30, 2012 at 08:52:02PM -0500, Krishna Kumaar Natarajan wrote: > Where can I find the list of IO devices virtualized for QEMU ? Your question is very general. In the source tree you'll find *emulated* devices in hw/. On the command-line you can do: $ qemu-system-x86_64 -device \? What exactly are you looking for? Stefan