Re: [libvirt] [PATCH] conf: Parse virtio-crypto in the domain XML

2017-01-08 Thread Gonglei (Arei)
> > Sent: Monday, January 09, 2017 10:15 AM > To: libvir-list@redhat.com > Cc: Wubin (H); Zhoujian (jay, Euler); Gonglei (Arei); berra...@redhat.com; > longpeng > Subject: [PATCH] conf: Parse virtio-crypto in the domain XML > > As virtio-crypto has been supported in QE

Re: [libvirt] [Qemu-devel] Close the BlockDriverState when guest eject the media

2014-10-21 Thread Gonglei
correctly in libvirt today, this needs a libvirt fix rather than a qemu one. hi all! How about fix it in libvirt? Cc'ing Eric for more attention. Maybe He can give you some suggestion :) Best regards, -Gonglei eject_device: close the BlockDriverState(bdrv_close(bs)) bdrv_eject

Re: [libvirt] [Qemu-devel] Question about how to distinguish a usb device in usb pass-through feature

2014-06-09 Thread Gonglei (Arei)
not support this way at present. Any Plan? CC'ing libvirt developer mailist. Best regards, -Gonglei From: qemu-devel-bounces+arei.gonglei=huawei@nongnu.org [mailto:qemu-devel-bounces+arei.gonglei=huawei@nongnu.org] On Behalf Of Yuanjing (D) Sent: Monday, June 09, 2014 11:37 AM To: qemu-de

Re: [libvirt] [PATCH] migration: Fix possible bug for migrate cancel

2014-03-28 Thread Gonglei (Arei)
Return error for migrate cancel, when migration status is not MIG_STATE_SETUP or MIG_STATE_ACTIVE. Thus, libvirt can can perceive the operation fails. Signed-off-by: zengjunliang zengjunli...@huawei.com Signed-off-by: Gonglei arei.gong...@huawei.com I think this is done

Re: [libvirt] question for interface in ethernet type and multiple queues in KVM (start VM failed)

2014-03-26 Thread Gonglei (Arei)
the target dev to see if it is TAP, physical NIC, sit, ... whatever. Yep, but I think libvirt should provide this ability which process multi_queue of ethernet type. And the result is guaranteed by the emulator, such as Qemu. As always, patches are welcome :) Michal Best regards, -Gonglei

Re: [libvirt] [PATCH] migration: Fix possible bug for migrate cancel

2014-03-25 Thread Gonglei (Arei)
-Original Message- From: Eric Blake [mailto:ebl...@redhat.com] Sent: Tuesday, March 25, 2014 12:01 AM To: Paolo Bonzini; Gonglei (Arei); qemu-de...@nongnu.org Cc: quint...@redhat.com; owass...@redhat.com; Yanqiangjun; Zhaoyanbin (A); Zengjunliang; libvir-list@redhat.com Subject: Re

[libvirt] USB: about the auto identify funciton for guest OS

2013-09-13 Thread Gonglei (Arei)
the device number. Do you have any ideas or plans about this problem? Thanks in advance. Best Regards, -Gonglei -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] USB: USB Passthrough Device Autoconnect Feature

2013-09-12 Thread Gonglei (Arei)
, Libvirt has not provide such an interface that identifies a USB device for pass through with physical port, rather than the device number. Do you have any ideas or plans about this problem? Thanks in advance. Best Regards, -Gonglei -- libvir-list mailing list libvir-list@redhat.com https

[libvirt] [PATCH] usb: Correct test for virUSBDeviceListSteal

2013-07-05 Thread Gonglei (Arei)
In the for loop, the if condition is always true, and will execute memmove. But it will cause the list-devs[i+1] overflow while i equals list-count-1. Signed-off-by: Gonglei arei.gong...@huawei.com --- src/util/virusb.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[libvirt] Hostdev: USB passthrough, about hostport support

2013-07-03 Thread Gonglei (Arei)
=9056a2972a9e935198e518c37365513a199ae3d0 Best Regards! -Gonglei -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] virsh edit failed to take effect on KVM

2013-05-09 Thread Gonglei (Arei)
effect if I use command virsh shutdown and virsh start instesad of virsh reboot. We are wondering if there have any other ways to take the online modify effect. What is the next step going on with the command virsh edit on KVM Platform? Any ideas? Thanks! -Gonglei -- libvir-list mailing list