Correction
Posted Mar 1, 2007 7:01 UTC (Thu) by
avik (subscriber, #704)
Parent article:
KVM 15
The guest is still running while this copy process is happening. Whenever
it tries to modify a page which has already been copied, it will trap back
into QEMU [...]
No, assuming the guest is running under kvm (and not pure qemu), the
guest will trap into the kernel (which marks the page dirty), and then
resumes execution.
(
Log in to post comments)