<div dir="ltr">Thank you very much, it works.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 5, 2015 at 12:59 PM, Martin Stein <span dir="ltr"><<a href="mailto:martin.stein@...1..." target="_blank">martin.stein@...1...</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Ofer,<br>
<span class=""><br>
On 05.05.2015 11:06, Ofer Hasson wrote:<br>
> My question is, how in the Genode hypervisor I can access this memory<br>
> address ?<br>
> Any idea will be helpful<br>
<br>
</span>You should have a look at '_ram_iomem' in [1]. It is the IO_MEM session<br>
of the VMM that references the RAM of the normal world. Once estalished,<br>
this session provides a refernce to the RAM in form of a so-called<br>
dataspace. This dataspace can be used to attach the RAM locally via<br>
'env()->rm_session()'. The VMM stores the resulting local address in<br>
'Vm_base::_ram'. So, if you're in the VMM, you can acces the RAM through<br>
this object. If you're in another component you would have to request<br>
the VMM to release the IO_MEM-Region to be able to allocate it through a<br>
new IO_MEM session.<br>
<br>
Cheers,<br>
Martin<br>
<br>
[1] repos/os/src/server/tz_vmm/include/vm_base.h<br>
<div class="HOEnZb"><div class="h5"><br>
------------------------------------------------------------------------------<br>
One dashboard for servers and applications across Physical-Virtual-Cloud<br>
Widest out-of-the-box monitoring support with 50+ applications<br>
Performance metrics, stats and reports that give you Actionable Insights<br>
Deep dive visibility with transaction tracing using APM Insight.<br>
<a href="http://ad.doubleclick.net/ddm/clk/290420510;117567292;y" target="_blank">http://ad.doubleclick.net/ddm/clk/290420510;117567292;y</a><br>
_______________________________________________<br>
genode-main mailing list<br>
<a href="mailto:genode-main@lists.sourceforge.net">genode-main@...12...ceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/genode-main" target="_blank">https://lists.sourceforge.net/lists/listinfo/genode-main</a><br>
</div></div></blockquote></div><br></div>