X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Flguest%2Fcore.c;h=cb4c67025d52ae5c6c4826a855695ec09dcf29e6;hb=a341cd0f6a0fde1f85fec9aa8f81f824ea4a3f92;hp=35d19ae58de7eeb30b6ef60dad58ed4a518b4e6f;hpb=2d37f94a28170ca656438758fca577acb49a7932;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/lguest/core.c b/drivers/lguest/core.c index 35d19ae..cb4c670 100644 --- a/drivers/lguest/core.c +++ b/drivers/lguest/core.c @@ -128,9 +128,12 @@ static void unmap_switcher(void) __free_pages(switcher_page[i], 0); } -/*L:305 +/*H:032 * Dealing With Guest Memory. * + * Before we go too much further into the Host, we need to grok the routines + * we use to deal with Guest memory. + * * When the Guest gives us (what it thinks is) a physical address, we can use * the normal copy_from_user() & copy_to_user() on the corresponding place in * the memory region allocated by the Launcher.