>>> + >>> + /* Store timeout value as seconds */ >>> + timeout /= 1000; >> So we pass ms on the command line? Why? > > > The QEMU user documentation specifies the splash-time as milliseconds. > I figured it would be best to conform to that.
Makes sense then, maybe round up. -- Thanks, David / dhildenb