Avi Kivity wrote: > On 07/02/2009 01:23 PM, Jan Kiszka wrote: >>> This fails: >>> >>> q -m 1024 /images/F11.img -net nic -net user -redir tcp:4444::22 >>> -net dump >>> >>> But this succeeds: >>> >>> q -m 1024 /images/F11.img -net nic -net user -net dump >>> >>> >> >> Does -net user,hostfwd=tcp::4444-:22 work for you? I will check the >> legacy path later. >> >> > > It does. > Confirmed and found. That was an interesting bug - a kvm kernel bug! Patches for the latter and a workaround for userland will follow. Jan