mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-09-04 04:31:27 +00:00
kvm: Kill debug logging from blk-virtio.c
Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
committed by
Will Deacon
parent
a93ec68b66
commit
ba021bc9d6
@@ -150,8 +150,6 @@ static bool blk_virtio_read(struct kvm *self, struct virt_queue *queue)
|
||||
|
||||
status = guest_flat_to_host(self, desc->addr);
|
||||
|
||||
info("reading sector %" PRIu64 " (%d bytes)", req->sector, dst_len);
|
||||
|
||||
if (req->type == VIRTIO_BLK_T_IN) {
|
||||
err = disk_image__read_sector(self->disk_image, req->sector, dst, dst_len);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user