qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1530278] [NEW] vhost-user: can not detach chardev which is used by vhost-user backend
@ 2015-12-31  7:26 Michael liu
  2020-11-19 16:22 ` [Bug 1530278] " Thomas Huth
  2021-01-19  4:17 ` Launchpad Bug Tracker
  0 siblings, 2 replies; 3+ messages in thread
From: Michael liu @ 2015-12-31  7:26 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

I launch a VM which use vhost-user netdevice as follows.When detach the netdevice in qemu monitor, the chardevice which used by the netdevice also should be deatched.The netdevice can be detached sucessfully.But the chardevice  failed when it was being detaching.   
Full command line :
qemu-system-x86_64 \
-cpu host -boot c -hda /home/lining/ubuntu_12_04.img -snapshot -m 2048 -smp 2 \
--enable-kvm -name "client1" -vnc :1 \
-object memory-backend-file,id=mem,size=2048M,mem-path=/dev/hugepages,share=on -numa node,memdev=mem \
-chardev socket,id=chr1,path=/opt/network/ovdk/bin/vhost-user \
-netdev vhost-user,id=net12,chardev=chr1,ifname=port80, vhostforce \
-device virtio-net-pci,netdev=net12,mac=00:00:00:00:00:01,\
csum=off,gso=off,guest_tso4=off,guest_tso6=off,guest_ecn=off,guest_ufo=off,any_layout=off

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

Title:
  vhost-user: can not detach chardev which is used by vhost-user backend

Status in QEMU:
  New

Bug description:
  I launch a VM which use vhost-user netdevice as follows.When detach the netdevice in qemu monitor, the chardevice which used by the netdevice also should be deatched.The netdevice can be detached sucessfully.But the chardevice  failed when it was being detaching.   
  Full command line :
  qemu-system-x86_64 \
  -cpu host -boot c -hda /home/lining/ubuntu_12_04.img -snapshot -m 2048 -smp 2 \
  --enable-kvm -name "client1" -vnc :1 \
  -object memory-backend-file,id=mem,size=2048M,mem-path=/dev/hugepages,share=on -numa node,memdev=mem \
  -chardev socket,id=chr1,path=/opt/network/ovdk/bin/vhost-user \
  -netdev vhost-user,id=net12,chardev=chr1,ifname=port80, vhostforce \
  -device virtio-net-pci,netdev=net12,mac=00:00:00:00:00:01,\
  csum=off,gso=off,guest_tso4=off,guest_tso6=off,guest_ecn=off,guest_ufo=off,any_layout=off

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

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

* [Bug 1530278] Re: vhost-user: can not detach chardev which is used by vhost-user backend
  2015-12-31  7:26 [Qemu-devel] [Bug 1530278] [NEW] vhost-user: can not detach chardev which is used by vhost-user backend Michael liu
@ 2020-11-19 16:22 ` Thomas Huth
  2021-01-19  4:17 ` Launchpad Bug Tracker
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Huth @ 2020-11-19 16:22 UTC (permalink / raw)
  To: qemu-devel

The QEMU project is currently considering to move its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting older bugs to "Incomplete" now.
If you still think this bug report here is valid, then please switch the state back to "New" within the next 60 days, otherwise this report will be marked as "Expired". Or mark it as "Fix Released" if the problem has been solved with a newer version of QEMU already. Thank you and sorry for the inconvenience.

** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1530278

Title:
  vhost-user: can not detach chardev which is used by vhost-user backend

Status in QEMU:
  Incomplete

Bug description:
  I launch a VM which use vhost-user netdevice as follows.When detach the netdevice in qemu monitor, the chardevice which used by the netdevice also should be deatched.The netdevice can be detached sucessfully.But the chardevice  failed when it was being detaching.   
  Full command line :
  qemu-system-x86_64 \
  -cpu host -boot c -hda /home/lining/ubuntu_12_04.img -snapshot -m 2048 -smp 2 \
  --enable-kvm -name "client1" -vnc :1 \
  -object memory-backend-file,id=mem,size=2048M,mem-path=/dev/hugepages,share=on -numa node,memdev=mem \
  -chardev socket,id=chr1,path=/opt/network/ovdk/bin/vhost-user \
  -netdev vhost-user,id=net12,chardev=chr1,ifname=port80, vhostforce \
  -device virtio-net-pci,netdev=net12,mac=00:00:00:00:00:01,\
  csum=off,gso=off,guest_tso4=off,guest_tso6=off,guest_ecn=off,guest_ufo=off,any_layout=off

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


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

* [Bug 1530278] Re: vhost-user: can not detach chardev which is used by vhost-user backend
  2015-12-31  7:26 [Qemu-devel] [Bug 1530278] [NEW] vhost-user: can not detach chardev which is used by vhost-user backend Michael liu
  2020-11-19 16:22 ` [Bug 1530278] " Thomas Huth
@ 2021-01-19  4:17 ` Launchpad Bug Tracker
  1 sibling, 0 replies; 3+ messages in thread
From: Launchpad Bug Tracker @ 2021-01-19  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1530278

Title:
  vhost-user: can not detach chardev which is used by vhost-user backend

Status in QEMU:
  Expired

Bug description:
  I launch a VM which use vhost-user netdevice as follows.When detach the netdevice in qemu monitor, the chardevice which used by the netdevice also should be deatched.The netdevice can be detached sucessfully.But the chardevice  failed when it was being detaching.   
  Full command line :
  qemu-system-x86_64 \
  -cpu host -boot c -hda /home/lining/ubuntu_12_04.img -snapshot -m 2048 -smp 2 \
  --enable-kvm -name "client1" -vnc :1 \
  -object memory-backend-file,id=mem,size=2048M,mem-path=/dev/hugepages,share=on -numa node,memdev=mem \
  -chardev socket,id=chr1,path=/opt/network/ovdk/bin/vhost-user \
  -netdev vhost-user,id=net12,chardev=chr1,ifname=port80, vhostforce \
  -device virtio-net-pci,netdev=net12,mac=00:00:00:00:00:01,\
  csum=off,gso=off,guest_tso4=off,guest_tso6=off,guest_ecn=off,guest_ufo=off,any_layout=off

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


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

end of thread, other threads:[~2021-01-19  4:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-31  7:26 [Qemu-devel] [Bug 1530278] [NEW] vhost-user: can not detach chardev which is used by vhost-user backend Michael liu
2020-11-19 16:22 ` [Bug 1530278] " Thomas Huth
2021-01-19  4:17 ` Launchpad Bug Tracker

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).