Revision 8212c64f hw/pci-hotplug.c

b/hw/pci-hotplug.c
54 54
        return NULL;
55 55
    }
56 56

  
57
    opts = qemu_opts_parse(&qemu_net_opts, opts_str ? opts_str : "", NULL);
57
    opts = qemu_opts_parse(&qemu_net_opts, opts_str ? opts_str : "", 0);
58 58
    if (!opts) {
59 59
        monitor_printf(mon, "parsing network options '%s' failed\n",
60 60
                       opts_str ? opts_str : "");

Also available in: Unified diff