|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: System Call Interception
> >On i386 at least, syscalls are delivered directly to the guest (they
> >aren't intercepted by Xen).
Also note that not all syscalls on all OSes are implemented the same
way - eg stuff like getpid()/gettimeofday() might end up mapping to
some data hiding away in a page mapped to all processes. I'm not sure
Xen would even get involved in that (besides, perhaps, being involved
in page mapping?)
I forget which OSes I've seen do this by using dynamic linking magic;
solaris maybe?
Adrian
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|