From 234a336f9e308ae60ad8ef8f2662eb0a93d7ff00 Mon Sep 17 00:00:00 2001 From: KONRAD Frederic Date: Tue, 23 Apr 2013 11:08:41 +0200 Subject: virtio-9p-pci: switch to the new API. Here the virtio-9p-pci is modified for the new API. The device virtio-9p-pci extends virtio-pci. It creates and connects a virtio-9p-device during the init. The properties are not changed. Signed-off-by: KONRAD Frederic Message-id: 1366708123-19626-3-git-send-email-fred.konrad@greensocs.com Signed-off-by: Anthony Liguori --- hw/9pfs/virtio-9p.h | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/9pfs') diff --git a/hw/9pfs/virtio-9p.h b/hw/9pfs/virtio-9p.h index 767f7e66b5..e1fa5065a3 100644 --- a/hw/9pfs/virtio-9p.h +++ b/hw/9pfs/virtio-9p.h @@ -12,7 +12,6 @@ #include "qemu/thread.h" #include "block/coroutine.h" - /* The feature bitmap for virtio 9P */ /* The mount point is specified in a config variable */ #define VIRTIO_9P_MOUNT_TAG 0 -- cgit v1.2.1