Comment 24 for bug 1673976

Revision history for this message
Peter Maydell (pmaydell) wrote :

That way round the child doesn't have the shared memory with the parent, so it can't update the parent's status variable. There's no easy way to say "fork, and then share the guest memory mappings and only the guest memory mappings with the child", because QEMU doesn't currently track what memory the guest has mapped at all.