From: Aurelien Jarno <aurel32@debian.org>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [Bug 1073585] Re: Deleting UDP socket in monitor mode
Date: Mon, 20 May 2013 17:34:48 -0000 [thread overview]
Message-ID: <20130520173449.15522.25964.launchpad@chaenomeles.canonical.com> (raw)
In-Reply-To: 20121031142758.5317.29838.malonedeb@gac.canonical.com
** Changed in: qemu
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1073585
Title:
Deleting UDP socket in monitor mode
Status in QEMU:
Fix Released
Bug description:
Hi,
Here is the problem.
I start an empty QEMU in monitor mode :
QEMU 1.1.2 monitor - type 'help' for more information
Warning: vlan 0 is not connected to host network
(qemu) info network
VLAN 0 devices:
e1000.0: type=nic,model=e1000,macaddr=a2:00:00:00:00:01
Devices not on any VLAN:
(qemu) host_net_add socket vlan=0,name=socket.0,udp=127.0.0.1:7000,localaddr=127.0.0.1:7001
(qemu) info network
VLAN 0 devices:
e1000.0: type=nic,model=e1000,macaddr=a2:00:00:00:00:01
socket.0: type=socket,socket: udp=127.0.0.1:7000
Devices not on any VLAN:
(qemu) host_net_remove 0 socket.0
invalid host network device socket.0
(qemu) info network
VLAN 0 devices:
e1000.0: type=nic,model=e1000,macaddr=a2:00:00:00:00:01
socket.0: type=socket,socket: udp=127.0.0.1:7000
I cannot delete the socket (however, it works with TCP sockets)
Thanks!
Vince
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1073585/+subscriptions
prev parent reply other threads:[~2013-05-20 17:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-31 14:27 [Qemu-devel] [Bug 1073585] [NEW] Deleting UDP socket in monitor mode Vincent Autefage
2012-11-02 2:21 ` [Qemu-devel] [Bug 1073585] " Lei Li
2013-05-20 17:34 ` Aurelien Jarno [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130520173449.15522.25964.launchpad@chaenomeles.canonical.com \
--to=aurel32@debian.org \
--cc=1073585@bugs.launchpad.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).