Re: [Qemu-devel] [PATCH v2 1/7] bootindex: add modify_boot_device_path function

2014-07-28 Thread Gonglei (Arei)
Hi, > -Original Message- > From: Gonglei (Arei) > Sent: Monday, July 28, 2014 6:16 PM > Subject: RE: [PATCH v2 1/7] bootindex: add modify_boot_device_path function > > > -Original Message- > > From: Gerd Hoffmann [mailto:kra...@redhat.com] > > Se

Re: [Qemu-devel] [PATCH v2 7/7] spapr: fix possible memory leak

2014-07-28 Thread Gonglei (Arei)
Hi, > -Original Message- > From: Alexander Graf [mailto:ag...@suse.de] > Sent: Monday, July 28, 2014 6:45 PM > Subject: Re: [PATCH v2 7/7] spapr: fix possible memory leak > > > On 25.07.14 08:52, arei.gong...@huawei.com wrote: > > From: Gonglei > > > > get_boot_devices_list() will mallo

Re: [Qemu-devel] [PATCH v2 1/7] bootindex: add modify_boot_device_path function

2014-07-28 Thread Gonglei (Arei)
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Monday, July 28, 2014 6:02 PM > Subject: Re: [PATCH v2 1/7] bootindex: add modify_boot_device_path function > > Hi, > > > > > > I think it is ok to allow only *changing* the bootindex. > > > > > > > > > Yes, t

Re: [Qemu-devel] Possible null-ptr dereference

2014-07-28 Thread Gonglei (Arei)
> -Original Message- > From: Stefan Hajnoczi [mailto:stefa...@redhat.com] > Sent: Monday, July 28, 2014 5:49 PM > To: Gonglei (Arei) > Cc: mateusz.krzywi...@windowslive.com; qemu-devel@nongnu.org; > kw...@redhat.com > Subject: Re: [Qemu-devel] Possible null-ptr derefer

Re: [Qemu-devel] [PATCH v2 1/7] bootindex: add modify_boot_device_path function

2014-07-28 Thread Gonglei (Arei)
Hi, > -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Monday, July 28, 2014 5:28 PM > Subject: Re: [PATCH v2 1/7] bootindex: add modify_boot_device_path function > > > > I think it is ok to allow only *changing* the bootindex. > > > > > Yes, that's no problem.

Re: [Qemu-devel] [PATCH v2 1/7] bootindex: add modify_boot_device_path function

2014-07-28 Thread Gonglei (Arei)
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Monday, July 28, 2014 4:31 PM > Subject: Re: [PATCH v2 1/7] bootindex: add modify_boot_device_path function > > Hi, > > > > ... because you can just copy the suffix from the old entry here, > > > instead of ex

Re: [Qemu-devel] Possible null-ptr dereference

2014-07-27 Thread Gonglei (Arei)
Hi, Should be easy to fix though. Does the following help? (Cc'ing Stefan & Kevin) --> xen_disk: fix possible null-ptr dereference Signed-off-by: Gonglei --- hw/block/xen_disk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/block/xen_disk.c b/hw/block/xen_disk.c index aed5b5b..a221d0b

Re: [Qemu-devel] [PATCH v3 1/7] bootindex: add modify_boot_device_path function

2014-07-27 Thread Gonglei (Arei)
> -Original Message- > From: 陈梁 [mailto:chenliang0...@icloud.com] > Sent: Sunday, July 27, 2014 11:51 AM > Subject: Re: [Qemu-devel] [PATCH v3 1/7] bootindex: add > modify_boot_device_path function > > Hi > > +if (bootindex >= 0) { > > +node = g_malloc0(sizeof(FWBootEntry)); >

Re: [Qemu-devel] [PATCH v2 1/7] bootindex: add modify_boot_device_path function

2014-07-25 Thread Gonglei (Arei)
Hi, Gerd > -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Friday, July 25, 2014 5:46 PM > > Hi, > > > +void modify_boot_device_path(int32_t bootindex, DeviceState *dev, > > + const char *suffix) > > +{ > > +FWBootEntry *node, *i

Re: [Qemu-devel] [PATCH v2 4/7] bootindex: delete bootindex when device is removed

2014-07-25 Thread Gonglei (Arei)
Hi, Gerd > -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Friday, July 25, 2014 5:52 PM > Subject: Re: [PATCH v2 4/7] bootindex: delete bootindex when device is > removed > > Hi, > > > +del_boot_device_path(dev); > > You can call this from device_finali

Re: [Qemu-devel] [PATCH 1/6] bootindex: add {del, modify}_boot_device_path function

2014-07-24 Thread Gonglei (Arei)
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Thursday, July 24, 2014 9:25 PM > Subject: Re: [PATCH 1/6] bootindex: add {del,modify}_boot_device_path > function > > Hi, > > > > Hmm. I think we should simply lookup the device and modify the > > > bootinde

Re: [Qemu-devel] [PATCH 1/6] bootindex: add {del, modify}_boot_device_path function

2014-07-24 Thread Gonglei (Arei)
Hi, Gerd > -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Thursday, July 24, 2014 6:09 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; afaer...@suse.de; ag...@suse.de; > stefa...@redhat.com; ak...@redhat.com; a...@ozlabs.ru; > alex.

Re: [Qemu-devel] [PATCH for-2.1] scsi: fix scsi disk symbol confusion in guest os

2014-07-17 Thread Gonglei (Arei)
> -Original Message- > From: Gonglei (Arei) > Sent: Friday, July 18, 2014 9:32 AM > To: 'Paolo Bonzini'; qemu-devel@nongnu.org > Cc: Huangweidong (C); Luonengjun > Subject: RE: [PATCH for-2.1] scsi: fix scsi disk symbol confusion in guest os > >

Re: [Qemu-devel] [PATCH for-2.1] scsi: fix scsi disk symbol confusion in guest os

2014-07-17 Thread Gonglei (Arei)
Hi, > -Original Message- > From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Sent: Thursday, July 17, 2014 9:45 PM > To: Gonglei (Arei); qemu-devel@nongnu.org > Cc: Huangweidong (C); Luonengjun > Subject: Re: [PATCH for-2.1] scsi: fix scsi disk symbol confusion in gues

Re: [Qemu-devel] qemu qmp [info usb] and [info hostusb]

2014-07-11 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 Pascal Heinrich > Sent: Saturday, July 12, 2014 5:52 AM > To: qemu-devel@nongnu.org > Subject: [Qemu-devel] qemu qmp [info usb]

Re: [Qemu-devel] [RFC PATCH 1/5] bootindex: add *_boot_device_path function

2014-07-08 Thread Gonglei (Arei)
> -Original Message- > From: Amos Kong [mailto:ak...@redhat.com] > Sent: Tuesday, July 08, 2014 10:55 PM > To: Gonglei (Arei) > Cc: chenliang (T); qemu-devel@nongnu.org; afaer...@suse.de; > ag...@suse.de; stefa...@redhat.com; a...@ozlabs.ru; > alex.willi

Re: [Qemu-devel] [RFC PATCH 1/5] bootindex: add *_boot_device_path function

2014-07-08 Thread Gonglei (Arei)
> -Original Message- > From: chenliang (T) > Sent: Tuesday, July 08, 2014 7:03 PM > To: Amos Kong > Cc: Gonglei (Arei); qemu-devel@nongnu.org; afaer...@suse.de; > ag...@suse.de; stefa...@redhat.com; a...@ozlabs.ru; > alex.william...@redhat.com; arm...@redhat.com; eb

Re: [Qemu-devel] [RFC PATCH 0/5] modify boot order when vm is running

2014-07-07 Thread Gonglei (Arei)
> -Original Message- > From: Michael S. Tsirkin [mailto:m...@redhat.com] > Sent: Monday, July 07, 2014 9:08 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; afaer...@suse.de; ag...@suse.de; > stefa...@redhat.com; ak...@redhat.com; a...@ozlabs.ru; > alex.willi

Re: [Qemu-devel] [RFC PATCH 0/5] modify boot order when vm is running

2014-07-07 Thread Gonglei (Arei)
> -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Monday, July 07, 2014 10:40 PM > To: Gonglei (Arei); Michael S. Tsirkin > Cc: qemu-devel@nongnu.org; afaer...@suse.de; ag...@suse.de; > stefa...@redhat.com; ak...@redhat.com; a...@ozlabs.

Re: [Qemu-devel] [RFC PATCH 0/5] modify boot order when vm is running

2014-07-07 Thread Gonglei (Arei)
> -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Monday, July 07, 2014 6:04 PM > To: Michael S. Tsirkin; Gonglei (Arei) > Cc: qemu-devel@nongnu.org; afaer...@suse.de; ag...@suse.de; > stefa...@redhat.com; ak...@redhat.com; a...@ozlabs.

Re: [Qemu-devel] [RFC PATCH 0/5] modify boot order when vm is running

2014-07-07 Thread Gonglei (Arei)
> -Original Message- > From: Michael S. Tsirkin [mailto:m...@redhat.com] > Sent: Monday, July 07, 2014 5:29 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; afaer...@suse.de; ag...@suse.de; > stefa...@redhat.com; ak...@redhat.com; a...@ozlabs.ru; > alex.willi

Re: [Qemu-devel] [PULL 0/1] add input-send-event command

2014-07-03 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: Thursday, July 03, 2014 4:22 PM > To: Peter Maydell > Cc: QEMU Developers > Subject: Re: [Qemu-devel] [PUL

Re: [Qemu-devel] [PATCH] ide: fix double free

2014-07-02 Thread Gonglei (Arei)
> -Original Message- > From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Sent: Wednesday, July 02, 2014 5:26 PM > To: chenliang (T) > Cc: Gonglei (Arei); qemu-devel@nongnu.org; kw...@redhat.com; > stefa...@redhat.com; Huangweidong (C) > Subject: Re: [PATCH] ide: fix d

[Qemu-devel] [Question] suse11sp3 32bit guest os panic on kvm

2014-07-02 Thread Gonglei (Arei)
Hi, all Recently I encounter a confused issue that described by the title. I get the dump core according "virsh dump", and this below is the core Information. It seem as that the vcpu deadlock between irqbalance process(_raw_spin_lock_irqsave) and an interrupt handle (_raw_spin_lock), I'm so confu

Re: [Qemu-devel] [PATCH v2] net: add mmsghdr struct check for L2TPV3

2014-07-01 Thread Gonglei (Arei)
> -Original Message- > From: Anton Ivanov (antivano) [mailto:antiv...@cisco.com] > Sent: Tuesday, July 01, 2014 11:06 PM > To: Stefan Hajnoczi; Gonglei (Arei) > Cc: qemu-devel; Peter Maydell; Huangweidong (C); chenliang (T); Luonengjun; > Stefan Hajnoczi; Paolo Bon

Re: [Qemu-devel] [PATCH v2] net: add mmsghdr struct check for L2TPV3

2014-07-01 Thread Gonglei (Arei)
> -Original Message- > From: Peter Maydell [mailto:peter.mayd...@linaro.org] > Sent: Wednesday, July 02, 2014 1:27 AM > To: Gonglei (Arei) > Cc: QEMU Developers; Anton Ivanov (antivano); Stefan Hajnoczi; Paolo Bonzini; > Huangweidong (C); Luonengjun; chenliang (T) > S

Re: [Qemu-devel] [PATCH] net: add mmsghdr struct check for L2TPV3

2014-07-01 Thread Gonglei (Arei)
> -Original Message- > From: Peter Maydell [mailto:peter.mayd...@linaro.org] > Sent: Tuesday, July 01, 2014 8:42 PM > To: Gonglei (Arei) > Cc: QEMU Developers; Anton Ivanov (antivano); Stefan Hajnoczi; Paolo Bonzini; > Huangweidong (C); Luonengjun; chenliang (T) > Sub

Re: [Qemu-devel] The master branch qemu compiles failed.

2014-07-01 Thread Gonglei (Arei)
> -Original Message- > From: Stefan Hajnoczi [mailto:stefa...@gmail.com] > Sent: Tuesday, July 01, 2014 4:23 PM > To: chenliang (T) > Cc: qemu-devel@nongnu.org; peter.mayd...@linaro.org; Paolo Bonzini; > Gonglei (Arei); Anton Ivanov > Subject: Re: [Qemu-devel] T

Re: [Qemu-devel] [PATCH v4 4/4] tests: add usb hcds hotplugging qtest

2014-06-25 Thread Gonglei (Arei)
> -Original Message- > From: Amos Kong [mailto:ak...@redhat.com] > Sent: Wednesday, June 25, 2014 10:42 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; kra...@redhat.com; afaer...@suse.de; > stefa...@redhat.com; Huangweidong (C); Luonengjun; Huangpeng (Peter) > S

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] 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] 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] [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] [PATCH] usb: initialize libusb_device to avoid crash

2014-06-20 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 Jincheng Miao > Sent: Friday, June 20, 2014 2:13 PM > To: qemu-devel@nongnu.org > Cc: kra...@redhat.com; Jincheng Miao >

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

2014-06-19 Thread Gonglei (Arei)
Good morning, Gerd & Andreas > -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Thursday, June 19, 2014 9:47 PM > To: Andreas Färber > Cc: Gonglei (Arei); qemu-devel@nongnu.org; stefa...@redhat.com; > ebl...@redhat.com; ak...@redha

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

2014-06-19 Thread Gonglei (Arei)
> -Original Message- > From: Andreas Färber [mailto:afaer...@suse.de] > Sent: Thursday, June 19, 2014 9:33 PM > To: Gonglei (Arei) > Cc: Gerd Hoffmann; qemu-devel@nongnu.org; stefa...@redhat.com; > ebl...@redhat.com; ak...@redhat.com; Huangweidong (C); Luonengjun > Su

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

2014-06-19 Thread Gonglei (Arei)
> -Original Message- > From: Andreas Färber [mailto:afaer...@suse.de] > Sent: Thursday, June 19, 2014 9:07 PM > To: Gerd Hoffmann > Cc: Gonglei (Arei); qemu-devel@nongnu.org; stefa...@redhat.com; > ebl...@redhat.com; ak...@redhat.com; Huangweidong (C); Luonengjun > Su

Re: [Qemu-devel] [PATCH 2/5] tests: add UHCI qtest

2014-06-19 Thread Gonglei (Arei)
> -Original Message- > From: Andreas Färber [mailto:afaer...@suse.de] > Sent: Thursday, June 19, 2014 8:41 PM > To: Gonglei (Arei); qemu-devel@nongnu.org > Cc: Huangweidong (C); Luonengjun; kra...@redhat.com; > stefa...@redhat.com; ak...@redhat.com > Subject: Re: [Q

Re: [Qemu-devel] [PATCH 3/5] tests: add xHCI qtest

2014-06-19 Thread Gonglei (Arei)
> -Original Message- > From: Andreas Färber [mailto:afaer...@suse.de] > Sent: Thursday, June 19, 2014 8:38 PM > To: Gonglei (Arei); qemu-devel@nongnu.org > Cc: Huangweidong (C); Luonengjun; kra...@redhat.com; > stefa...@redhat.com; ak...@redhat.com > Subject: Re: [Q

Re: [Qemu-devel] [PATCH 1/5] tests: add OHCI qtest

2014-06-19 Thread Gonglei (Arei)
> -Original Message- > From: Andreas Färber [mailto:afaer...@suse.de] > Sent: Thursday, June 19, 2014 8:35 PM > To: Gonglei (Arei); qemu-devel@nongnu.org > Cc: Huangweidong (C); Luonengjun; kra...@redhat.com; > stefa...@redhat.com; ak...@redhat.com > Subject: Re: [Q

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

2014-06-19 Thread Gonglei (Arei)
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Thursday, June 19, 2014 6:05 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] [PATCH v5 4/4] virtio-blk-test.c: add hotplug subtest

2014-06-18 Thread Gonglei (Arei)
Hi, > -Original Message- > From: Amos Kong [mailto:ak...@redhat.com] > Sent: Thursday, June 19, 2014 11:58 AM > To: Stefan Hajnoczi > Cc: qemu-devel@nongnu.org; Gonglei (Arei); afaer...@suse.de; > pbonz...@redhat.com; kw...@redhat.com > Subject: Re: [PATCH v5 4/4] v

Re: [Qemu-devel] [PATCH] audio: Fix using freed pointer in wav_fini_out

2014-06-13 Thread Gonglei (Arei)
Hi, > -Original Message- > From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Sent: Friday, June 13, 2014 4:18 PM > To: Gerd Hoffmann > Cc: Markus Armbruster; Gonglei (Arei); qemu-devel@nongnu.org; > Huangweidong (C); Luonengjun; stefa...@redhat.com > Subject: Re

Re: [Qemu-devel] [PATCH v3 3/4] audio: Fix using freed pointer in wav_fini_out()

2014-06-12 Thread Gonglei (Arei)
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Thursday, June 12, 2014 6:32 PM > To: Peter Maydell > Cc: Gonglei (Arei); QEMU Developers; Huangweidong (C); Luonengjun; Luiz > Capitulino; Vassili Karpov; Stefan Hajnoczi; Paolo Bonzini &g

Re: [Qemu-devel] [PATCH v3 4/4] vga: Fix divide-by-zero in vga_update_text

2014-06-12 Thread Gonglei (Arei)
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Thursday, June 12, 2014 6:44 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; pbonz...@redhat.com; lcapitul...@redhat.com; > av1...@comtv.ru; stefa...@redhat.com; Luonengjun; Huangweidong

Re: [Qemu-devel] [PATCH v3 00/10] usb: usb host adapter hotplug

2014-06-12 Thread Gonglei (Arei)
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Thursday, June 12, 2014 7:33 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; Luonengjun; Huangweidong (C); Huangpeng > (Peter) > Subject: Re: [PATCH v3 00/10] usb: usb host adapter hot

Re: [Qemu-devel] [PATCH v3 00/10] usb: usb host adapter hotplug

2014-06-11 Thread Gonglei (Arei)
Hi, Gerd, do you plan to apply and pull the patch serials? Thanks! I have finished some qtest cases for usb host adapters hotpug/unplug. Best regards, -Gonglei > -Original Message- > From: Gonglei (Arei) > Sent: Wednesday, June 04, 2014 4:32 PM > To: qemu-devel@nongnu.o

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

2014-06-10 Thread Gonglei (Arei)
> -Original Message- > From: Amit Shah [mailto:amit.s...@redhat.com] > Sent: Tuesday, June 10, 2014 3:20 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; yamah...@private.email.ne.jp; Huangweidong > (C); quint...@redhat.com; m...@tls.msk.ru; owass...@redhat.com; &g

Re: [Qemu-devel] [PATCH v2 2/6] vga: Fix divide-by-zero in vga_update_text

2014-06-10 Thread Gonglei (Arei)
Hi, Gerd What's your opinion about this patch? Thanks, Best regards, -Gonglei > -Original Message- > From: Gonglei (Arei) > Sent: Wednesday, May 28, 2014 9:22 PM > To: qemu-devel@nongnu.org > Cc: av1...@comtv.ru; kra...@redhat.com; lcapitul...@redhat.com;

Re: [Qemu-devel] [PATCH v2 3/6] json-parser: Fix two coverity defects

2014-06-09 Thread Gonglei (Arei)
> -Original Message- > From: Luiz Capitulino [mailto:lcapitul...@redhat.com] > Sent: Tuesday, June 10, 2014 4:16 AM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; av1...@comtv.ru; kra...@redhat.com; > ler...@redhat.com; qiaonuo...@cn.fujitsu.com; afaer...@suse.de; &

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

2014-06-09 Thread Gonglei (Arei)
Hi, Qemu has supported 3rd method for USB passthrough except two ways that you have pointed: hostbus+hostport -- match for a specific physical port in the host, any device which is plugged in there gets passed to the guest. The method can resolve your all problems. AFAICT, libvirt do not suppo

Re: [Qemu-devel] [PATCH v3 3/4] virtio-blk-test.c: add hotplug subtest

2014-06-06 Thread Gonglei (Arei)
> -Original Message- > From: Amos Kong [mailto:ak...@redhat.com] > Sent: Friday, June 06, 2014 6:11 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; stefa...@gmail.com; afaer...@suse.de > Subject: Re: [PATCH v3 3/4] virtio-blk-test.c: add hotplug subtest > > On

Re: [Qemu-devel] [PATCH v3 3/4] virtio-blk-test.c: add hotplug subtest

2014-06-06 Thread Gonglei (Arei)
Best regards, -Gonglei > -Original Message- > From: Amos Kong [mailto:ak...@redhat.com] > Sent: Friday, June 06, 2014 4:24 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; stefa...@gmail.com; afaer...@suse.de > Subject: Re: [PATCH v3 3/4] virtio-blk-test.c: a

Re: [Qemu-devel] [PATCH v3 3/4] virtio-blk-test.c: add hotplug subtest

2014-06-06 Thread Gonglei (Arei)
> -Original Message- > From: Amos Kong [mailto:ak...@redhat.com] > Sent: Friday, June 06, 2014 1:29 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; stefa...@gmail.com; afaer...@suse.de > Subject: Re: [PATCH v3 3/4] virtio-blk-test.c: add hotplug subtest > > On

Re: [Qemu-devel] [PATCH v3 3/4] virtio-blk-test.c: add hotplug subtest

2014-06-05 Thread Gonglei (Arei)
Hi, Amos > -Original Message- > From: Amos Kong [mailto:ak...@redhat.com] > Sent: Friday, June 06, 2014 9:12 AM > To: qemu-devel@nongnu.org > Cc: stefa...@gmail.com; afaer...@suse.de; Gonglei (Arei) > Subject: [PATCH v3 3/4] virtio-blk-test.c: add hotplug subtest >

Re: [Qemu-devel] [PATCH v2 2/4] qtest: introduce qmp_exec_hmp_cmd()

2014-06-05 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 Amos Kong > Sent: Thursday, June 05, 2014 1:45 PM > To: qemu-devel@nongnu.org > Cc: stefa...@gmail.com; afaer...@suse.de; m...@r

Re: [Qemu-devel] [PATCH v2 0/9] usb: usb host adapter hotplug

2014-06-03 Thread Gonglei (Arei)
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Wednesday, June 04, 2014 2:12 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; Luonengjun; Huangweidong (C); Huangpeng > (Peter) > Subject: Re: [PATCH v2 0/9] usb: usb host adap

Re: [Qemu-devel] [PATCH v2 7/9] usb-ehci: add ehci-pci device exit function

2014-06-03 Thread Gonglei (Arei)
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Wednesday, June 04, 2014 2:10 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; Luonengjun; Huangweidong (C); Huangpeng > (Peter) > Subject: Re: [PATCH v2 7/9] usb-ehci: add ehci-pci

Re: [Qemu-devel] [PATCH 2/6] usb-ohci: add exit function

2014-06-02 Thread Gonglei (Arei)
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Monday, June 02, 2014 3:45 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; Luonengjun; Huangweidong (C); Huangpeng > (Peter) > Subject: Re: [PATCH 2/6] usb-ohci: add exit function >

Re: [Qemu-devel] [PATCH 1/6] usb: add usb_bus_release function

2014-06-02 Thread Gonglei (Arei)
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Monday, June 02, 2014 3:36 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; Luonengjun; Huangweidong (C); Huangpeng > (Peter) > Subject: Re: [PATCH 1/6] usb: add usb_bus_relea

Re: [Qemu-devel] [PATCH 1/8] vnc-enc-tight: Fix divide-by-zero in tight_detect_smooth_image{16, 24, 32}

2014-05-28 Thread Gonglei (Arei)
> -Original Message- > From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Sent: Wednesday, May 28, 2014 8:28 PM > To: Gonglei (Arei); qemu-devel@nongnu.org > Cc: kw...@redhat.com; peter.crosthwa...@xilinx.com; Huangweidong (C); > aligu...@amazon.com; m...@redhat.co

Re: [Qemu-devel] [PATCH 1/8] vnc-enc-tight: Fix divide-by-zero in tight_detect_smooth_image{16, 24, 32}

2014-05-28 Thread Gonglei (Arei)
> -Original Message- > From: Paolo Bonzini [mailto:paolo.bonz...@gmail.com] On Behalf Of Paolo > Bonzini > Sent: Tuesday, May 27, 2014 9:34 PM > To: Gonglei (Arei); qemu-devel@nongnu.org > Cc: kw...@redhat.com; peter.crosthwa...@xilinx.com; Huangweidong (C); > a

Re: [Qemu-devel] [PATCH 6/8] smbus: Fix unreachable code in smb_transaction()

2014-05-28 Thread Gonglei (Arei)
> -Original Message- > From: Paolo Bonzini [mailto:paolo.bonz...@gmail.com] On Behalf Of Paolo > Bonzini > Sent: Wednesday, May 28, 2014 4:01 PM > To: Gonglei (Arei); qemu-devel@nongnu.org > Cc: kw...@redhat.com; peter.crosthwa...@xilinx.com; Huangweidong (C); > s

Re: [Qemu-devel] [PATCH 3/8] json-parser: fix two coverity defects

2014-05-28 Thread Gonglei (Arei)
> -Original Message- > From: Paolo Bonzini [mailto:paolo.bonz...@gmail.com] On Behalf Of Paolo > Bonzini > Sent: Tuesday, May 27, 2014 9:35 PM > To: Gonglei (Arei); qemu-devel@nongnu.org > Cc: kw...@redhat.com; chenliang (T); peter.crosthwa...@xilinx.com; > Hu

Re: [Qemu-devel] [PATCH 7/8] dump: Fix use-after-free in create_kdump_vmcore()

2014-05-28 Thread Gonglei (Arei)
> -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Tuesday, May 27, 2014 6:07 PM > To: Gonglei (Arei); lcapitul...@redhat.com > Cc: qemu-devel@nongnu.org; av1...@comtv.ru; kra...@redhat.com; > qiaonuo...@cn.fujitsu.com; afaer...@suse.de; ebl...@r

Re: [Qemu-devel] [PATCH 5/8] qemu-bridge-helper: Fix fd leak in main()

2014-05-28 Thread Gonglei (Arei)
> -Original Message- > From: Stefan Hajnoczi [mailto:stefa...@redhat.com] > Sent: Tuesday, May 27, 2014 7:32 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; av1...@comtv.ru; kra...@redhat.com; > lcapitul...@redhat.com; ler...@redhat.com; qiaonuo...@cn.fujitsu.com;

Re: [Qemu-devel] [PATCH 6/8] smbus: Fix unreachable code in smb_transaction()

2014-05-27 Thread Gonglei (Arei)
> -Original Message- > From: Paolo Bonzini [mailto:paolo.bonz...@gmail.com] On Behalf Of Paolo > Bonzini > Sent: Tuesday, May 27, 2014 9:36 PM > To: Gonglei (Arei); qemu-devel@nongnu.org > Cc: kw...@redhat.com; peter.crosthwa...@xilinx.com; Huangweidong (C); > a

Re: [Qemu-devel] [RFC] qdict: issue about usb controller hot-plug/unplug

2014-05-27 Thread Gonglei (Arei)
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Tuesday, May 27, 2014 5:25 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; pbonz...@redhat.com; m...@redhat.com; > lcapitul...@redhat.com; peter.mayd...@linaro.org > Subject: Re: [RFC] q

[Qemu-devel] [RFC] qdict: issue about usb controller hot-plug/unplug

2014-05-27 Thread Gonglei (Arei)
Hi, Those day, I'm working for usb controller hot-plugging/unplugging( not enable multifunction capability). Everything work well, but when I test the case of hot-plug/unplug reiteratively, qemu will be aborted: qemu-system-x86_64: qobject/qdict.c:432: qentry_destroy: Assertion `e->value != ((v

Re: [Qemu-devel] [PATCH 5/5] usb: improve ehci/uhci test

2014-05-26 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 26, 2014 4:57 PM > To: qemu-devel@nongnu.org > Cc: Gerd Hoffmann > Subject: [Qemu-devel] [PATC

Re: [Qemu-devel] [PATCH 2/5] usb: move uhci register defines to header file

2014-05-26 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 26, 2014 4:57 PM > To: qemu-devel@nongnu.org > Cc: Gerd Hoffmann > Subject: [Qemu-devel] [PATC

Re: [Qemu-devel] [PATCH 4/5] usb: move ehci register defines to header file

2014-05-26 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 26, 2014 4:57 PM > To: qemu-devel@nongnu.org > Cc: Gerd Hoffmann > Subject: [Qemu-devel] [PATC

Re: [Qemu-devel] [PATCH 3/5] usb: add uhci port status reserved bit

2014-05-26 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 26, 2014 4:57 PM > To: qemu-devel@nongnu.org > Cc: Gerd Hoffmann > Subject: [Qemu-devel] [PAT

Re: [Qemu-devel] [PATCH] xhci: make port reset trace point more verbose

2014-05-26 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 26, 2014 5:26 PM > To: qemu-devel@nongnu.org > Cc: Gerd Hoffmann > Subject: [Qemu-devel] [PATC

Re: [Qemu-devel] [PATCH] console: kill MAX_CONSOLES, alloc consoles dynamically

2014-05-26 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 26, 2014 5:26 PM > To: qemu-devel@nongnu.org > Cc: Gerd Hoffmann; Anthony Liguori > Subject:

Re: [Qemu-devel] [PATCH] usb: add usb_pick_speed

2014-05-26 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 26, 2014 4:58 PM > To: qemu-devel@nongnu.org > Cc: hdego...@redhat.com; Gerd Hoffmann > Subjec

Re: [Qemu-devel] [v2][PATCH 4/8] xen, gfx passthrough: reserve 00:02.0 for INTEL IGD

2014-05-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 Chen, Tiejun > Sent: Thursday, May 22, 2014 6:50 PM > To: Gerd Hoffmann > Cc: peter.mayd...@linaro.org; xen-de...@lists.xensour

Re: [Qemu-devel] [PATCH] inet_listen_opts: add error checking

2014-05-21 Thread Gonglei (Arei)
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Thursday, May 22, 2014 1:44 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] [PATCH] inet_listen_opts: add error checking > > > > /* lookup

Re: [Qemu-devel] [RFC] How to deal with the conflict between DE keymap and qemu console ?

2014-05-21 Thread Gonglei (Arei)
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Thursday, May 22, 2014 2:00 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org > Subject: Re: [RFC] How to deal with the conflict between DE keymap and qemu > console ? > > Hi, &g

Re: [Qemu-devel] [PATCH] vnc: refuse to set a password with VNC_AUTH_NONE

2014-05-21 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: Wednesday, May 21, 2014 6:54 PM > To: qemu-devel@nongnu.org > Cc: Gerd Hoffmann; Anthony Liguori > Subject

Re: [Qemu-devel] [PATCH] inet_listen_opts: add error checking

2014-05-21 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: Wednesday, May 21, 2014 6:53 PM > To: qemu-devel@nongnu.org > Cc: Gerd Hoffmann > Subject: [Qemu-devel] [P

Re: [Qemu-devel] [RFC] How to deal with the conflict between DE keymap and qemu console ?

2014-05-21 Thread Gonglei (Arei)
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Wednesday, May 21, 2014 8:25 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org > Subject: Re: [RFC] How to deal with the conflict between DE keymap and qemu > console ? > > On Mi

[Qemu-devel] [RFC] How to deal with the conflict between DE keymap and qemu console ?

2014-05-21 Thread Gonglei (Arei)
Hi, Gerd The issues has been reported a few months ago. The previous mail: https://lists.gnu.org/archive/html/qemu-devel/2014-01/msg01600.html Any ideas? Thanks! Best regards, -Gonglei

Re: [Qemu-devel] [Bug 1320360] [NEW] usb passthrough not working anymore

2014-05-18 Thread Gonglei (Arei)
Hi, > -Original Message- > From: Martin Röh [mailto:mar...@roeh.org] > Sent: Monday, May 19, 2014 4:40 AM > To: Gonglei (Arei); Bug 1320360; qemu-devel@nongnu.org > Cc: Gerd Hoffmann > Subject: Re: [Qemu-devel] [Bug 1320360] [NEW] usb passthrough not working > anymo

Re: [Qemu-devel] [Bug 1320360] [NEW] usb passthrough not working anymore

2014-05-17 Thread Gonglei (Arei)
Hi, From qemu-1.7 release version, the old usb-host(host-linux.c) had been removed, re-implemented by libusbx. So you should build qemu with --enable-libusb, then you can use usb pass-through capacity. BTW, Gerd, should we enable libusb by default now? Thanks. Best regards, -Gonglei > -O

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

2014-05-15 Thread Gonglei (Arei)
Hi, Juan Ping... Maybe you forgot to pull this patch, right? Thanks. Best regards, -Gonglei > -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...@re

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

2014-05-15 Thread Gonglei (Arei)
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Thursday, May 15, 2014 2:50 PM > To: Gonglei (Arei) > Cc: Paolo Bonzini; qemu-devel@nongnu.org; Huangweidong (C); Michael S. > Tsirkin > Subject: Re: usb: usb tablet freeze when save/resto

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

2014-05-14 Thread Gonglei (Arei)
> -Original Message- > From: Michael R. Hines [mailto:mrhi...@linux.vnet.ibm.com] > Sent: Thursday, May 15, 2014 8:44 AM > To: Gonglei (Arei); qemu-devel@nongnu.org > Cc: Huangweidong (C); quint...@redhat.com; dgilb...@redhat.com; > owass...@redhat.com; mrhi...

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

2014-05-14 Thread Gonglei (Arei)
Hi, > -Original Message- > From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Sent: Wednesday, May 14, 2014 6:26 PM > To: Gonglei (Arei); Gerd Hoffmann > Cc: qemu-devel@nongnu.org; Huangweidong (C); Michael S. Tsirkin > Subject: Re: usb: usb tablet freeze when sav

Re: [Qemu-devel] How to use qtest

2014-05-14 Thread Gonglei (Arei)
Hi, Andreas > -Original Message- > From: Andreas Färber [mailto:afaer...@suse.de] > Sent: Wednesday, May 14, 2014 5:06 PM > To: Gonglei (Arei) > Cc: Markus Armbruster; qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] How to use qtest > > Hi, > > Am 14.

Re: [Qemu-devel] How to use qtest

2014-05-14 Thread Gonglei (Arei)
> -Original Message- > From: Markus Armbruster [mailto:arm...@redhat.com] > Sent: Wednesday, May 14, 2014 3:34 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; Andreas Färber > Subject: Re: [Qemu-devel] How to use qtest > > "Gonglei (Arei)" writes:

[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

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 >

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

[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] [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

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-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] [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

<    3   4   5   6   7   8   9   10   >