diff options
author | KONRAD Frederic <fred.konrad@greensocs.com> | 2013-04-23 11:08:41 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-04-23 10:37:49 -0500 |
commit | 234a336f9e308ae60ad8ef8f2662eb0a93d7ff00 (patch) | |
tree | a4df09872375a6926eb1523ddfc86c302de4c34e /hw/9pfs | |
parent | e7303c43031302279ee7b5d6ea7031bf81e2e2d9 (diff) | |
download | qemu-234a336f9e308ae60ad8ef8f2662eb0a93d7ff00.tar.gz qemu-234a336f9e308ae60ad8ef8f2662eb0a93d7ff00.tar.bz2 qemu-234a336f9e308ae60ad8ef8f2662eb0a93d7ff00.zip |
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 <fred.konrad@greensocs.com>
Message-id: 1366708123-19626-3-git-send-email-fred.konrad@greensocs.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/9pfs')
-rw-r--r-- | hw/9pfs/virtio-9p.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |