Why does virt_to_machine() call phys_to_machine() directly.
153 /* VIRT <-> MACHINE conversion */ 154 #define virt_to_machine(v) (phys_to_machine(__pa(v))) How does one convert the virt to phy? Is that done by the __pa() function?
I'm confused about the relation between virt and phy addresses in a guest domain? What is the co-relation between the
two?
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|