NodeOS / NodeOS

Lightweight operating system using Node.js as userspace

Home Page:http://node-os.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qemu: -redir deprecation warning

luii opened this issue · comments

QEmu's -redir option is deprecated, we should use -net or -netdev instead

$qemu-system-x86_64: -redir tcp:50080::80: The -redir option is deprecated. Please use '-netdev user,hostfwd=...' instead.
$qemu-system-x86_64: -redir tcp:50443::443: The -redir option is deprecated. Please use '-netdev user,hostfwd=...' instead.

Do you know what's the exact alternative? If so, I would merge a pull-request for that.

Well the net commands are obsolete but they're working

It should be easy to do, just only didn't have time to work on it.