From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxZDr-0003i0-Tn for qemu-devel@nongnu.org; Thu, 19 Jun 2014 06:05:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxZDl-0004IC-BO for qemu-devel@nongnu.org; Thu, 19 Jun 2014 06:05:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5139) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxZDk-0004Hq-ON for qemu-devel@nongnu.org; Thu, 19 Jun 2014 06:05:29 -0400 Message-ID: <1403172316.22530.8.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Thu, 19 Jun 2014 12:05:16 +0200 In-Reply-To: <1402992243-10224-1-git-send-email-arei.gonglei@huawei.com> References: <1402992243-10224-1-git-send-email-arei.gonglei@huawei.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/5] tests: add usb host adapter qtest cases List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: arei.gonglei@huawei.com Cc: weidong.huang@huawei.com, luonengjun@huawei.com, qemu-devel@nongnu.org, stefanha@redhat.com, akong@redhat.com, afaerber@suse.de Hi, > Gonglei (5): > tests: add OHCI qtest > tests: add UHCI qtest > tests: add xHCI qtest > usb-hcd-ehci-test: change ehci qtest more expansively > usb-hcd-ehci-test: add ehci hotplug/unplug qtest I'd prefer to leave the usb-hcd-ehci-test alone. Maybe rename to "usb-hcd-ehci-companion-test" to make room for a new usb-hcd-ehci-test for the standalone ehic test. I also suggest to hot-plug some usb device into the host adapter. Some hid device is probably easiest. Then unplug host-adapter without unplugging the usb device beforehand. Also "make check" fails for me: GTESTER tests/test-vmstate GTESTER tests/test-qemu-opts GTESTER check-qtest-x86_64 blkdebug: Suspended request 'A' blkdebug: Resuming request 'A' main-loop: WARNING: I/O thread spun for 1000 iterations acpi-test: Warning! DSDT mismatch. Actual [asl:/tmp/asl-GQ9SHX.dsl, aml:/tmp/aml-GI9SHX], Expected [asl:/tmp/asl-FY4SHX.dsl, aml:tests/acpi-test-data/pc/DSDT]. acpi-test: Warning! SSDT mismatch. Actual [asl:/tmp/asl-F4ITHX.dsl, aml:/tmp/aml-6M9SHX], Expected [asl:/tmp/asl-H9LSHX.dsl, aml:tests/acpi-test-data/pc/SSDT]. main-loop: WARNING: I/O thread spun for 1000 iterations acpi-test: Warning! DSDT mismatch. Actual [asl:/tmp/asl-7NI2HX.dsl, aml:/tmp/aml-4UG2HX], Expected [asl:/tmp/asl-LE71HX.dsl, aml:tests/acpi-test-data/q35/DSDT]. acpi-test: Warning! SSDT mismatch. Actual [asl:/tmp/asl-40M2HX.dsl, aml:/tmp/aml-YZG2HX], Expected [asl:/tmp/asl-LJL4HX.dsl, aml:tests/acpi-test-data/q35/SSDT]. [vmxnet3][WR][vmxnet3_peer_has_vnet_hdr]: Peer has no virtio extension. Task offloads will be emulated. ** ERROR:/home/kraxel/projects/qemu/tests/libqtest.c:668:qmp_exec_hmp_cmd: assertion failed: (response_return) GTester: last random seed: R02S88e3bbe1d1db1bc8f97f72f791c3610a ** ERROR:/home/kraxel/projects/qemu/tests/libqtest.c:668:qmp_exec_hmp_cmd: assertion failed: (response_return) GTester: last random seed: R02S3e505ce96a4bf0db48dbe98e31037359 ** ERROR:/home/kraxel/projects/qemu/tests/libqtest.c:668:qmp_exec_hmp_cmd: assertion failed: (response_return) GTester: last random seed: R02S09d78c5751122dc043d2c9e0896b9efa ** ERROR:/home/kraxel/projects/qemu/tests/libqtest.c:668:qmp_exec_hmp_cmd: assertion failed: (response_return) GTester: last random seed: R02S61a33eb223796b0573353669f80c6431 make: *** [check-qtest-x86_64] Error 1 test failure cheers, Gerd