qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V14 6/6] remove QEMUOptionParameter related func


From: Dong Xu Wang
Subject: Re: [Qemu-devel] [PATCH V14 6/6] remove QEMUOptionParameter related functions and struct
Date: Thu, 09 May 2013 10:19:36 +0800
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5

On 2013/5/9 1:59, Eric Blake wrote:
[assuming you mis-typed your cc:, and that you meant kwolf instead of
kwol at redhat]

On 05/08/2013 02:45 AM, Dong Xu Wang wrote:
Signed-off-by: Dong Xu Wang <address@hidden>
---
  include/qemu/option.h |  32 ------
  util/qemu-option.c    | 285 -----     
---------------------------------------------
  2 files changed, 317 deletions(-)

diff --git a/include/qemu/option.h b/include/qemu/option.h
index d63e447..51814cf 100644
--- a/include/qemu/option.h
+++ b/include/qemu/option.h
@@ -38,17 +38,6 @@ enum QEMUOptionParType {
      OPT_STRING,
  };

-typedef struct QEMUOptionParameter {
-    const char *name;
-    enum QEMUOptionParType type;

'enum QEMUOptionParType' several lines earlier is now unused; you should
clean that too.

Yes, will remove it after reviewing, thank you, Eric.




reply via email to

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