Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ioreq: don't wrongly claim "success" in ioreq_send_buffered()
Returning a literal number is a bad idea anyway when all other returns use IOREQ_STATUS_* values. The function is dead on Arm, and mapping to X86EMUL_OKAY is surely wrong on x86. Fixes: f6bf39f ("x86/hvm: add support for broadcast of buffered ioreqs...") Signed-off-by: Jan Beulich <[email protected]> Reviewed-by: Julien Grall <[email protected]>
- Loading branch information