From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3CFEEC0044D for ; Wed, 11 Mar 2020 23:30:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3CF9C2074D for ; Wed, 11 Mar 2020 23:30:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731508AbgCKXaG (ORCPT ); Wed, 11 Mar 2020 19:30:06 -0400 Received: from mga06.intel.com ([134.134.136.31]:53043 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731412AbgCKXaG (ORCPT ); Wed, 11 Mar 2020 19:30:06 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Mar 2020 16:30:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,542,1574150400"; d="scan'208";a="236625791" Received: from sjchrist-coffee.jf.intel.com (HELO linux.intel.com) ([10.54.74.202]) by orsmga008.jf.intel.com with ESMTP; 11 Mar 2020 16:30:05 -0700 Date: Wed, 11 Mar 2020 16:30:05 -0700 From: Sean Christopherson To: Liran Alon Cc: Nadav Amit , Krish Sadhukhan , kvm list , Paolo Bonzini , jmattson@google.com Subject: Re: [PATCH] kvm-unit-test: nVMX: Test Selector and Base Address fields of Guest Segment Registers on vmentry of nested guests Message-ID: <20200311233005.GN21852@linux.intel.com> References: <20200310225149.31254-1-krish.sadhukhan@oracle.com> <20200310225149.31254-2-krish.sadhukhan@oracle.com> <20200311150516.GB21852@linux.intel.com> <0fb906f6-574f-2e2e-4113-e9d883cb713e@oracle.com> <20200311214657.GJ21852@linux.intel.com> <20200311231206.GL21852@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Wed, Mar 11, 2020 at 11:22:13PM +0000, Liran Alon wrote: > > On 12/03/2020 1:12, Sean Christopherson wrote: > >On Thu, Mar 12, 2020 at 12:54:05AM +0200, Liran Alon wrote: > >>Of course it was best if Intel would have shared their unit-tests for CPU > >>functionality (Sean? I'm looking at you :P), but I am not aware that they > >>did. > >Only in my dreams :-) I would love to open source some of Intel's > >validation tools so that they could be adapted to hammer KVM, but it'll > >never happen for a variety of reasons. > > I hope then you at least built a setup internally at Intel that runs these > test suites on top of KVM to find bugs. :) It's on my wish list. > It would also be nice of Intel to even setup this internally on top of other > common hypervisors (e.g. Hyper-V, VMware) and report bugs to vendors. > > -Liran > >