qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Bug 1911797] [NEW] hmp command `hostfwd_remove` does not work on running vm
@ 2021-01-14 18:36 Ven Karri
  2021-01-14 19:03 ` [Bug 1911797] " Alexander Bulekov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ven Karri @ 2021-01-14 18:36 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

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

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
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:
  New

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1911797/+subscriptions


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1911797] Re: hmp command `hostfwd_remove` does not work on running vm
  2021-01-14 18:36 [Bug 1911797] [NEW] hmp command `hostfwd_remove` does not work on running vm Ven Karri
@ 2021-01-14 19:03 ` Alexander Bulekov
  2021-01-14 19:36 ` Ven Karri
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Alexander Bulekov @ 2021-01-14 19:03 UTC (permalink / raw)
  To: qemu-devel

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 -- remove host-to-guest TCP or UDP redirection

-- 
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:
  New

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1911797/+subscriptions


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1911797] Re: hmp command `hostfwd_remove` does not work on running vm
  2021-01-14 18:36 [Bug 1911797] [NEW] hmp command `hostfwd_remove` does not work on running vm Ven Karri
  2021-01-14 19:03 ` [Bug 1911797] " Alexander Bulekov
@ 2021-01-14 19:36 ` Ven Karri
  2021-01-14 19:39 ` Ven Karri
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Ven Karri @ 2021-01-14 19:36 UTC (permalink / raw)
  To: qemu-devel

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 `hostfwd_remove` does not work on running vm

Status in QEMU:
  New

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1911797/+subscriptions


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1911797] Re: hmp command `hostfwd_remove` does not work on running vm
  2021-01-14 18:36 [Bug 1911797] [NEW] hmp command `hostfwd_remove` does not work on running vm Ven Karri
  2021-01-14 19:03 ` [Bug 1911797] " Alexander Bulekov
  2021-01-14 19:36 ` Ven Karri
@ 2021-01-14 19:39 ` Ven Karri
  2021-01-14 19:43 ` Ven Karri
  2021-01-14 21:19 ` Alexander Bulekov
  4 siblings, 0 replies; 6+ messages in thread
From: Ven Karri @ 2021-01-14 19:39 UTC (permalink / raw)
  To: qemu-devel

(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 on running vm

Status in QEMU:
  New

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1911797/+subscriptions


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1911797] Re: hmp command `hostfwd_remove` does not work on running vm
  2021-01-14 18:36 [Bug 1911797] [NEW] hmp command `hostfwd_remove` does not work on running vm Ven Karri
                   ` (2 preceding siblings ...)
  2021-01-14 19:39 ` Ven Karri
@ 2021-01-14 19:43 ` Ven Karri
  2021-01-14 21:19 ` Alexander Bulekov
  4 siblings, 0 replies; 6+ messages in thread
From: Ven Karri @ 2021-01-14 19:43 UTC (permalink / raw)
  To: qemu-devel

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 on running vm

Status in QEMU:
  New

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1911797/+subscriptions


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1911797] Re: hmp command `hostfwd_remove` does not work on running vm
  2021-01-14 18:36 [Bug 1911797] [NEW] hmp command `hostfwd_remove` does not work on running vm Ven Karri
                   ` (3 preceding siblings ...)
  2021-01-14 19:43 ` Ven Karri
@ 2021-01-14 21:19 ` Alexander Bulekov
  4 siblings, 0 replies; 6+ messages in thread
From: Alexander Bulekov @ 2021-01-14 21:19 UTC (permalink / raw)
  To: qemu-devel

** 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

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1911797/+subscriptions


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-01-14 21:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-14 18:36 [Bug 1911797] [NEW] hmp command `hostfwd_remove` does not work on running vm Ven Karri
2021-01-14 19:03 ` [Bug 1911797] " Alexander Bulekov
2021-01-14 19:36 ` Ven Karri
2021-01-14 19:39 ` Ven Karri
2021-01-14 19:43 ` Ven Karri
2021-01-14 21:19 ` Alexander Bulekov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).