qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [Bug 1073585] [NEW] Deleting UDP socket in monitor mode


From: Vincent Autefage
Subject: [Qemu-devel] [Bug 1073585] [NEW] Deleting UDP socket in monitor mode
Date: Wed, 31 Oct 2012 14:27:58 -0000

Public bug reported:

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

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

Title:
  Deleting UDP socket in monitor mode

Status in QEMU:
  New

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]