From patchwork Tue Sep 3 09:35:26 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Beulich X-Patchwork-Id: 11127521 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 76801112C for ; Tue, 3 Sep 2019 09:36:51 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5BC2222CF8 for ; Tue, 3 Sep 2019 09:36:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5BC2222CF8 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1i55Di-0005Ya-9k; Tue, 03 Sep 2019 09:35:26 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1i55Dg-0005YV-Jr for xen-devel@lists.xenproject.org; Tue, 03 Sep 2019 09:35:24 +0000 X-Inumbo-ID: 2677afc0-ce2e-11e9-ab8b-12813bfff9fa Received: from mx1.suse.de (unknown [195.135.220.15]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 2677afc0-ce2e-11e9-ab8b-12813bfff9fa; Tue, 03 Sep 2019 09:35:22 +0000 (UTC) X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 9006EABED; Tue, 3 Sep 2019 09:35:21 +0000 (UTC) From: Jan Beulich To: "xen-devel@lists.xenproject.org" Message-ID: <347e51f2-e80c-992c-6d0b-3b2bfdb75cce@suse.com> Date: Tue, 3 Sep 2019 11:35:26 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 Content-Language: en-US Subject: [Xen-devel] [PATCH v3 0/8] x86emul: further work X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Andrew Cooper , Paul Durrant , Wei Liu , Roger Pau Monne Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" 1: x86emul: support WBNOINVD 2: x86/HVM: ignore guest INVD uses 3: x86emul: generalize invlpg() hook 4: x86emul: support INVPCID 5: x86emul: support MOVDIR{I,64B} insns 6: x86/HVM: scale MPERF values reported to guests (on AMD) 7: x86emul: support RDPRU 8: x86/HVM: don't needlessly intercept APERF/MPERF/TSC MSR reads Jan