]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
9p/fsdev: remove obsolete references to virtio
authorGreg Kurz <gkurz@linux.vnet.ibm.com>
Mon, 6 Jun 2016 09:52:34 +0000 (11:52 +0200)
committerGreg Kurz <gkurz@linux.vnet.ibm.com>
Mon, 6 Jun 2016 09:52:34 +0000 (11:52 +0200)
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>
12 files changed:
fsdev/file-op-9p.h
fsdev/qemu-fsdev-dummy.c
fsdev/qemu-fsdev-opts.c
fsdev/qemu-fsdev.c
fsdev/qemu-fsdev.h
hw/9pfs/9p.h
hw/9pfs/codir.c
hw/9pfs/cofile.c
hw/9pfs/cofs.c
hw/9pfs/coth.c
hw/9pfs/coth.h
hw/9pfs/coxattr.c

index b8c26024a9555f27f6503ef3f159c34182464626..1095fcc957579879af70dd7b8859cac2db82da75 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Virtio 9p
+ * 9p
  *
  * Copyright IBM, Corp. 2010
  *
index 7622e86c16829f9d31215a10b080feb627de9531..6dc0fbc4c4024eb6895d358eddaf3b5f7bb66170 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Virtio 9p
+ * 9p
  *
  * Copyright IBM, Corp. 2010
  *
index 88a4ac3251a4267b35b5264ef5d60612e2d1023f..1dd8c7a24c9c79fc57fc7acb54048149f68c52e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Virtio 9p
+ * 9p
  *
  * This work is licensed under the terms of the GNU GPL, version 2 or
  * later.  See the COPYING file in the top-level directory.
index bf7f0b07fc22cd318f5d60a380f5d343a578ca69..266e442b871a3afdbeb88d9d77fa4e0442a44af9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Virtio 9p
+ * 9p
  *
  * Copyright IBM, Corp. 2010
  *
index 9fa45bf5107c4e85d3b804d73c15fde1d938b6ce..29c962296d20819cc2625fcefe00ba52f2f363de 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Virtio 9p
+ * 9p
  *
  * Copyright IBM, Corp. 2010
  *
index 1a19418a8ce5493e53a1d396b5177496e28db23a..43378943cdda95c20c93987db1b46681d2676242 100644 (file)
@@ -5,8 +5,6 @@
 #include <utime.h>
 #include <sys/resource.h>
 #include <glib.h>
-#include "standard-headers/linux/virtio_9p.h"
-#include "hw/virtio/virtio.h"
 #include "fsdev/file-op-9p.h"
 #include "fsdev/9p-iov-marshal.h"
 #include "qemu/thread.h"
index 91df7f7a7b8d1f6b7a0eea576a0f4f4b0c0b7420..8e3ba17baeed8e74e1837174969dbce480b60efe 100644 (file)
@@ -1,6 +1,5 @@
-
 /*
- * Virtio 9p backend
+ * 9p backend
  *
  * Copyright IBM, Corp. 2011
  *
index 293483e0c92712a60b6894ad1700c31bbab35795..10343c0a93b4ec6d8c16e9dd992a919f813f89e2 100644 (file)
@@ -1,6 +1,5 @@
-
 /*
- * Virtio 9p backend
+ * 9p backend
  *
  * Copyright IBM, Corp. 2011
  *
index 18c81cb3dcf62cc6bebb3f6c6392299990b3811d..70f584fcbd21da9107d38dd02a77a14fc2213b40 100644 (file)
@@ -1,6 +1,5 @@
-
 /*
- * Virtio 9p backend
+ * 9p backend
  *
  * Copyright IBM, Corp. 2011
  *
index 464293ef2e28082ea8674cec9f695eb614aff1da..9b1151b60e496a7b802633dbdebe28d53974a007 100644 (file)
@@ -16,7 +16,6 @@
 #include "qemu-common.h"
 #include "block/thread-pool.h"
 #include "qemu/coroutine.h"
-#include "qemu/main-loop.h"
 #include "coth.h"
 
 /* Called from QEMU I/O thread.  */
index a911cbb16589ed983390771f31ae431ed72d1dc8..6adc773d4664ee778c162ef3e1c1afbe2fef875f 100644 (file)
@@ -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
index 6ad96ea9f60dfb78ca272f088fb931264790a0f5..133c4ead37b6f9368a1f68d24087624cdf2d27b7 100644 (file)
@@ -1,6 +1,5 @@
-
 /*
- * Virtio 9p backend
+ * 9p backend
  *
  * Copyright IBM, Corp. 2011
  *