qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Add support for vmware vmdk scsi images to qemu


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] Add support for vmware vmdk scsi images to qemu-img
Date: Thu, 30 Jul 2009 13:49:50 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Pantelis Koukousoulas wrote:
diff --git a/block_int.h b/block_int.h
index 830b7e9..0311198 100644
--- a/block_int.h
+++ b/block_int.h
@@ -30,10 +30,12 @@
 #define BLOCK_FLAG_ENCRYPT     1
 #define BLOCK_FLAG_COMPRESS    2
 #define BLOCK_FLAG_COMPAT6     4
+#define BLOCK_FLAG_SCSI         8

The flag space is limited and I don't want to pollute it with options that are of no use to QEMU. If you were able to limit the impact of this patch to just block/vmdk.c, we would be more likely to consider it. That may require a greater refactoring of how options work though.

I wish we never took compat6 :-/

Regards,

Anthony Liguori




reply via email to

[Prev in Thread] Current Thread [Next in Thread]