mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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
1 changed files with 2 additions and 2 deletions
4
vl.c
4
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 },
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue