On Wed, Jun 6, 2012 at 8:15 PM, Jenkins, Christipher Derell <cdj...@sandia.gov> wrote: > If I want to modify the memory contents of a particular thread from the > hypervisor, is this possible? Do I have to disable the MMU to do so?
While possible, this does not seem like a good idea. Hypervisor was not designed to do things like this. You definitely don't want to disable MMU. All you need is to make sure that at the time the hypervisor has correct mappings to the underlying physical memory of container in question and write to it. Regards, -- Dawid Ciężarkiewicz B-Labs. http://b-labs.com/ _______________________________________________ codezero-devel mailing list codezero-devel@lists.l4dev.org http://lists.l4dev.org/mailman/listinfo/codezero-devel_lists.l4dev.org