From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlYf0-0007Zu-4S for qemu-devel@nongnu.org; Mon, 12 Oct 2015 04:40:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZlYew-0001VA-QE for qemu-devel@nongnu.org; Mon, 12 Oct 2015 04:40:46 -0400 Date: Mon, 12 Oct 2015 10:40:40 +0200 From: Kevin Wolf Message-ID: <20151012084040.GC4153@noname.str.redhat.com> References: <20151012100514.0bdf43b8@nial.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151012100514.0bdf43b8@nial.brq.redhat.com> Subject: Re: [Qemu-devel] Quick question on NVME on qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: keith.busch@intel.com, sahlot arvind , qemu-devel@nongnu.org, qemu-discuss@nongnu.org Am 12.10.2015 um 10:05 hat Igor Mammedov geschrieben: > On Sat, 10 Oct 2015 00:39:43 -0700 > sahlot arvind wrote: > > > Hello, > > > > Does qemu emulate a proper NVMe controller? Can someone please tell me how > s far as I'm aware, QEMU doesn't emulate any NVMe controller yet. It does, though I'm not sure how complete it is. You can use it with -drive file=...,if=none,id=some_id -device nvme,drive=some_id Kevin > > can I use it to emulate a proper NVMe controller? Is there some way to > > enable logging PCI accesses to NVMe controller so that I can see what > > accesses my driver or OS is doing? > > > > Thanks in advance! > > Sahlot > >