Re: [Qemu-devel] Mapping of the guests user and kernel pages to host memory

2019-06-28 Thread Stefan Hajnoczi
On Sun, Jun 16, 2019 at 04:48:55PM +0300, Dimitris Karnikis wrote: > I am interested in understanding on how QEMU maps the user and kernel > pages of a guest OS to the host OS memory (working on 3.1.0 but any version > is acceptable with target x86-64 arch). > Since QEMU runs on user space, these p

[Qemu-devel] Mapping of the guests user and kernel pages to host memory

2019-06-16 Thread Dimitris Karnikis
Hello, I am interested in understanding on how QEMU maps the user and kernel pages of a guest OS to the host OS memory (working on 3.1.0 but any version is acceptable with target x86-64 arch). Since QEMU runs on user space, these pages will be also mapped on the user space of the host machine. S