> -----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] [PATCH 5/5] usb: improve ehci/uhci test > > * Attach usb devices to the bus. > * Check initial port status register state. > * Flip ehci initialization bit. > * Check port status register state again to > see whenever device handover to ehci worked. > > Signed-off-by: Gerd Hoffmann <kra...@redhat.com> > --- > tests/Makefile | 4 +- > tests/usb-hcd-ehci-test.c | 153 > ++++++++++++++++++++++++++++++++++++++++++++-- > 2 files changed, 152 insertions(+), 5 deletions(-) >
Reviewed-by: Gonglei <arei.gong...@huawei.com> Actually I have a plan to add some ehci/uhci hot-plug/unplug qtests. But I encounter a troublesome issue of tread out memory. Best regards, -Gonglei>