Re: [Qemu-discuss] [Qemu-devel] Quick question on NVME on qemu

2015-10-12 Thread Igor Mammedov
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

Re: Initialize RAM from a file and save it to the file

2021-07-19 Thread Igor Mammedov
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

Re: MP tables do not report multiple CPUs in Qemu 6.2.0 on x86 when given -smp cpus=n flag

2022-01-20 Thread Igor Mammedov
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