qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Understanding KVM


From: Ian Molton
Subject: [Qemu-devel] Understanding KVM
Date: Thu, 06 Dec 2012 18:04:43 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2

Hi,

Im trying to figure out how (on, say, x86), qemu (1.3, git) knows when the guest has accessed a page - in particular, on a framebuffer.

It looks like its done via dirty page logs, which are maintained by the host kernel, so probably this is a kernel question, more than a qemu one.

Is this the case? if so, where do the bits in the dirty bitmap get set? I cant find anything in the kernel that seems to do much with it, other than to copy the bitmap to userspace.

-Ian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]