Hi everyone, currently I''m working on a security project where communication between the hypervisor and the guest kernel is needed. I''m new to (para)virtualization development and I was wondering if xen provides any predefined interfaces for my concern. In addition, are there any good papers / documentation on developing with xen? thanks in advance! regards Karl K. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
James Harper
2011-Apr-07 01:33 UTC
RE: [Xen-devel] communication between hypervisor and guest OS
> > Hi everyone, > > currently I''m working on a security project where communicationbetween the> hypervisor and the guest kernel is needed. > > I''m new to (para)virtualization development and I was wondering if xen > provides any predefined interfaces for my concern. > > In addition, are there any good papers / documentation on developingwith xen?>What sort of communication? Do you really mean the hypervisor or do you mean Dom0? The communication between DomX and the hypervisor is normally done via hypercalls, but maybe that doesn''t suit your requirements? James _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel