qemu-devel
[Top][All Lists]
Advanced

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

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


From: Lei Li
Subject: [Qemu-devel] [Bug 1073585] Re: Deleting UDP socket in monitor mode
Date: Fri, 02 Nov 2012 02:21:13 -0000

Hi,

I reproduced this problem and have already submit a patch
to fix it: 

http://patchwork.ozlabs.org/patch/196116/


** Changed in: qemu
       Status: New => Fix Committed

** Changed in: qemu
     Assignee: (unassigned) => Lei Li (matrixs-zero)

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

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]