Revision dff5efc8 vl.c

b/vl.c
6634 6634
            const QEMUOption *popt;
6635 6635

  
6636 6636
            optind++;
6637
            /* Treat --foo the same as -foo.  */
6638
            if (r[1] == '-')
6639
                r++;
6637 6640
            popt = qemu_options;
6638 6641
            for(;;) {
6639 6642
                if (!popt->name) {

Also available in: Unified diff