cloud-hypervisor/vfio_user
Rob Bradford 10531f052b vfio_user: Always generate an error for commands
Any error from the backend or from the protocol handling code will now
result in an error reply being sent. This is cleanly achieved by
splitting the command handling out into its own method and using the
Rust Result<> based error handling to trigger the generation of the
error reply.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2023-02-16 09:59:14 -08:00
..
examples/gpio vfio_user: Add a simple sample device 2023-02-16 09:59:14 -08:00
src vfio_user: Always generate an error for commands 2023-02-16 09:59:14 -08:00
Cargo.toml vfio_user: Add a simple sample device 2023-02-16 09:59:14 -08:00