Re: [Qemu-devel] [PATCH v2 0/4] tests: add usb host adapter qtest cases

2014-06-20 Thread Gonglei (Arei)
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Friday, June 20, 2014 5:45 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; afaer...@suse.de; stefa...@redhat.com; > ebl...@redhat.com; ak...@redhat.com; Huangweidong (C); Luonengjun;

Re: [Qemu-devel] help

2014-06-22 Thread Gonglei (Arei)
Hi, Why not configure Nic for VM to transfer those pictures ? Best regards, -Gonglei From: qemu-devel-bounces+arei.gonglei=huawei@nongnu.org [mailto:qemu-devel-bounces+arei.gonglei=huawei@nongnu.org] On Behalf Of lc Sent: Monday, June 23, 2014 9:32 AM To: qemu-devel@nongnu.org Subje

Re: [Qemu-devel] mem_pci devices

2014-06-22 Thread Gonglei (Arei)
Hi, Ok, your used method as the same as ivshmem, so actually your problem is “how to write driver for ivshmem in windows guests ?” but IMHO no one has realized this. Best regards, -Gonglei From: lc [mailto:nighto...@163.com] Sent: Monday, June 23, 2014 11:45 AM To: Gonglei (Arei) Cc

Re: [Qemu-devel] [PATCH] migration: static variables will not be reset at second migration

2014-06-23 Thread Gonglei (Arei)
> -Original Message- > From: Juan Quintela [mailto:quint...@redhat.com] > Sent: Friday, March 21, 2014 9:26 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; owass...@redhat.com; pbonz...@redhat.com; > ebl...@redhat.com; dgilb...@redhat.com; chenliang (T) >

Re: [Qemu-devel] [patch] qcow2: double free snapshots

2014-08-10 Thread Gonglei (Arei)
Hi, > Subject: [Qemu-devel] [patch] qcow2: double free snapshots > > In qcow2_open(), if qcow2_read_snapshots() failed, qcow2_open() -> > qcow2_free_snapshots() will be called, NULL snapshots dereference happened. > because qcow2_free_snapshots has been performed before in the fail case of > qcow

Re: [Qemu-devel] [RFC PATCH v3 1/6] QEMUSizedBuffer/QEMUFile

2014-08-10 Thread Gonglei (Arei)
> -Original Message- > From: qemu-devel-bounces+arei.gonglei=huawei@nongnu.org > [mailto:qemu-devel-bounces+arei.gonglei=huawei@nongnu.org] On > Behalf Of Sanidhya Kashyap > Sent: Saturday, August 09, 2014 2:27 PM > To: qemu list > Cc: Sanidhya Kashyap; Joel Schopp; Stefan Berger; D

Re: [Qemu-devel] USB PCI host bus adapter hot plug

2014-08-10 Thread Gonglei (Arei)
Hi, > Subject: [Qemu-devel] USB PCI host bus adapter hot plug > > Hi! > > I noticed that QMP's "device_add usb-ehci,id=i2,bus=pci.0" fails on PCI > hotplug. The same for pci-ohci and this is because their initfn() do > "dc->hotpluggable = false". So I removed those and now I can hotplug USB >

Re: [Qemu-devel] the whole virtual machine hangs when IO does not come back!

2014-08-11 Thread Gonglei (Arei)
Hi, Cc'ing Kevin, Stefan and Paolo for more attentions. Best regards, -Gonglei > -Original Message- > Subject: [Qemu-devel] the whole virtual machine hangs when IO does not come > back! > > Hi, > > I tested the reliability of qemu in the IPSAN environment as follows: > (1) create one

Re: [Qemu-devel] [PATCH] qemu-options.hx: fix a typo of chardev

2014-08-12 Thread Gonglei (Arei)
> Subject: [Qemu-devel] [PATCH] qemu-options.hx: fix a typo of chardev > > Change host to port. > > Signed-off-by: Liming Wang > --- > qemu-options.hx | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Gonglei Cc'ing qemu-trivial@ Best regards, -Gonglei > diff --git a/

Re: [Qemu-devel] USB PCI host bus adapter hot plug

2014-08-12 Thread Gonglei (Arei)
> >>> I noticed that QMP's "device_add usb-ehci,id=i2,bus=pci.0" fails on PCI > >>> hotplug. The same for pci-ohci and this is because their initfn() do > >>> "dc->hotpluggable = false". So I removed those and now I can hotplug > USB > >>> hosts but none of them is able to actually work: > >>> >

Re: [Qemu-devel] [PATCH 2/3] net: Flush queues when runstate changes back to running

2014-08-14 Thread Gonglei (Arei)
Hi, > Subject: [Qemu-devel] [PATCH 2/3] net: Flush queues when runstate changes > back to running > > When the runstate changes back to running, we definitely need to flush > queues to get packets flowing again. > > Here we implement this in the net layer: > (1) add a member 'VMChangeStateEntry

[Qemu-devel] [Question] Why doesn't PCIe hotplug work for Q35 machine?

2014-08-15 Thread Gonglei (Arei)
Hi, I noticed that the qemu-2.1 release change log says " PCIe: Basic hot-plug/hot-unplug support for Q35 machine." And then I made a testing for the hotplugging function of Q35. But I'm failed, and I got the dmesg log in guest os as below: [ 159.035250] Pciehp :05:00.0:pcie24: Button presse

Re: [Qemu-devel] [Question] Why doesn't PCIe hotplug work for Q35 machine?

2014-08-18 Thread Gonglei (Arei)
Hi, > Subject: Re: [Question] Why doesn't PCIe hotplug work for Q35 machine? > > On Sun, 2014-08-17 at 13:00 +0200, Michael S. Tsirkin wrote: > > On Fri, Aug 15, 2014 at 07:33:29AM +, Gonglei (Arei) wrote: > > > Hi, > > > > > > I noticed that th

Re: [Qemu-devel] [Question] Why doesn't PCIe hotplug work for Q35 machine?

2014-08-18 Thread Gonglei (Arei)
> >> Subject: Re: [Question] Why doesn't PCIe hotplug work for Q35 machine? > >> > >> On Sun, 2014-08-17 at 13:00 +0200, Michael S. Tsirkin wrote: > >>> On Fri, Aug 15, 2014 at 07:33:29AM +, Gonglei (Arei) wrote: > >>>> Hi, > &

Re: [Qemu-devel] [Question] Why doesn't PCIe hotplug work for Q35 machine?

2014-08-19 Thread Gonglei (Arei)
Hi, > -Original Message- > From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Sent: Tuesday, August 19, 2014 4:06 PM > To: Gonglei (Arei); Marcel Apfelbaum; Michael S. Tsirkin > Cc: qemu-devel@nongnu.org; imamm...@redhat.com; arm...@redhat.com; > Huangweidong (C) > S

Re: [Qemu-devel] [Question] Why doesn't PCIe hotplug work for Q35 machine?

2014-08-19 Thread Gonglei (Arei)
> -Original Message- > From: Michael S. Tsirkin [mailto:m...@redhat.com] > Sent: Wednesday, August 20, 2014 5:19 AM > To: Gonglei (Arei) > Cc: Paolo Bonzini; Marcel Apfelbaum; qemu-devel@nongnu.org; > imamm...@redhat.com; arm...@redhat.com; Huangweidong (C) > Subjec

Re: [Qemu-devel] [PATCH] pcihp: fix possible array out of bounds

2014-08-19 Thread Gonglei (Arei)
> -Original Message- > From: Marcel Apfelbaum [mailto:marcel.apfelb...@gmail.com] > Sent: Tuesday, August 19, 2014 11:00 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; Huangweidong (C); m...@redhat.com > Subject: Re: [Qemu-devel] [PATCH] pcihp: fix possible a

Re: [Qemu-devel] [PATCH] pcihp: fix possible array out of bounds

2014-08-19 Thread Gonglei (Arei)
> -Original Message- > From: peter.crosthwa...@petalogix.com > [mailto:peter.crosthwa...@petalogix.com] On Behalf Of Peter Crosthwaite > Sent: Tuesday, August 19, 2014 11:12 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org Developers; Huangweidong (C); Michael S. Tsi

Re: [Qemu-devel] [PATCH 1/3] qdev: add missing error check

2014-08-19 Thread Gonglei (Arei)
> > If local_err is not null, the next code logic is useless. > > > > Signed-off-by: Gonglei > > --- > > hw/core/qdev.c | 5 + > > 1 file changed, 5 insertions(+) > > > > diff --git a/hw/core/qdev.c b/hw/core/qdev.c > > index da1ba48..3e7085e 100644 > > --- a/hw/core/qdev.c > > +++ b/hw/core/

Re: [Qemu-devel] [PATCH 2/3] qdev: Refactor device_set_realized to avoid resource leak

2014-08-19 Thread Gonglei (Arei)
> -Original Message- > From: peter.crosthwa...@petalogix.com > On Tue, Aug 19, 2014 at 7:41 PM, wrote: > > From: Gonglei > > > > At present, the local variable local_err is reused at multi-places, > > Which will cause resource leak in some scenarios. > > > > The problem isn't really the

Re: [Qemu-devel] [PATCH 1/3] qdev: add missing error check

2014-08-19 Thread Gonglei (Arei)
> -Original Message- > From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Sent: Tuesday, August 19, 2014 10:03 PM > To: Peter Crosthwaite; Gonglei (Arei) > Cc: qemu-devel@nongnu.org Developers; Huangweidong (C); Michael S. Tsirkin; > Huangpeng (Peter); Igor Mammed

Re: [Qemu-devel] [PATCH 3/3] pcie: using error_setg instead of impolite assert

2014-08-19 Thread Gonglei (Arei)
> > --- > > hw/pci/pcie.c | 6 +- > > 1 file changed, 5 insertions(+), 1 deletion(-) > > > > diff --git a/hw/pci/pcie.c b/hw/pci/pcie.c > > index a123c01..7b46140 100644 > > --- a/hw/pci/pcie.c > > +++ b/hw/pci/pcie.c > > @@ -254,7 +254,11 @@ void pcie_cap_slot_hotplug_cb(HotplugHandler > *hot

Re: [Qemu-devel] [PATCH 3/3] pcie: using error_setg instead of impolite assert

2014-08-19 Thread Gonglei (Arei)
> -Original Message- > From: peter.crosthwa...@petalogix.com > [mailto:peter.crosthwa...@petalogix.com] On Behalf Of Peter Crosthwaite > Sent: Tuesday, August 19, 2014 9:51 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org Developers; Huangweidong (C); Michael S. Ts

Re: [Qemu-devel] [PATCH 0/2] add check for PCIe root ports and downstream ports

2014-08-19 Thread Gonglei (Arei)
Hi, > -Original Message- > From: Michael S. Tsirkin [mailto:m...@redhat.com] > On Tue, Aug 19, 2014 at 09:08:25PM +0800, arei.gong...@huawei.com wrote: > > From: Gonglei > > > > Root ports and downstream ports of switches are the hot > > pluggable ports in a PCI Express hierarchy. > > PCI

Re: [Qemu-devel] [PATCH 2/2] pci: add check for pcie root ports and downstream ports

2014-08-19 Thread Gonglei (Arei)
> -Original Message- > From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Sent: Tuesday, August 19, 2014 11:09 PM > To: Marcel Apfelbaum; Gonglei (Arei) > Cc: qemu-devel@nongnu.org; m...@redhat.com; Huangweidong (C); > afaer...@suse.de; imamm...@redhat.com; peter.cros

Re: [Qemu-devel] [PATCH 2/2] pci: add check for pcie root ports and downstream ports

2014-08-19 Thread Gonglei (Arei)
Hi, > > Right now, ARI Forwarding dose not support in QEMU. > I would replace the above sentence with "ARI Forwarding is not supported". > OK. > By the way, there is some support for ARI, I don't know if > is enabled yet. I'll have a look. > MST had pointed out the pcie_ari_init(), but not comp

Re: [Qemu-devel] [Question] Why doesn't PCIe hotplug work for Q35 machine?

2014-08-19 Thread Gonglei (Arei)
> On Wed, 2014-08-20 at 06:39 +0200, Knut Omang wrote: > > On Wed, 2014-08-20 at 02:16 +, Gonglei (Arei) wrote: > > > > -Original Message- > > > > From: Michael S. Tsirkin [mailto:m...@redhat.com] > > > > Sent: Wednesday, August 20, 2014

[Qemu-devel] [Bug] QEMU crashed with latest qemu master tree code

2014-08-20 Thread Gonglei (Arei)
Hi, Command line: #./qemu-system-x86_64 -enable-kvm -m 2048 -machine q35 -device ide-drive,bus=ide.2,drive=MacHDD \ -drive id=MacHDD,if=none,file=/mnt/sdb/gonglei/image/redhat_q35.img -monitor stdio -vnc :10 -readconfig ../docs/q35-chipset.cfg (qemu) Segmentation fault (core dumped) Some clews

Re: [Qemu-devel] [PATCH 3/3] ioh3420: Support ARI forwarding

2014-08-20 Thread Gonglei (Arei)
Hi, > Subject: [PATCH 3/3] ioh3420: Support ARI forwarding > > > Enable the PCIe capability bit that indicates that this port is able to > support > and forward requests to > 8 functions for ARI capable devices. > > Signed-off-by: Knut Omang > --- > hw/pci-bridge/ioh3420.c | 7 +++ > 1 f

Re: [Qemu-devel] [PATCH 3/3] ioh3420: Support ARI forwarding

2014-08-20 Thread Gonglei (Arei)
> > static int ioh3420_initfn(PCIDevice *d) > > { > > +PCIBridge* br = PCI_BRIDGE(d); > > PCIEPort *p = PCIE_PORT(d); > > PCIESlot *s = PCIE_SLOT(d); > > +uint8_t *exp_cap; > > int rc; > > char tmp[100]; > > sprintf(tmp, "pcie_port.%d", s->slot); > > @@ -121,6 +12

Re: [Qemu-devel] [PATCH 2/2] pci: add check for pcie root ports and downstream ports

2014-08-20 Thread Gonglei (Arei)
> From: Marcel Apfelbaum [mailto:marce...@redhat.com] > Subject: Re: [PATCH 2/2] pci: add check for pcie root ports and downstream > ports > > On Wed, 2014-08-20 at 03:20 +, Gonglei (Arei) wrote: > > Hi, > > > > > > Right now, ARI Forwarding dose not sup

Re: [Qemu-devel] [PATCH] pci_bridge: manually destroy memory regions within PCIBridgeWindows

2014-08-20 Thread Gonglei (Arei)
> -Original Message- > From: Paolo Bonzini [mailto:paolo.bonz...@gmail.com] On Behalf Of Paolo > Bonzini > Sent: Wednesday, August 20, 2014 11:50 PM > To: qemu-devel@nongnu.org > Cc: peter.mayd...@linaro.org; Gonglei (Arei); knut.om...@oracle.com; > m...@redhat.

Re: [Qemu-devel] [PATCH v2 1/3] qdev: using error_abort instead of using local_err

2014-08-20 Thread Gonglei (Arei)
> Subject: Re: [Qemu-devel] [PATCH v2 1/3] qdev: using error_abort instead of > using local_err > > On Thu, Aug 21, 2014 at 12:11 PM, wrote: > > From: Gonglei > > > > This error can not happen normally. If it happens indicates > > something very wrong, we should abort QEMU. moreover, The > > us

Re: [Qemu-devel] [PATCH] pcie: Fix incorrect write to device ctl2 register

2014-08-21 Thread Gonglei (Arei)
> -Original Message- > From: Paolo Bonzini [mailto:paolo.bonz...@gmail.com] On Behalf Of Paolo > Bonzini > Sent: Thursday, August 21, 2014 4:59 PM > To: Gonglei (Arei); qemu-devel@nongnu.org > Cc: Huangweidong (C); marce...@redhat.com; m...@redhat.com; > knut.om...@ora

Re: [Qemu-devel] [PATCH] monitor: fix debug print compiling error

2014-08-21 Thread Gonglei (Arei)
> -Original Message- > From: peter.crosthwa...@petalogix.com > [mailto:peter.crosthwa...@petalogix.com] On Behalf Of Peter Crosthwaite > Sent: Thursday, August 21, 2014 8:54 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org Developers; Huangweidong (C); Luiz Capitu

Re: [Qemu-devel] [PATCH v2 1/2] qdev: Introduce a function to get qbus's parent

2014-08-21 Thread Gonglei (Arei)
> From: Hu Tao [mailto:hu...@cn.fujitsu.com] > On Thu, Aug 21, 2014 at 05:47:45PM +0800, arei.gong...@huawei.com wrote: > > From: Gonglei > > > > We need to use qbus's parent and get its name. > > > > Signed-off-by: Gonglei > > --- > > hw/core/qdev.c | 7 +++ > > include/hw/qdev-core

Re: [Qemu-devel] [PATCH v2 2/2] pci: add check for pcie root ports and downstream ports

2014-08-21 Thread Gonglei (Arei)
> From: Marcel Apfelbaum [mailto:marce...@redhat.com] > Sent: Friday, August 22, 2014 2:34 PM > Subject: Re: [PATCH v2 2/2] pci: add check for pcie root ports and downstream > ports > > On Thu, 2014-08-21 at 17:47 +0800, arei.gong...@huawei.com wrote: > > From: Gonglei > > > > If ARI Forwarding i

Re: [Qemu-devel] [PATCH] linux-user: fix file descriptor leaks

2014-08-22 Thread Gonglei (Arei)
> -Original Message- > From: qemu-devel-bounces+arei.gonglei=huawei@nongnu.org > [mailto:qemu-devel-bounces+arei.gonglei=huawei@nongnu.org] On > Behalf Of zhanghailiang > Sent: Friday, August 22, 2014 4:24 PM > To: qemu-devel@nongnu.org > Cc: qemu-triv...@nongnu.org; riku.voi...@iki

Re: [Qemu-devel] [Xen-devel] [PATCH v4] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching

2014-08-22 Thread Gonglei (Arei)
nongnu.org; xen-de...@lists.xen.org; > johannes.kra...@googlemail.com; Gonglei (Arei); Stefano Stabellini; Gaowei > (UVP); Jan Beulich; Anthony Perard > Subject: Re: [Xen-devel] [PATCH v4] Hvmloader: Modify ACPI to only supply _EJ0 > methods for PCIslots that support hotplug by runtime patching >

Re: [Qemu-devel] [bisected] VNC server can't get all sent chars correctly

2014-08-24 Thread Gonglei (Arei)
Hi, > From: Michael Tokarev [mailto:m...@tls.msk.ru] > Sent: Saturday, August 23, 2014 4:56 PM > To: qemu-devel > Cc: Gerd Hoffmann; Gonglei (Arei); 758...@bugs.debian.org; Gabriele > Giacone > Subject: [bisected] VNC server can't get all sent chars correctly > >

Re: [Qemu-devel] [PATCH v2] monitor: fix debug print compiling error

2014-08-24 Thread Gonglei (Arei)
Hi, Cc'ing qemu-trivial. Please consider receiving, thanks. Best regards, -Gonglei > -Original Message- > From: Gonglei (Arei) > Sent: Thursday, August 21, 2014 9:03 PM > To: qemu-devel@nongnu.org > Cc: lcapitul...@redhat.com; Huangweidong (C); peter.crosthwa...@x

Re: [Qemu-devel] [PATCH v2 4/4] ioh3420: Enable ARI forwarding

2014-08-24 Thread Gonglei (Arei)
> From: Michael S. Tsirkin [mailto:m...@redhat.com] > Subject: Re: [PATCH v2 4/4] ioh3420: Enable ARI forwarding > > On Sun, Aug 24, 2014 at 03:32:20PM +0200, Knut Omang wrote: > > Signed-off-by: Knut Omang > > BTW pcie_cap_is_arifwd_enabled is still unused. Not yet, but I have posted a patch s

Re: [Qemu-devel] [PATCH v2 2/3] qdev: add cleanup logic in device_set_realized() to avoid resource leak

2014-08-25 Thread Gonglei (Arei)
Ping, please. Any comments? Thanks. Best regards, -Gonglei > -Original Message- > From: Gonglei (Arei) > Sent: Thursday, August 21, 2014 10:11 AM > To: qemu-devel@nongnu.org > Cc: m...@redhat.com; Huangweidong (C); pbonz...@redhat.com; > afaer...@suse.de; i

Re: [Qemu-devel] [bisected] VNC server can't get all sent chars correctly

2014-08-25 Thread Gonglei (Arei)
> From: Markus Armbruster [mailto:arm...@redhat.com] > Sent: Monday, August 25, 2014 3:30 PM > To: Michael Tokarev > Cc: qemu-devel; Gonglei (Arei); Gabriele Giacone; Gerd Hoffmann; > 758...@bugs.debian.org > Subject: Re: [Qemu-devel] [bisected] VNC server can't get all

Re: [Qemu-devel] [PATCH v2 3/4] ioh3420: Remove obsoleted, unused ioh3420_init function

2014-08-25 Thread Gonglei (Arei)
> -Original Message- > From: Knut Omang [mailto:knut.om...@oracle.com] > Sent: Sunday, August 24, 2014 9:32 PM > To: qemu-devel@nongnu.org > Cc: Michael S. Tsirkin; Alexey Kardashevskiy; Juan Quintela; Marcel Apfelbaum; > Markus Armbruster; Paolo Bonzini; Gonglei (Ar

Re: [Qemu-devel] [PATCH v2 2/2] pci: add check for pcie root ports and downstream ports

2014-08-25 Thread Gonglei (Arei)
> -Original Message- > From: Knut Omang [mailto:knut.om...@oracle.com] > Subject: Re: [Qemu-devel] [PATCH v2 2/2] pci: add check for pcie root ports > and > downstream ports > > On Thu, 2014-08-21 at 17:47 +0800, arei.gong...@huawei.com wrote: > > From: Gonglei > > > > If ARI Forwarding

Re: [Qemu-devel] [PATCH v2 2/2] pci: add check for pcie root ports and downstream ports

2014-08-25 Thread Gonglei (Arei)
> From: Knut Omang [mailto:knut.om...@oracle.com] > Sent: Monday, August 25, 2014 5:51 PM > Subject: Re: [Qemu-devel] [PATCH v2 2/2] pci: add check for pcie root ports > and > downstream ports > > On Mon, 2014-08-25 at 09:23 +, Gonglei (Arei) wrote: > &

Re: [Qemu-devel] [PATCH v2 2/2] pci: add check for pcie root ports and downstream ports

2014-08-25 Thread Gonglei (Arei)
> -Original Message- > From: Knut Omang [mailto:knut.om...@oracle.com] > Sent: Monday, August 25, 2014 7:02 PM > Subject: Re: [Qemu-devel] [PATCH v2 2/2] pci: add check for pcie root ports > and > downstream ports > > On Mon, 2014-08-25 at 10:51 +, Gonglei

Re: [Qemu-devel] [PATCH] ioh3420: Remove unused ioh3420_init() declaration

2014-08-25 Thread Gonglei (Arei)
> From: Markus Armbruster [mailto:arm...@redhat.com] > Sent: Monday, August 25, 2014 7:51 PM > Subject: Re: [Qemu-devel] [PATCH] ioh3420: Remove unused ioh3420_init() > declaration > > Knut Omang writes: > > > On Mon, 2014-08-25 at 11:48 +0200, Markus Armbruster wrote: > >> writes: > >> > >> >

Re: [Qemu-devel] [PATCH v2 2/3] qdev: add cleanup logic in device_set_realized() to avoid resource leak

2014-08-25 Thread Gonglei (Arei)
Hi, Peter. Firstly, I appreciate your so careful and useful comments very much. > -Original Message- > From: peter.crosthwa...@petalogix.com > [mailto:peter.crosthwa...@petalogix.com] On Behalf Of Peter Crosthwaite > Sent: Tuesday, August 26, 2014 10:25 AM > To: Gonglei (A

Re: [Qemu-devel] [PATCH v5 0/8] modify boot order of guest, and take effect after rebooting

2014-08-26 Thread Gonglei (Arei)
Hi, Gerd Nice to meet you again in maillist. :) > -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Tuesday, August 26, 2014 2:36 PM > Subject: Re: [PATCH v5 0/8] modify boot order of guest, and take effect after > rebooting > > > The patchsets add one qmp inte

Re: [Qemu-devel] [PATCH v2 2/2] pci: add check for pcie root ports and downstream ports

2014-08-26 Thread Gonglei (Arei)
> From: Michael S. Tsirkin [mailto:m...@redhat.com] > Subject: Re: [PATCH v2 2/2] pci: add check for pcie root ports and downstream > ports > > On Thu, Aug 21, 2014 at 05:47:46PM +0800, arei.gong...@huawei.com wrote: > > From: Gonglei > > > > If ARI Forwarding is disabled, according to PCIe spec

Re: [Qemu-devel] [PATCH v5 0/8] modify boot order of guest, and take effect after rebooting

2014-08-26 Thread Gonglei (Arei)
> From: Markus Armbruster [mailto:arm...@redhat.com] > Sent: Tuesday, August 26, 2014 7:25 PM > Subject: Re: [Qemu-devel] [PATCH v5 0/8] modify boot order of guest, and take > effect after rebooting > > Gerd Hoffmann writes: > > > On Di, 2014-08-26 at 09:07 +, Go

Re: [Qemu-devel] [PATCH v5 0/8] modify boot order of guest, and take effect after rebooting

2014-08-27 Thread Gonglei (Arei)
> From: Gerd Hoffmann [mailto:kra...@redhat.com] > Subject: Re: [Qemu-devel] [PATCH v5 0/8] modify boot order of guest, and take > effect after rebooting > > Hi, > > > 1. Does have ready-to-wear interface to get QOM path by qdev id,? > > You can simply use the id directly. Try this: > > qemu

Re: [Qemu-devel] USB PCI host bus adapter hot plug

2014-08-28 Thread Gonglei (Arei)
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Thursday, August 28, 2014 4:25 PM > To: Gonglei (Arei) > Cc: Alexey Kardashevskiy; qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] USB PCI host bus adapter hot plug > > Hi, >

Re: [Qemu-devel] [PATCH] qmp: using genneric string paring function for 'qom-set'

2014-08-28 Thread Gonglei (Arei)
> From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Subject: Re: [PATCH] qmp: using genneric string paring function for 'qom-set' > > Il 28/08/2014 07:19, arei.gong...@huawei.com ha scritto: > > From: Gonglei > > > > At present, 'qom-set' only can set string type property, > > which will restric

Re: [Qemu-devel] [PATCH] qmp: using genneric string paring function for 'qom-set'

2014-08-28 Thread Gonglei (Arei)
> From: Eric Blake [mailto:ebl...@redhat.com] > Subject: Re: [Qemu-devel] [PATCH] qmp: using genneric string paring function > for 'qom-set' > > On 08/27/2014 11:19 PM, arei.gong...@huawei.com wrote: > > From: Gonglei > > > > In the subject: s/genneric/generic/, s/paring/parsing/ > OK. > > At

Re: [Qemu-devel] USB PCI host bus adapter hot plug

2014-08-28 Thread Gonglei (Arei)
Hi, Gerd > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Thursday, August 28, 2014 4:36 PM > Subject: Re: [Qemu-devel] USB PCI host bus adapter hot plug > > Hi, > > > > The last missing bit (beside the make check failures) needed to finally > > > merge this is turning off hotplug in c

[Qemu-devel] Cirrus VGA slow screen update, show blank screen last 13s or so for windows XP guest

2013-07-25 Thread Gonglei (Arei)
Hi, I found a problem: For windows XP guest booting by qemu upstream, using the RDP(Remote Desktop Protocol) and VNC protocol to connect the windows XP guest which booting by Qemu upstream respectively. the VNC client will become blank screen last 13 seconds or so on XEN platform, and last 2

Re: [Qemu-devel] usb: a problem of using libusb for usb pass through

2013-07-25 Thread Gonglei (Arei)
> Subject: Re: usb: a problem of using libusb for usb pass through > > On 07/16/13 10:45, Gonglei (Arei) wrote: > > Hi, Gerd > > My Qemu version is 1.5.1, and use libusb for usb pass through. > > I pass through a host usb device to the guest by bus number

Re: [Qemu-devel] [Xen-devel] Cirrus VGA slow screen update, show blank screen last 13s or so for windows XP guest

2013-07-25 Thread Gonglei (Arei)
> -Original Message- > From: Fabio Fantoni [mailto:fabio.fant...@m2r.biz] > Sent: Thursday, July 25, 2013 9:55 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; xen-de...@lists.xen.org; Hanweidong; > Luonengjun; Huangweidong (Hardware) > Subject: Re: [Xen-devel] C

Re: [Qemu-devel] [Xen-devel] Cirrus VGA slow screen update, show blank screen last 13s or so for windows XP guest

2013-07-25 Thread Gonglei (Arei)
> >> Il 25/07/2013 15:13, Gonglei (Arei) ha scritto: > >>> Hi, > >>> I found a problem: For windows XP guest booting by qemu upstream, > >>> using the RDP(Remote Desktop Protocol) and VNC protocol to connect the > >> windows XP guest

Re: [Qemu-devel] Cirrus VGA slow screen update, show blank screen last 13s or so for windows XP guest

2013-07-25 Thread Gonglei (Arei)
> -Original Message- > From: Anthony Liguori [mailto:anth...@codemonkey.ws] > Sent: Friday, July 26, 2013 10:09 AM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; xen-de...@lists.xen.org; Hanweidong; > Luonengjun; Huangweidong (Hardware) > Subject: Re: [Qemu-devel] C

Re: [Qemu-devel] Cirrus VGA slow screen update, show blank screen last 13s or so for windows XP guest

2013-07-25 Thread Gonglei (Arei)
> -Original Message- > From: Anthony Liguori [mailto:anth...@codemonkey.ws] > Sent: Friday, July 26, 2013 11:21 AM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; xen-de...@lists.xen.org; Hanweidong; > Luonengjun; Huangweidong (Hardware) > Subject: Re: [Qemu-d

Re: [Qemu-devel] Cirrus VGA slow screen update, show blank screen last 13s or so for windows XP guest

2013-07-26 Thread Gonglei (Arei)
EXIT_REASON_WBINVD 2 2027 Total131625 1295524585 -Gonglei > -Original Message- > From: Gonglei (Arei) > Sent: Friday, July 26, 2013 2:41 PM > To: 'Anth

Re: [Qemu-devel] Cirrus VGA slow screen update, show blank screen last 13s or so for windows XP guest

2013-07-27 Thread Gonglei (Arei)
> -Original Message- > From: Andreas Färber [mailto:afaer...@suse.de] > Sent: Friday, July 26, 2013 6:28 PM > To: Gerd Hoffmann; Gonglei (Arei) > Cc: Anthony Liguori; Hanweidong; Luonengjun; qemu-devel@nongnu.org; > Huangweidong (Hardware); xen-de...@lists.xen.org &g

Re: [Qemu-devel] [Xen-devel] Cirrus VGA slow screen update, show blank screen last 13s or so for windows XP guest

2013-07-29 Thread Gonglei (Arei)
> -Original Message- > From: Pasi Kärkkäinen [mailto:pa...@iki.fi] > Sent: Saturday, July 27, 2013 7:51 PM > To: Gerd Hoffmann > Cc: Andreas Färber; Hanweidong; Luonengjun; qemu-devel@nongnu.org; > xen-de...@lists.xen.org; Gonglei (Arei); Anthony Liguori; Huangw

Re: [Qemu-devel] [Xen-devel] Cirrus VGA slow screen update, show blank screen last 13s or so for windows XP guest

2013-07-29 Thread Gonglei (Arei)
> On Mon, Jul 29, 2013 at 08:48:54AM +0000, Gonglei (Arei) wrote: > > > -Original Message- > > > From: Pasi Kärkkäinen [mailto:pa...@iki.fi] > > > Sent: Saturday, July 27, 2013 7:51 PM > > > To: Gerd Hoffmann > > > Cc: Andreas Färbe

Re: [Qemu-devel] usb: a problem of using libusb for usb pass through

2013-07-31 Thread Gonglei (Arei)
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Wednesday, July 31, 2013 5:47 PM > To: Hans de Goede > Cc: Gonglei (Arei); qemu-devel@nongnu.org; Luonengjun; Huangweidong > (Hardware); Linqiangmin > Subject: Re: usb: a problem of usin

[Qemu-devel] FW: [Xen-devel]Cirrus VGA slow screen update, show blank screen last 13s or so for windows XP guest

2013-08-05 Thread Gonglei (Arei)
Hi, > -Original Message- > From: Gonglei (Arei) > Sent: Tuesday, July 30, 2013 10:01 AM > To: 'Pasi Kärkkäinen' > Cc: Gerd Hoffmann; Andreas Färber; Hanweidong; Luonengjun; > qemu-devel@nongnu.org; xen-de...@lists.xen.org; Anthony Liguori; > Hua

Re: [Qemu-devel] [Xen-devel] FW: Cirrus VGA slow screen update, show blank screen last 13s or so for windows XP guest

2013-08-05 Thread Gonglei (Arei)
> -Original Message- > From: dunl...@gmail.com [mailto:dunl...@gmail.com] On Behalf Of George > Dunlap > Sent: Monday, August 05, 2013 10:28 PM > To: Gonglei (Arei) > Cc: xen-de...@lists.xen.org; qemu-devel@nongnu.org; Anthony PERARD; > Stefano Stabellini > Sub

Re: [Qemu-devel] virtio-serial-pci very expensive during live migration

2014-05-07 Thread Gonglei (Arei)
Hi, > Subject: Re: [Qemu-devel] virtio-serial-pci very expensive during live > migration > > Il 06/05/2014 22:01, Chris Friesen ha scritto: > > > > It seems like the main problem is that we loop over all the queues, > > calling virtio_pci_set_host_notifier_internal() on each of them. That > >

Re: [Qemu-devel] [PATCH v3] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching

2014-05-07 Thread Gonglei (Arei)
Hi, > >> In Xen platform, after using upstream qemu, the all of pci devices will > >> show > >> hotplug in the windows guest. In this situation, the windows guest may > occur > >> blue screen when VM' user click the icon of VGA card for trying unplug VGA > >> card. > >> However, we don't hope VM'

Re: [Qemu-devel] [Xen-devel] [PATCH v3] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching

2014-05-08 Thread Gonglei (Arei)
Hi, all > -Original Message- > From: Michael S. Tsirkin [mailto:m...@redhat.com] > Sent: Thursday, May 08, 2014 4:15 AM > To: Konrad Rzeszutek Wilk > Cc: Gonglei (Arei); qemu-devel@nongnu.org; xen-de...@lists.xen.org; > Huangweidong (C); ian.campb...@citrix.co

Re: [Qemu-devel] [PATCH v3] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching

2014-05-08 Thread Gonglei (Arei)
Hi, > -Original Message- > From: Fabio Fantoni [mailto:fabio.fant...@m2r.biz] > Sent: Thursday, May 08, 2014 4:17 PM > To: Gonglei (Arei); qemu-devel@nongnu.org; xen-de...@lists.xen.org > Cc: ian.campb...@citrix.com; jbeul...@suse.com; > stefano.stabell...@eu.citri

Re: [Qemu-devel] [PATCH] memory: Don't update all memory region when ioeventfd changed

2014-05-08 Thread Gonglei (Arei)
Hi, > -Original Message- > From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Sent: Thursday, May 08, 2014 8:49 PM > To: Gonglei (Arei); qemu-devel@nongnu.org > Cc: r...@twiddle.net; peter.mayd...@linaro.org; m...@redhat.com; > chris.frie...@windriver.com; Huangweidon

[Qemu-devel] [RFC] vhost: Can we change synchronize_rcu to call_rcu in vhost_set_memory() in vhost kernel module?

2014-05-08 Thread Gonglei (Arei)
Hi, Vhost devices need to do VHOST_SET_MEM_TABLE ioctl in vhost_dev_start() to tell vhost kernel modules GPA to HVA memory mappings, which consume is expensively. The reason is same as KVM_SET_GSI_ROUTING ioctl. That is, in ioctl processing, kmod and vhost calls synchronize_rcu() to wait for gr

[Qemu-devel] [Bug] cirrus_vga: qemu abort at booting when configure vgamem_mb <= 2

2014-05-08 Thread Gonglei (Arei)
Hi, Gerd The issue consequentially occur, I have tested various qemu versions, including the current qemu.git. Any ideas? Thanks. The command line: ./x86_64-softmmu/qemu-system-x86_64 -enable-kvm -m 4096 -smp 4 -name sles \ -boot c -drive file=/mnt/sdb/gonglei/image/sles.img -vnc 0.0.0.0:10

Re: [Qemu-devel] [PATCH] rdma: Fix block during rdma migration

2014-05-08 Thread Gonglei (Arei)
Hi, > -Original Message- > From: Michael R. Hines [mailto:mrhi...@linux.vnet.ibm.com] > Sent: Tuesday, April 01, 2014 8:42 AM > To: Gonglei (Arei); qemu-devel@nongnu.org > Cc: Huangweidong (C); quint...@redhat.com; dgilb...@redhat.com; > owass...@redhat.com; mrhi...@us.

Re: [Qemu-devel] [Bug] cirrus_vga: qemu abort at booting when configure vgamem_mb <= 2

2014-05-09 Thread Gonglei (Arei)
Hi, > -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Friday, May 09, 2014 2:49 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org > Subject: Re: [Bug] cirrus_vga: qemu abort at booting when configure > vgamem_mb <= 2 > > On

Re: [Qemu-devel] [PATCH v3] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching

2014-05-09 Thread Gonglei (Arei)
Hi, > -Original Message- > From: Ian Campbell [mailto:ian.campb...@citrix.com] > Sent: Thursday, May 08, 2014 7:22 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; xen-de...@lists.xen.org; jbeul...@suse.com; > stefano.stabell...@eu.citrix.com; fabio.fant...@m2r.

Re: [Qemu-devel] [RFC] vhost: Can we change synchronize_rcu to call_rcu in vhost_set_memory() in vhost kernel module?

2014-05-09 Thread Gonglei (Arei)
Hi, > -Original Message- > From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Sent: Friday, May 09, 2014 4:15 PM > To: Gonglei (Arei); qemu-devel@nongnu.org > Cc: m...@redhat.com; Herongguang (Stephen); Huangweidong (C) > Subject: Re: [RFC] vhost: Can we change synchroni

Re: [Qemu-devel] [PATCH v3] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching

2014-05-09 Thread Gonglei (Arei)
Hi, Ian > -Original Message- > From: Ian Campbell [mailto:ian.campb...@citrix.com] > Sent: Friday, May 09, 2014 5:05 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; xen-de...@lists.xen.org; jbeul...@suse.com; > stefano.stabell...@eu.citrix.com; fabio.fant...@m2r.

Re: [Qemu-devel] [PATCH v4] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching

2014-05-09 Thread Gonglei (Arei)
> -Original Message- > From: Jan Beulich [mailto:jbeul...@suse.com] > Sent: Friday, May 09, 2014 5:36 PM > To: Gonglei (Arei) > Cc: anthony.per...@citrix.com; ian.campb...@citrix.com; > stefano.stabell...@eu.citrix.com; johannes.kra...@googlemail.com; Gaowei > (UV

Re: [Qemu-devel] [PATCH v4] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching

2014-05-09 Thread Gonglei (Arei)
Hi, First, please forgive me for my bad English. It's so sad. > -Original Message- > From: Ian Campbell [mailto:ian.campb...@citrix.com] > Sent: Friday, May 09, 2014 5:57 PM > To: Gonglei (Arei) > Cc: Jan Beulich; xen-de...@lists.xen.org; anthony.per...@citrix.co

Re: [Qemu-devel] [PATCH] cirrus_vga: adding sanity check for vram size [checkpatch false positive?]

2014-05-09 Thread Gonglei (Arei)
Hi, > -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Friday, May 09, 2014 6:31 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; afaer...@suse.de; m...@redhat.com; > pbonz...@redhat.com; Huangweidong (C); Blue Swirl > Subject: Re: [PATC

Re: [Qemu-devel] [PATCH] cirrus_vga: adding sanity check for vram size [checkpatch false positive?]

2014-05-09 Thread Gonglei (Arei)
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Friday, May 09, 2014 6:55 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; afaer...@suse.de; m...@redhat.com; > pbonz...@redhat.com; Huangweidong (C); Blue Swirl > Subject: Re: [PATC

Re: [Qemu-devel] [PATCH v2] cirrus_vga: adding sanity check for vram size

2014-05-11 Thread Gonglei (Arei)
Hi, > > diff --git a/hw/display/cirrus_vga.c b/hw/display/cirrus_vga.c > > index d1afc76..399a2ef 100644 > > --- a/hw/display/cirrus_vga.c > > +++ b/hw/display/cirrus_vga.c > > @@ -2959,6 +2959,14 @@ static int pci_cirrus_vga_initfn(PCIDevice *dev) > > PCIDeviceClass *pc = PCI_DEVICE_GET_CLA

Re: [Qemu-devel] [PATCH v2] cirrus_vga: adding sanity check for vram size

2014-05-11 Thread Gonglei (Arei)
Hi, > > diff --git a/hw/display/cirrus_vga.c b/hw/display/cirrus_vga.c > > index d1afc76..399a2ef 100644 > > --- a/hw/display/cirrus_vga.c > > +++ b/hw/display/cirrus_vga.c > > @@ -2959,6 +2959,14 @@ static int pci_cirrus_vga_initfn(PCIDevice *dev) > > PCIDeviceClass *pc = PCI_DEVICE_GET_CLA

Re: [Qemu-devel] [Crucial bug] Qemu-2.0.0 do not support virtio-net hot plug/unplug exceed two times

2014-05-12 Thread Gonglei (Arei)
Hi, > -Original Message- > From: Andreas Färber [mailto:afaer...@suse.de] > Sent: Monday, May 12, 2014 3:09 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] [Crucial bug] Qemu-2.0.0 do not support virtio-net > hot plug/unplug exc

Re: [Qemu-devel] [RFC] vhost: Can we change synchronize_rcu to call_rcu in vhost_set_memory() in vhost kernel module?

2014-05-12 Thread Gonglei (Arei)
Hi, > -Original Message- > From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Sent: Friday, May 09, 2014 5:54 PM > To: Gonglei (Arei); qemu-devel@nongnu.org > Cc: m...@redhat.com; Herongguang (Stephen); Huangweidong (C) > Subject: Re: [RFC] vhost: Can we change synchroni

Re: [Qemu-devel] [PATCH] usb: fix up post load checks

2014-05-12 Thread Gonglei (Arei)
Hi, > -Original Message- > From: qemu-devel-bounces+arei.gonglei=huawei@nongnu.org > [mailto:qemu-devel-bounces+arei.gonglei=huawei@nongnu.org] On > Behalf Of Michael S. Tsirkin > Sent: Monday, May 12, 2014 8:16 PM > To: qemu-devel@nongnu.org > Cc: Gerd Hoffmann; dgilb...@redhat.co

Re: [Qemu-devel] [PATCH] xhci: child detach fix

2014-05-12 Thread Gonglei (Arei)
> -Original Message- > From: qemu-devel-bounces+arei.gonglei=huawei@nongnu.org > [mailto:qemu-devel-bounces+arei.gonglei=huawei@nongnu.org] On > Behalf Of Gerd Hoffmann > Sent: Monday, May 12, 2014 8:50 PM > To: qemu-devel@nongnu.org > Cc: Gerd Hoffmann > Subject: [Qemu-devel] [PATC

Re: [Qemu-devel] [RFC] vhost: Can we change synchronize_rcu to call_rcu in vhost_set_memory() in vhost kernel module?

2014-05-13 Thread Gonglei (Arei)
Hi, > -Original Message- > From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Sent: Monday, May 12, 2014 5:58 PM > Perhaps we can check for cases where only the address is changing, and > poke at an existing struct kvm_kernel_irq_routing_entry without doing > any RCU synchronization? > >

Re: [Qemu-devel] [RFC] vhost: Can we change synchronize_rcu to call_rcu in vhost_set_memory() in vhost kernel module?

2014-05-13 Thread Gonglei (Arei)
Hi, > -Original Message- > From: Michael S. Tsirkin [mailto:m...@redhat.com] > Sent: Monday, May 12, 2014 6:31 PM > > vhost does everything under a VQ lock. > I think RCU for VHOST_SET_MEM_TABLE can be replaced with > taking and freeing the VQ lock. > > Does the below solve the problem f

Re: [Qemu-devel] [PATCH] xhci: child detach fix

2014-05-13 Thread Gonglei (Arei)
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Tuesday, May 13, 2014 2:56 PM > > > BTW, in usb_release_port(), the detached port should be insert > > the head of bus->free list table. Because of the save/restore will > > cause qemu crash, after hot plug/hot u

[Qemu-devel] usb: usb tablet freeze when save/restore guest os

2014-05-13 Thread Gonglei (Arei)
Hi, For recent Linux guests, the usb tablet will be suspended when it is idle. When Qemu detect the usb tablet event, will call uhci_wakeup(), which according the value of port->ctrl to decide to call uhci_resume() or not. UHCI_PORT_RD bit is set to 1 for UHCI is resuming, and qemu will not call

Re: [Qemu-devel] usb: usb tablet freeze when save/restore guest os

2014-05-13 Thread Gonglei (Arei)
+/* LEGACY SUPPORT REGISTER - UHCI11D 5.2.1 */ +pci_conf[0xc0] |= 0x00; +pci_conf[0xc1] |= 0x20; /* Enable USB PIRQ */ + pci_config_set_interrupt_pin(pci_conf, u->info.irq_pin + 1); if (s->masterbus) { -- 1.7.12.4 > -Original Message- > From: Gonglei

Re: [Qemu-devel] usb: usb tablet freeze when save/restore guest os

2014-05-13 Thread Gonglei (Arei)
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Tuesday, May 13, 2014 9:27 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; Huangweidong (C); Michael S. Tsirkin > Subject: Re: usb: usb tablet freeze when save/restore guest os >

[Qemu-devel] How to use qtest

2014-05-14 Thread Gonglei (Arei)
Hi, I know qemu has a test framework, and I get some information from http://wiki.qemu.org/Features/QTest Recently I want to use qtest for some modules, but I have no idea how to run those tests. Such as tests/ e1000-test Any guidance? Or how to? Thanks in advance! Best regards, -Gonglei

<    1   2   3   4   5   6   7   8   9   10   >