[Bug 1911797] Re: hmp command `hostfwd_remove` does not work on running vm

2021-01-14 Thread Alexander Bulekov
** Changed in: qemu Status: New => Invalid -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1911797 Title: hmp command `hostfwd_remove` does not work on running vm Status in QEMU: Invalid B

[Bug 1911797] Re: hmp command `hostfwd_remove` does not work on running vm

2021-01-14 Thread Ven Karri
(qemu) hostfwd_add tcp::43210-:43210 (qemu) hostfwd_remove tcp::43210-:43210 invalid format -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1911797 Title: hmp command `hostfwd_remove` does not work o

[Bug 1911797] Re: hmp command `hostfwd_remove` does not work on running vm

2021-01-14 Thread Ven Karri
Not sure I understand. The intended behavior is to remove the ports. It doesn't do that. And it returns 'invalid format'. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1911797 Title: hmp command `h

[Bug 1911797] Re: hmp command `hostfwd_remove` does not work on running vm

2021-01-14 Thread Ven Karri
My bad. The correct command is this: (qemu) hostfwd_remove tcp::43210 This bug can be closed. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1911797 Title: hmp command `hostfwd_remove` does not work

[Bug 1911797] Re: hmp command `hostfwd_remove` does not work on running vm

2021-01-14 Thread Alexander Bulekov
Looks like intended behavior: (qemu) help hostfwd_add hostfwd_add [netdev_id] [tcp|udp]:[hostaddr]:hostport-[guestaddr]:guestport -- redirect TCP or UDP connections from host to guest (requires -net user) (qemu) help hostfwd_remove hostfwd_remove [netdev_id] [tcp|udp]:[hostaddr]:hostport -- remov