cloud-hypervisor/vfio_user
Sebastien Boeuf 620aaf234e vfio_user: DmaUnmap expects a reply with payload
The current code was expecting a reply with only the header, which
wasn't reading the rest of payload that was provided. This was causing
the following replies to be completely wrong as they were shifted by the
previous payload that wasn't read.

The simple way to fix this issue is by reading the header and the
expected payload when getting a reply from a DmaUnmap request.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2021-08-17 09:03:43 -07:00
..
src vfio_user: DmaUnmap expects a reply with payload 2021-08-17 09:03:43 -07:00
Cargo.toml build: bump anyhow from 1.0.42 to 1.0.43 2021-08-17 00:32:44 +00:00