kvm: Kill debug logging from blk-virtio.c

Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
Pekka Enberg
2015-06-01 16:39:41 +01:00
committed by Will Deacon
parent a93ec68b66
commit ba021bc9d6
-2
View File
@@ -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);