qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH qemu 7/6] vl.c: actually change defconfig variable t


From: Eduardo Habkost
Subject: [Qemu-devel] [PATCH qemu 7/6] vl.c: actually change defconfig variable to bool
Date: Mon, 30 Apr 2012 10:36:56 -0300
User-agent: Mutt/1.5.21 (2010-09-15)

I changed everything on my previous patch to change 'defconfig', but
forgot to actually change the variable data type.

As the incomplete change doesn't cause any issues or compiler warnings,
I am simply sending this additional patch instead of respinning the
whole series.

Signed-off-by: Eduardo Habkost <address@hidden>
---
 vl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vl.c b/vl.c
index 967b7e8..87db855 100644
--- a/vl.c
+++ b/vl.c
@@ -2279,7 +2279,7 @@ int main(int argc, char **argv, char **envp)
 #ifdef CONFIG_VNC
     int show_vnc_port = 0;
 #endif
-    int defconfig = true;
+    bool defconfig = true;
     bool userconfig = true;
     const char *log_mask = NULL;
     const char *log_file = NULL;
-- 
1.7.3.2



reply via email to

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