Add support for proper page fault handling to the new update framework

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Done
    • Priority: Major - P3
    • 2.5.2
    • Affects Version/s: None
    • Component/s: Write Ops
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The new update driver is not yet taking advantage of the "likelyInPhysicalMemory" heuristic and thus it may go on to page in with the lock held.

      The tricky part here is that bubbling up a negative return for likelyInPhysicalMemory in the old code is done through an exception. A page not being in memory is a perfectly fine situation, though.

      Once the new framework is swapped in (and probably as adjusting instance.cpp:receivedUpdate), the driver may use a status to report that scenario.

            Assignee:
            Andrew Morrow (Inactive)
            Reporter:
            Andrew Morrow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: