[Xen-devel] Is there a way to get a VM base (starting) address?

2015-11-30 Thread D';Mita Levy
I am interested in locating a VM's base (starting) address in memory in relation to other VM's running on the same host - is there a way to do this through Xen or the XenAPI? Thanks, D'Mita -- D'Mita Levy Cyber Fellow, Applied Research Center Florida Inte

[Xen-devel] Is it possible to create a domain with privileges similar to dom0

2015-10-28 Thread D';Mita Levy
Is it possible to create a domain that has increased privilege levels that are similar to dom0? I am interested in installing a VM and have it perform certain tasks that will require it to have a higher privilege level than domU guests. -- D'Mita Levy Cyber Fellow, Applied Research C

Re: [Xen-devel] What is the correct way to enable the Base repositories on XenServer Dundee?

2015-10-27 Thread D';Mita Levy
On Tue, Oct 27, 2015 at 11:02 AM, D'Mita Levy wrote: > Im trying to enable the yum repos on XenServer Dundee so I can install a > few packages (git, make, dev stuff etc) and do some experimental > development. > > I have enabled the base repository as such > > Cent

[Xen-devel] What is the correct way to enable the Base repositories on XenServer Dundee?

2015-10-27 Thread D';Mita Levy
entOS-7 But I get the following error: #yum update Cannot find a valid baseurl for repo: base/7.0.1406.el7.centos.2.5/x86_64 My linux is mediocre at best...does anyone know how to enable the base repository correctly? Thanks, D'Mita -- D'Mita Levy Cyber Fellow, Applied Research Center

[Xen-devel] Adding Xen development headers to XenServer

2015-10-23 Thread D';Mita Levy
Is it possible to add Xen development headers to XenServer? I would like to do a little bit of VM introspection with LibVMI on XenServer. I have all the other dependencies installed (glib, flex, etc.) just missing the ones for Xen...Any help is greatly appreciated. Thanks, D'Mita -- D'

[Xen-devel] What is the difference between XenAPI and XenAPI-Extensions

2015-09-04 Thread D';Mita Levy
Hello, I am a student at FIU working on a school project so I am a not very experienced. Right now I am trying to use the Xen API code I found at https://github.com/xenserver/xenadmin to Snapshot a VM. The project I have so far uses the XenAPI.VM functions and I have been successful in starting an

[Xen-devel] Can Xen Project Hypervisor work in Xenserver?

2015-02-26 Thread D';Mita Levy
the Citrix Xenserver or would one have to get the code for Xenserver and compile that instead? Thanks, D'Mita -- D'Mita Levy Cyber Fellow, Applied Research Center Florida International University ___ Xen-devel mailing list Xen-devel@lists.xe

[Xen-devel] How can I modify and test Xentrace

2015-02-25 Thread D';Mita Levy
cannot open shared object file: No such file or directory. I am obviously going about this the wrong way... what am I doing wrong? -- D'Mita Levy Cyber Fellow, Applied Research Center Florida International University ___ Xen-devel mailing list Xen-

Re: [Xen-devel] How do I print all hypercalls as they come in?

2015-02-12 Thread D';Mita Levy
would love to be able to say...if trapcode = xxx printk("Hypercall xxx\n") has occurred but I am unsure what would be a good route to do something like that. Thanks, D'Mita On Fri, Feb 6, 2015 at 10:23 AM, Andrew Cooper wrote: > On 06/02/15 15:17, D'Mita Levy wrote: > >

Re: [Xen-devel] How do I print all hypercalls as they come in?

2015-02-06 Thread D';Mita Levy
: > On 05/02/15 21:16, D'Mita Levy wrote: > > Hello, > > I am trying to compile a xen build that will simply print all the > hypercalls as they come into the hypervisor. Specifically, I'm looking for > the hypercall handler function so that I can insert a simpl

[Xen-devel] How do I print all hypercalls as they come in?

2015-02-05 Thread D';Mita Levy
ribes what most of the modules found in xen/arch/x86 and x86_64 do...am I right in thinking that the do_platform_op function in platform_hypercall.c serves as the entry point for all hypercalls? Thank You, -- D'Mita Levy Cyber Fellow, Applied Research Center Florida Inte