From af8b38b0d1878950d27156fd350e5457fd8a15a1 Mon Sep 17 00:00:00 2001 From: Greg Kurz <gkurz@linux.vnet.ibm.com> Date: Mon, 6 Jun 2016 11:52:34 +0200 Subject: 9p/fsdev: remove obsolete references to virtio Most of the 9p code is now virtio agnostic. This patch does a final cleanup: - drop references to Virtio from the header comments - fix includes Also drop a couple of leading empty lines while here. Signed-off-by: Greg Kurz <gkurz@linux.vnet.ibm.com> --- hw/9pfs/coth.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hw/9pfs/coth.h') diff --git a/hw/9pfs/coth.h b/hw/9pfs/coth.h index a911cbb165..6adc773d46 100644 --- a/hw/9pfs/coth.h +++ b/hw/9pfs/coth.h @@ -17,7 +17,8 @@ #include "qemu/thread.h" #include "qemu/coroutine.h" -#include "virtio-9p.h" +#include "qemu/main-loop.h" +#include "9p.h" /* * we want to use bottom half because we want to make sure the below -- cgit v1.2.3