qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 2/2] vmdk: implment bdrv_get_specific_info


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH v2 2/2] vmdk: implment bdrv_get_specific_info
Date: Fri, 11 Oct 2013 14:27:58 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

On 2013-10-11 14:07, Fam Zheng wrote:
On Fri, 10/11 05:52, Eric Blake wrote:
On 10/11/2013 02:31 AM, Fam Zheng wrote:
Implement .bdrv_get_specific_info to return the extent information.

Signed-off-by: Fam Zheng <address@hidden>
---
+
+    *spec_info->vmdk = (ImageInfoSpecificVmdk) {
+        .create_type = g_strdup(s->create_type),
+        .cid = s->cid,
+    };
+
##
+# @ImageInfoSpecificVmdk:
+#
+# @create_type: The create type of VMDK image
Is it worth making this an enum type rather than an open-coded string?
But that's not a show-stopper to me.
For now I think a string is good enough, it's only used to display with
qemu-img info, string type saves converting in opening code, as well as
repeating type names in multiple places.

Actually, it can be queried through QMP (query-block) as well. But I personally don't oppose using a string here.

Max



reply via email to

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