[Qemu-devel] [Bug 1586611] Re: usb-hub can not be detached when detach usb device from VM

2016-06-05 Thread Michael liu
** Changed in: qemu Assignee: (unassigned) => Michael liu (ztehypervisor) -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1586611 Title: usb-hub can not be detached when detach usb device f

[Qemu-devel] [Bug 1586611] Re: usb-hub can not be detached when detach usb device from VM

2016-06-01 Thread Michael liu
** Description changed: I give a host usb device to guest in the way of using "virsh attach-device" cmd. In guest os,use "lsusb" cmd I can see two devices have been added,one is usb device and the other is usb-hub(0409:55aa NEC Corp. Hub). when I use "virsh detach-device" detach the usb

[Qemu-devel] [Bug 1586611] Re: usb-hub can not be detached when detach usb device from VM

2016-05-30 Thread Michael liu
Of course using virtual usb controller is normal,The situation of the problems is to use the passthrough usb devices -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1586611 Title: usb-hub can not be

[Qemu-devel] [Bug 1586611] Re: usb-hub can not be detached when detach usb device from VM

2016-05-30 Thread Michael liu
Try detach the usb-hub device by the virsh detach-device usb-hub.xml? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1586611 Title: usb-hub can not be detached when detach usb device from VM

[Qemu-devel] [Bug 1586611] Re: usb-hub can not be detached when detach usb device from VM

2016-05-30 Thread Michael liu
I found that when I attached an usb device to the VM, the VM would add an usb-hub automatically if there was no usb-hub. After adding an usb-hub,the VM assigned a port to the actual usb device. When detaching the usb device,the qemu only detach the port,without detaching the usb-hub.So when

[Qemu-devel] [Bug 797905] Re: virsh live migration

2016-05-29 Thread Michael liu
You can try to copy the image file from source to destination before migration. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/797905 Title: virsh live migration Status in QEMU: New Bug

[Qemu-devel] [Bug 682360] Re: Unaccessible memory

2016-05-29 Thread Michael liu
This is a qemu emulator problem, whould qemu stop when the memory is larger than 128M? You can try set the memory 256 to start vm. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/682360 Title:

[Qemu-devel] [Bug 567380] Re: qemu-img fails to create images >= 4G

2016-05-29 Thread Michael liu
what a zero-length file means? Run the following command to see qemu-img info foo.img -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/567380 Title: qemu-img fails to create images >= 4G Status in

[Qemu-devel] [Bug 1586613] [NEW] usb-hub can not be detached when detach usbdevice VM

2016-05-28 Thread Michael liu
Public bug reported: I give a host usb device to guest in the way of passthrough,use "virsh attach-device" cmd. In guest os,use "lsusb" cmd I can see two devices have been added,one is usb device and the other is usb-hub(0409:55aa NEC Corp. Hub). when I use "virsh detach-device" detach the usb

[Qemu-devel] [Bug 1586611] [NEW] usb-hub can not be detached when detach usb device from VM

2016-05-28 Thread Michael liu
Public bug reported: I give a host usb device to guest in the way of using "virsh attach-device" cmd. In guest os,use "lsusb" cmd I can see two devices have been added,one is usb device and the other is usb-hub(0409:55aa NEC Corp. Hub). when I use "virsh detach-device" detach the usb device,in

[Qemu-devel] [Bug 1585433] [NEW] if docker-volume-size of baymodel lessthan 3, bay cann't create

2016-05-24 Thread Michael liu
Public bug reported: magnum is running on centos7, magnum baymodel-create --name k8sbaymodel5 --image-id fedora-23-atomic-20160405 --keypair-id testkey --external-network-id public --dns-nameserver 8.8.8.8 --flavor-id m1.small --coe kubernetes --docker-volume-size 5 magnum bay-create --name

[Qemu-devel] [Bug 1585432] [NEW] magnum coe-service-list returns error

2016-05-24 Thread Michael liu
Public bug reported: magnum running on centos7, I didn't create any services on k8s cluster, but I got the result as follows: [root@localhost ~(keystone_admin)]# magnum coe-service-list --bay k8sbay3 ERROR: Field `ports[0][node_port]' cannot be None (HTTP 500) (Request-ID:

[Qemu-devel] [Bug 1575607] [NEW] vm startup failed, qemu returned "kvm run failed Bad address"

2016-04-27 Thread Michael liu
Public bug reported: create a virtual machine and start by libvirt. vm startup failed, qemu returned "kvm run failed Bad address" the error log is : error: kvm run failed Bad address EAX=7ffc EBX=7ffbffd0 ECX=fff0 EDX=002c ESI=6f5c EDI=7ffbffd0 EBP=7ffc ESP=6f34

[Qemu-devel] [Bug 1575561] Re: config qemu virtio_queue_size to 1024,create vm boot from network failed

2016-04-27 Thread Michael liu
the vm bios is seabios. see the seabios,it queue size config 256,can not change. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1575561 Title: config qemu virtio_queue_size to 1024,create vm boot

[Qemu-devel] [Bug 1575561] Re: config qemu virtio_queue_size to 1024,create vm boot from network failed

2016-04-27 Thread Michael liu
but vm by other boot type ,such as dev='hd', can use virtio_queue_size = 1024 -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1575561 Title: config qemu virtio_queue_size to 1024,create vm boot from

[Qemu-devel] [Bug 1575561] [NEW] config qemu virtio_queue_size to 1024,create vm boot from network failed

2016-04-27 Thread Michael liu
Public bug reported: config qemu virtio_queue_size to 1024,create vm boot from network failed。 in the vm vncviewer,see the error log: “ERROR queue size 1024 > 256 could not open net0: no such file or directory" ** Affects: qemu Importance: Undecided Status: New -- You received

[Qemu-devel] [Bug 584514] Re: Qemu-KVM 0.12.4 Guest entered Paused State

2016-04-27 Thread Michael liu
How about the qemu process,in which state? will it be blocking? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/584514 Title: Qemu-KVM 0.12.4 Guest entered Paused State Status in QEMU: New Bug

[Qemu-devel] [Bug 1574572] Re: config 20 sriov direct bond ports,vm create failed.

2016-04-27 Thread Michael liu
http://patchwork.ozlabs.org/patch/293580/ In this patch,when KVM_CAP_NR_MEMSLOTS is implemented ,Convert the static slots array to be dynamically allocated, supporting more slots when available. But how many slots we can use,the number is limited by the host kernel?Do any one has the same

[Qemu-devel] [Bug 1485010] Re: qemu-guest-agent should support systemd in addition to pmutils

2016-04-27 Thread Michael liu
It's not safe for VM. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1485010 Title: qemu-guest-agent should support systemd in addition to pmutils Status in QEMU: New Bug description: Hello,

[Qemu-devel] [Bug 602336] Re: bad network performance with 10Gbit

2016-04-27 Thread Michael liu
You can do some performance optimization , such as isolating cpus, closing selinux, closing nmi_watchdog, disable intel_pstate and so on. You can try such grub cmdline: nmi_watchdog=0 selinux=0 intel_pstate=disable nosoftlockup isolcpus=4,5,6,7 nohz_full=4,5,6,7 -- You received this bug

[Qemu-devel] [Bug 1495380] Re: Invalid parameter 'queues'. multi-queue vhost-user backends does not work.

2016-04-27 Thread Michael liu
You should use qemu 2.5.0. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1495380 Title: Invalid parameter 'queues'. multi-queue vhost-user backends does not work. Status in QEMU: New Bug

[Qemu-devel] [Bug 1518969] Re: Instance of QEMU doesn't unplug virtio scsi disk after device_del and drive_del commands

2016-04-27 Thread Michael liu
Maybe you detach disk too fast.When you detach disk,the guest os maybe has not loaded the hotplug modules.So it can not detect your detach event.Can you test the situation when detaching disk after guest os starting up ? -- You received this bug notification because you are a member of qemu-

[Qemu-devel] [Bug 1569053] Re: Qemu crashes when I start a second VM from command line

2016-04-27 Thread Michael liu
when the second VM crashed,how about first VM? It seems like that you use vhost-user as your backend type.Does the backend of the 1st VM and 2nd VM connect the same switch ? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.

[Qemu-devel] [Bug 1574572] Re: config 20 sriov direct bond ports,vm create failed.

2016-04-25 Thread Michael liu
The VM has been shut off by hypervisor,so nova would use heal_instance_state function to reboot the VM. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1574572 Title: config 20 sriov direct bond

[Qemu-devel] [Bug 1574572] [NEW] config 20 sriov direct bond ports,vm create failed.

2016-04-25 Thread Michael liu
Public bug reported: nova log: 2016-04-08 09:57:48.640 5057 INFO nova.compute.manager [req- 4e1b4d70-62b6-4158-8413-3c9f226fd13b - - - - -] report alarm_instance_shutoff success 2016-04-08 09:57:48.712 5057 INFO nova.compute.manager [req- 4e1b4d70-62b6-4158-8413-3c9f226fd13b - - - - -]

[Qemu-devel] [Bug 1530278] [NEW] vhost-user: can not detach chardev which is used by vhost-user backend

2015-12-30 Thread Michael liu
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