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
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