[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] [Qemu-devel] Quick question on NVME on qemu
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-discuss] [Qemu-devel] Quick question on NVME on qemu |
Date: |
Mon, 12 Oct 2015 10:40:40 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Am 12.10.2015 um 10:05 hat Igor Mammedov geschrieben:
> On Sat, 10 Oct 2015 00:39:43 -0700
> sahlot arvind <address@hidden> 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
>
>