tree: 79a92fdc7b7814ffe80d7a1675696c06f60f0ca4 [path history] [tgz]
  1. include/
  2. test/
  3. BUILD.gn
  4. fake-msi.cc
  5. README.md
src/devices/testing/fake-msi/README.md

This library provides fake replacements for the MSI syscalls for the purpose of testing driver code in an unprivileged environment. It works by defining strong symbols for the following system calls:

  • zx_object_get_info()
  • zx_msi_allocate()
  • zx_msi_create()
  • zx_interrupt_wait()