From patchwork Thu Jan 23 12:21:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Durrant X-Patchwork-Id: 11347571 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 7A23417EA for ; Thu, 23 Jan 2020 12:22:57 +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 55DFC20678 for ; Thu, 23 Jan 2020 12:22:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="cTkYpCgR" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 55DFC20678 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=amazon.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 1iubUi-0006w0-3o; Thu, 23 Jan 2020 12:21:56 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iubUg-0006vv-Mv for xen-devel@lists.xenproject.org; Thu, 23 Jan 2020 12:21:54 +0000 X-Inumbo-ID: f107bfca-3dda-11ea-9fd7-bc764e2007e4 Received: from smtp-fw-2101.amazon.com (unknown [72.21.196.25]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id f107bfca-3dda-11ea-9fd7-bc764e2007e4; Thu, 23 Jan 2020 12:21:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1579782115; x=1611318115; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=V0n1akPnLa4zwUEc/0FwiFyc/EJzxmw83GAigcbCa5U=; b=cTkYpCgR8+RuChsaz01LfOp5CH0UiYTDDzrzbA1rEq/fqRzkB8hEsFJZ Co09uwpUDRJQuFJRwFEFPeitPM+ZWJFOHO6L4QdB2O/SyvPLSNvBfn/uv Y/rq2cAZMuuht9+oEotz2CvcFUMAPLvUYaUBQew4OnAcauaAqgTtqJ0EG g=; IronPort-SDR: gJ5HBM3Tga/uhGiS3kzo7fZV8rKQBXpzLga+14ommLY2H0fnNfiRi5SfjvOGwPHT8wIjydWNG/ mhTVaJ26msSg== X-IronPort-AV: E=Sophos;i="5.70,353,1574121600"; d="scan'208";a="13841131" Received: from iad12-co-svc-p1-lb1-vlan2.amazon.com (HELO email-inbound-relay-2b-4ff6265a.us-west-2.amazon.com) ([10.43.8.2]) by smtp-border-fw-out-2101.iad2.amazon.com with ESMTP; 23 Jan 2020 12:21:54 +0000 Received: from EX13MTAUEA002.ant.amazon.com (pdx4-ws-svc-p6-lb7-vlan3.pdx.amazon.com [10.170.41.166]) by email-inbound-relay-2b-4ff6265a.us-west-2.amazon.com (Postfix) with ESMTPS id C4014A2AD3 for ; Thu, 23 Jan 2020 12:21:52 +0000 (UTC) Received: from EX13D32EUC003.ant.amazon.com (10.43.164.24) by EX13MTAUEA002.ant.amazon.com (10.43.61.77) with Microsoft SMTP Server (TLS) id 15.0.1236.3; Thu, 23 Jan 2020 12:21:52 +0000 Received: from EX13MTAUEA001.ant.amazon.com (10.43.61.82) by EX13D32EUC003.ant.amazon.com (10.43.164.24) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Thu, 23 Jan 2020 12:21:51 +0000 Received: from u2f063a87eabd5f.cbg10.amazon.com (10.125.106.135) by mail-relay.amazon.com (10.43.61.243) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Thu, 23 Jan 2020 12:21:50 +0000 From: Paul Durrant To: Date: Thu, 23 Jan 2020 12:21:37 +0000 Message-ID: <20200123122141.1419-1-pdurrant@amazon.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Precedence: Bulk Subject: [Xen-devel] [PATCH v2 0/3] purge free_shared_domheap_page() X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Paul Durrant Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Paul Durrant (3): x86 / vmx: make apic_access_mfn type-safe x86 / hvm: add domain_relinquish_resources() method x86 / vmx: use a 'normal' domheap page for APIC_DEFAULT_PHYS_BASE xen/arch/x86/hvm/hvm.c | 7 +++++- xen/arch/x86/hvm/mtrr.c | 2 +- xen/arch/x86/hvm/svm/svm.c | 5 ---- xen/arch/x86/hvm/vmx/vmx.c | 38 +++++++++++++++++++++--------- xen/arch/x86/mm.c | 10 -------- xen/common/domain.c | 8 +++++++ xen/include/asm-x86/hvm/hvm.h | 1 + xen/include/asm-x86/hvm/vmx/vmcs.h | 2 +- xen/include/asm-x86/mm.h | 2 -- 9 files changed, 44 insertions(+), 31 deletions(-)