From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47920) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qx400-0005Eg-Kl for qemu-devel@nongnu.org; Fri, 26 Aug 2011 17:31:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qx3zz-0003FG-CO for qemu-devel@nongnu.org; Fri, 26 Aug 2011 17:31:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1037) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qx3zz-0003F3-1K for qemu-devel@nongnu.org; Fri, 26 Aug 2011 17:31:35 -0400 Message-ID: <4E5810B2.4030008@redhat.com> Date: Fri, 26 Aug 2011 18:31:30 -0300 From: Lucas Meneghel Rodrigues MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Preliminary results of unit testing on qemu.git List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU devel , Marcelo Tosatti , Avi Kivity , Anthony Liguori Hi folks, I've recently sent a patch porting the -testdev device from qemu-kvm.git to qemu.git, and I went ahead and started running the unittests on qemu.git. It's still not integrated to our test grid, I just ran it in my laptop, which runs a fairly recent linux 3.0 kernel (which in Fedora 15 they are calling 2.6.40 :)) We had a fair number of failures. Right now, avi's kernel + qemu-kvm.git only yields an apic failure, so I guess we need to start investigating the failures. If we are going to get qemu-kvm and qemu to merge eventually we need to sort out all the issues. > 08/26 17:12:39 ERROR| kvm:0102| Test failed: TestFail: Unit tests failed: apic vmexit access hypercall idt_test msr sieve xsave svm kvmclock_test Due to some disk quota problems with my people.redhat.com page, I could not post the full test logs, so if anyone needs it (~600KB .tar.bz2), please let me know. Cheers, Lucas