* Is there a way to get a VM base (starting) address?
@ 2015-12-01 4:53 D'Mita Levy
2015-12-01 10:29 ` Ian Campbell
0 siblings, 1 reply; 2+ messages in thread
From: D'Mita Levy @ 2015-12-01 4:53 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 279 bytes --]
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 International University
[-- Attachment #1.2: Type: text/html, Size: 461 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Is there a way to get a VM base (starting) address?
2015-12-01 4:53 Is there a way to get a VM base (starting) address? D'Mita Levy
@ 2015-12-01 10:29 ` Ian Campbell
0 siblings, 0 replies; 2+ messages in thread
From: Ian Campbell @ 2015-12-01 10:29 UTC (permalink / raw)
To: D'Mita Levy, xen-devel
On Mon, 2015-11-30 at 23:53 -0500, D'Mita Levy wrote:
> 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?
VM memory is not allocated contiguously in host memory, it can be scattered
from all over the place.
So there is no such thing as a "base address" in relation to other VM's.
Obviously a guest kernel has a starting address in the virtual/guest-
physical address space, but I don't think that is what you are asking for
(and in any case would be internal to the guest and not generally exposed
to toolstacks).
Ian.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-01 10:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-01 4:53 Is there a way to get a VM base (starting) address? D'Mita Levy
2015-12-01 10:29 ` Ian Campbell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.