Home
last modified time | relevance | path

Searched refs:nextopt (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/system/
H A Dvl.c1078 const char *nextopt; in select_vgahw() local
1080 if (strstart(opts, ",retrace=", &nextopt)) { in select_vgahw()
1081 opts = nextopt; in select_vgahw()
1082 if (strstart(opts, "dumb", &nextopt)) in select_vgahw()
1084 else if (strstart(opts, "precise", &nextopt)) in select_vgahw()
1088 opts = nextopt; in select_vgahw()