projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0cbd3e
)
fixed options definition
author
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 22 Apr 2004 00:35:09 +0000
(
00:35
+0000)
committer
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 22 Apr 2004 00:35:09 +0000
(
00:35
+0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@734
c046a42c
-6fe2-441c-8c8c-
71466251a162
vl.c
patch
|
blob
|
history
diff --git
a/vl.c
b/vl.c
index a2eb8c3f7c457b819480b7320da8fdab79424862..18bdd0d5452dd3807931638e6f9abad17efb9375 100644
(file)
--- a/
vl.c
+++ b/
vl.c
@@
-1827,8
+1827,8
@@
struct option long_options[] = {
{ "no-code-copy", 0, NULL, 0 },
{ "nics", 1, NULL, 0 },
{ "macaddr", 1, NULL, 0 },
- { "user-net",
1
, NULL, 0 },
- { "dummy-net",
1
, NULL, 0 },
+ { "user-net",
0
, NULL, 0 },
+ { "dummy-net",
0
, NULL, 0 },
{ NULL, 0, NULL, 0 },
};