linux-user: fix ppc target_stat64 st_blocks layout
[qemu] / hw / xen_backend.h
index 4dbfdb4..f07f7d4 100644 (file)
@@ -50,7 +50,7 @@ struct XenDevice {
     int                gnttabdev;
 
     struct XenDevOps   *ops;
-    TAILQ_ENTRY(XenDevice) next;
+    QTAILQ_ENTRY(XenDevice) next;
 };
 
 /* ------------------------------------------------------------- */