From 016e41776003158aa306cb93ac0f3d7156e716c1 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Sun, 8 Aug 2010 18:03:52 +0300 Subject: [PATCH] kvm: Kill virtio debugging code Signed-off-by: Pekka Enberg --- tools/kvm/pci.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/kvm/pci.c b/tools/kvm/pci.c index 39db138a7c31..e0ef324db766 100644 --- a/tools/kvm/pci.c +++ b/tools/kvm/pci.c @@ -93,13 +93,11 @@ static struct ioport_operations pci_config_data_ops = { static bool virtio_in(struct kvm *self, uint16_t port, void *data, int size, uint32_t count) { - info("virtio_in"); return true; } static bool virtio_out(struct kvm *self, uint16_t port, void *data, int size, uint32_t count) { - info("virtio_out"); return true; } -- 2.39.5