[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[libvirt] [PATCH qemu 7/6] vl.c: actually change defconfig variable to bool
- From: Eduardo Habkost <ehabkost redhat com>
- To: qemu-devel nongnu org
- Cc: libvir-list redhat com, Blue Swirl <blauwirbel gmail com>, Jiri Denemark <jdenemar redhat com>
- Subject: [libvirt] [PATCH qemu 7/6] vl.c: actually change defconfig variable to bool
- Date: Mon, 30 Apr 2012 10:36:56 -0300
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 <ehabkost redhat com>
---
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]