mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-30 16:35:31 +00:00
virtio-devices: show the failed block request to help debugging
Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
parent
345e65c9c2
commit
b07d471d4f
@ -219,7 +219,8 @@ impl BlockEpollHandler {
|
||||
(VIRTIO_BLK_S_OK, result as u32)
|
||||
} else {
|
||||
error!(
|
||||
"Request failed: {:?}",
|
||||
"Request failed: {:x?} {:?}",
|
||||
request,
|
||||
io::Error::from_raw_os_error(-result)
|
||||
);
|
||||
return Err(Error::AsyncRequestFailure);
|
||||
|
Loading…
x
Reference in New Issue
Block a user