Module devices::proxy

source ·
Expand description

Runs hardware devices in child processes.

Structs§

  • ChildProcIntf is the interface to the device child process.
  • Wraps an inner BusDevice that is run inside a child process via fork.
  • Wrapper for sending snapshots to and receiving snapshots from proxied devices using a file to handle the case of snapshot being potentially too large to send across a Tube in a single message.

Enums§

Functions§

Type Aliases§