All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1073585] [NEW] Deleting UDP socket in monitor mode
@ 2012-10-31 14:27 Vincent Autefage
  2012-11-02  2:21 ` [Qemu-devel] [Bug 1073585] " Lei Li
  2013-05-20 17:34 ` Aurelien Jarno
  0 siblings, 2 replies; 3+ messages in thread
From: Vincent Autefage @ 2012-10-31 14:27 UTC (permalink / raw)
  To: qemu-devel

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

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

* [Qemu-devel] [Bug 1073585] Re: Deleting UDP socket in monitor mode
  2012-10-31 14:27 [Qemu-devel] [Bug 1073585] [NEW] Deleting UDP socket in monitor mode Vincent Autefage
@ 2012-11-02  2:21 ` Lei Li
  2013-05-20 17:34 ` Aurelien Jarno
  1 sibling, 0 replies; 3+ messages in thread
From: Lei Li @ 2012-11-02  2:21 UTC (permalink / raw)
  To: qemu-devel

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

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

* [Qemu-devel] [Bug 1073585] Re: Deleting UDP socket in monitor mode
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Aurelien Jarno @ 2013-05-20 17:34 UTC (permalink / raw)
  To: qemu-devel

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

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

end of thread, other threads:[~2013-05-20 17:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.