Hi everyone, I''m working on my master thesis about Xen. In order to add practical value, I have to find the applicaiton scenario of the operation of copying page from other domain (struct gnttab_copy, HYPERVISOR_grant_table_op). Is there some systems/subsystems/drivers/... use page copying other than page mapping or page transfer? Thanks for your help! -------------- Best Regards, summerxyt
Ian Campbell
2012-Nov-27 11:06 UTC
Re: What is the scenario of page copying from other domain?
On Tue, 2012-11-27 at 10:59 +0000, summerxyt wrote:> Hi everyone, > > I''m working on my master thesis about Xen. In order to add practical > value, I have to find the applicaiton scenario of the operation of > copying page from other domain (struct gnttab_copy, > HYPERVISOR_grant_table_op). > > Is there some systems/subsystems/drivers/... use page copying other > than page mapping or page transfer?Did you try using grep(1) in a kernel source tree for uses of this operation? Ian.
summerxyt
2012-Nov-27 11:17 UTC
Re: What is the scenario of page copying from other domain?
Hi Ian, Do you mean the Linux kernel when you refered "kernel"? Thanks for your help for replying so fast. And thanks for your help for my previous questions. -------------- Best Regards, summerxyt>On Tue, 2012-11-27 at 10:59 +0000, summerxyt wrote: >> Hi everyone, >> >> I''m working on my master thesis about Xen. In order to add practical >> value, I have to find the applicaiton scenario of the operation of >> copying page from other domain (struct gnttab_copy, >> HYPERVISOR_grant_table_op). >> >> Is there some systems/subsystems/drivers/... use page copying other >> than page mapping or page transfer? > >Did you try using grep(1) in a kernel source tree for uses of this >operation? > >Ian. >
Ian Campbell
2012-Nov-29 10:50 UTC
Re: What is the scenario of page copying from other domain?
Please don''t top post, it breaks the flow of the conversation. On Tue, 2012-11-27 at 11:17 +0000, summerxyt wrote:> Do you mean the Linux kernel when you refered "kernel"?Well, any kernel which supports running as Xen dom0 or domU would be a good starting point, and Linux seems like a reasonable candidate. You might like to consider some of the points raised in http://wiki.xen.org/wiki/Asking_Xen_Devel_Questions Ian.>