qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [Bug 1663079] [NEW] socket network not working


From: Paco
Subject: [Qemu-devel] [Bug 1663079] [NEW] socket network not working
Date: Thu, 09 Feb 2017 00:55:38 -0000

Public bug reported:

The socket network type is no longer working in 2.8.0.

When trying to establish a network between 2 qemu instances:

The listening host:
qemu-system-x86_64 -netdev socket,id=in0,listen=127.0.0.1:9999 -device 
virtio-net-pci,netdev=in0

works fine, but for the second one:

qemu-system-x86_64 -netdev socket,id=in0,connect=127.0.0.1:9999 -device
virtio-net-pci,netdev=in0

It fails with:

qemu-system-x86_64: -device virtio-net-pci,netdev=in0: Property 'virtio-
net-device.netdev' can't find value 'in0'

netstat shows a new connection to port 9999 in time_wait state every
time.

host: kernel 4.4.38, 64bits.

It was working fine with previous version.

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

Title:
  socket network not working

Status in QEMU:
  New

Bug description:
  The socket network type is no longer working in 2.8.0.

  When trying to establish a network between 2 qemu instances:

  The listening host:
  qemu-system-x86_64 -netdev socket,id=in0,listen=127.0.0.1:9999 -device 
virtio-net-pci,netdev=in0

  works fine, but for the second one:

  qemu-system-x86_64 -netdev socket,id=in0,connect=127.0.0.1:9999
  -device virtio-net-pci,netdev=in0

  It fails with:

  qemu-system-x86_64: -device virtio-net-pci,netdev=in0: Property
  'virtio-net-device.netdev' can't find value 'in0'

  netstat shows a new connection to port 9999 in time_wait state every
  time.

  host: kernel 4.4.38, 64bits.

  It was working fine with previous version.

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



reply via email to

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