Re: [Qemu-devel] Reserve physical memory region in QEMU

2015-08-24 Thread Naman patel
Extremely sorry, my bad, its *cpu_physical_memory_write() *function to be precise. Regards, Naman On Tue, Aug 25, 2015 at 8:46 AM, Naman patel wrote: > Hi, > My requirement is to have a reserved physical memory region for QEMU > that can be written using *cpu_physical_memory_region(),* whi

[Qemu-devel] Reserve physical memory region in QEMU

2015-08-24 Thread Naman patel
Hi, My requirement is to have a reserved physical memory region for QEMU that can be written using *cpu_physical_memory_region(),* which then can also be used by the linux kernel for reading and writing. How can one reserve such memory region in QEMU 2.0? And what care should one take while do