These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / hw / 9pfs / coxattr.c
index 18ee08d..6ad96ea 100644 (file)
  *
  */
 
+#include "qemu/osdep.h"
 #include "fsdev/qemu-fsdev.h"
 #include "qemu/thread.h"
-#include "block/coroutine.h"
-#include "virtio-9p-coth.h"
+#include "qemu/coroutine.h"
+#include "coth.h"
 
 int v9fs_co_llistxattr(V9fsPDU *pdu, V9fsPath *path, void *value, size_t size)
 {