]> git.proxmox.com Git - qemu.git/blobdiff - block/qcow2.h
target-i386: Emulate X86CPU subclasses for global properties
[qemu.git] / block / qcow2.h
index 32806bd0358d0edac542659cea435c89eccc9a7c..94218432f34e3da0ac93c4690e4f295e22098cd2 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef BLOCK_QCOW2_H
 #define BLOCK_QCOW2_H
 
-#include "block/aes.h"
+#include "qemu/aes.h"
 #include "block/coroutine.h"
 
 //#define DEBUG_ALLOC
@@ -250,6 +250,9 @@ typedef struct QCowL2Meta
      */
     Qcow2COWRegion cow_end;
 
+    /** Pointer to next L2Meta of the same write request */
+    struct QCowL2Meta *next;
+
     QLIST_ENTRY(QCowL2Meta) next_in_flight;
 } QCowL2Meta;