Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Xen stability: use monotonic time, check for page aligned I/O and add assert stubs

Compare
Choose a tag to compare
@avsm avsm released this 05 Dec 17:36
· 310 commits to master since this release
  • [xen] Assert that pages passed to the grant share API are page-aligned.
    This always happens if they are created via Io_page.create, and
    probably not true if made by Cstruct.create.
  • [xen] Use monotonic time for timing events, not wall-clock time.
  • [xen] Provide functions that C code often uses for asserts (abort,
    printf, etc).