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.
> can I use it to emulate a proper NVMe controller? Is there some way to
> enable lo
On Mon, 19 Jul 2021 12:01:10 +0200
Philippe Mathieu-Daudé wrote:
> Hi Hiroko,
>
> On 7/19/21 11:34 AM, Hiroko Shimizu wrote:
> > Hello,
> > I'd like to initialize RAM from a specific file when RAM is created.
> > Then, I tried using memory_region_init_ram_from_file().
...
> > Could you tell
On Wed, 19 Jan 2022 15:48:20 +
Peter Maydell wrote:
> On Wed, 19 Jan 2022 at 14:44, Godmar Back wrote:
> > after upgrading to 6.2.0, I observed that code such as MIT's xv6 (see
> > [1]) is no longer able to detect multiple CPUs. Their code works in
> > 6.1.1, however.
>
> Hi; this isn't