<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 12/07/2012 04:32 AM, Sandeep Koppala
      wrote:<br>
    </div>
    <blockquote
cite="mid:C2E3E86BCBE846418C378EF78F41EF67289D88A8@mail2.cs.stonybrook.edu"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
      <div style="direction: ltr;font-family: Tahoma;color:
        #000000;font-size: 10pt;">Hi all,<br>
        <br>
        I am trying to implement Page Fusion for x64 Linux guests. I
        understand that this will require changes to the Guest
        Additions. Specifically, in the VBoxServicePageSharing.cpp code.
        I have made some changes here and I am trying to call
        VbglR3RegisterSharedModule function with information about Linux
        guest modules.<br>
        <br>
        1. I am unable to put a trace in the R3 code, the code for the
        VMM / hypervisor. I am unable to see the LogFlow() messages. Can
        you help me enable it ?<br>
        <br>
        2. Is the code that implements page-fusing / sharing in the VMM
        specific to windows ?<br>
        <br>
        Thanks in advance !</div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
vbox-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a>
<a class="moz-txt-link-freetext" href="https://www.virtualbox.org/mailman/listinfo/vbox-dev">https://www.virtualbox.org/mailman/listinfo/vbox-dev</a>
</pre>
    </blockquote>
    <br>
    1. Did you take a look at logging information here:
    <a class="moz-txt-link-freetext" href="https://www.virtualbox.org/wiki/VBoxLogging">https://www.virtualbox.org/wiki/VBoxLogging</a> (see Ring-0 logging)?<br>
    <br>
    2. From a quick glance, the guest additions part of the code is
    specific to Windows, on the host side it is platform agnostic (not
    enabled for 64-bit darwin hosts though). The guest addition side has
    some compile-time defines that only register the service hooks for
    Windows (VBoxService.cpp).<br>
    <br>
    <br>
    Regards,<br>
    Ram.<br>
    <br>
  </body>
</html>