blob: c41e706f858ab262fcf45156748c4d0732390f3d (
plain) (
blame)
1
2
3
4
5
6
7
8
|
hmp command `hostfwd_remove` does not work on running vm
On a running VM, I ran the following two hmp commands:
"hostfwd_add tcp::43210-:43210" --> WORKS
'hostfwd_remove tcp::43210-:43210" --> DOES NOT WORK. returns 'invalid format'
QEMU version 5.1
|