From 181103cd52710b987799ae980bb92407994243bc Mon Sep 17 00:00:00 2001 From: KONRAD Frederic Date: Wed, 24 Apr 2013 10:21:20 +0200 Subject: virtio: remove the function pointer. This remove the function pointer in VirtIODevice, and use only VirtioDeviceClass function pointer. Signed-off-by: KONRAD Frederic Message-id: 1366791683-5350-5-git-send-email-fred.konrad@greensocs.com Signed-off-by: Anthony Liguori --- hw/char/virtio-serial-bus.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'hw/char/virtio-serial-bus.c') diff --git a/hw/char/virtio-serial-bus.c b/hw/char/virtio-serial-bus.c index 35c996d..6a5b8b6 100644 --- a/hw/char/virtio-serial-bus.c +++ b/hw/char/virtio-serial-bus.c @@ -954,12 +954,6 @@ static int virtio_serial_device_init(VirtIODevice *vdev) */ mark_port_added(vser, 0); - vdev->get_features = get_features; - vdev->get_config = get_config; - vdev->set_config = set_config; - vdev->set_status = set_status; - vdev->reset = vser_reset; - vser->post_load = NULL; /* -- cgit v1.1