mirror of https://github.com/xqemu/xqemu.git
fixed options definition
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@734 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
f0cbd3ec9f
commit
f6bac3809f
4
vl.c
4
vl.c
|
@ -1827,8 +1827,8 @@ struct option long_options[] = {
|
||||||
{ "no-code-copy", 0, NULL, 0 },
|
{ "no-code-copy", 0, NULL, 0 },
|
||||||
{ "nics", 1, NULL, 0 },
|
{ "nics", 1, NULL, 0 },
|
||||||
{ "macaddr", 1, NULL, 0 },
|
{ "macaddr", 1, NULL, 0 },
|
||||||
{ "user-net", 1, NULL, 0 },
|
{ "user-net", 0, NULL, 0 },
|
||||||
{ "dummy-net", 1, NULL, 0 },
|
{ "dummy-net", 0, NULL, 0 },
|
||||||
{ NULL, 0, NULL, 0 },
|
{ NULL, 0, NULL, 0 },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue