From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: KVM Test report, kernel e47a5f5f... qemu b5803aa3... Date: Wed, 29 May 2013 23:26:50 +0200 Message-ID: <51A6729A.6020705@redhat.com> References: <1B4B44D9196EFF41AE41FDA404FC0A1001AE4BC0@SHSMSX102.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "kvm@vger.kernel.org" To: "Ren, Yongjie" Return-path: Received: from mail-qa0-f49.google.com ([209.85.216.49]:33050 "EHLO mail-qa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935138Ab3E2V1D (ORCPT ); Wed, 29 May 2013 17:27:03 -0400 Received: by mail-qa0-f49.google.com with SMTP id j11so2513382qag.1 for ; Wed, 29 May 2013 14:27:02 -0700 (PDT) In-Reply-To: <1B4B44D9196EFF41AE41FDA404FC0A1001AE4BC0@SHSMSX102.ccr.corp.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: Il 29/05/2013 10:12, Ren, Yongjie ha scritto: > Hi All, > > This is KVM upstream test result against kvm.git next branch and qemu-kvm.git uq/master branch. > kvm.git next branch: e47a5f5fb715b90b40747e9e235de557c6abd56c based on kernel 3.10.0-rc1 > qemu-kvm.git uq/master branch: b5803aa3583e82e5133f7621121bc15ee694f4a1 > > We found 5 new bugs and verified 1 fixed bug this month. > We also closed a bug as invalid because it's a known issue that some Windows version is not supported for I350 NIC. > > New issues (5): > 1. guest cannot boot up when Intel 82572 NIC assigned > https://bugs.launchpad.net/qemu/+bug/1182716 > -- this may already been fixed in qemu.git tree but it still exists in qemu-kvm.git uq/master branch. > > 2. with 'monitor pty', it needs to flush pts device after sending command to it > https://bugs.launchpad.net/qemu/+bug/1185228 > > 3. [nested virt] L2 Windows guest can't boot up ('-cpu host' to start L1) > https://bugzilla.kernel.org/show_bug.cgi?id=58921 > > 4. SMP x64 Windows 2003 guest can't boot up > https://bugzilla.kernel.org/show_bug.cgi?id=58931 Can you reproduce this with "modprobe kvm_intel emulate_invalid_guest_state=0"? Thanks, Paolo > 5. [nested virt] L2 has NMI error when creating L1 with "-cpu host" parameter > https://bugzilla.kernel.org/show_bug.cgi?id=58941 > -- this may have some relationship with the above bug #58921.