From patchwork Fri Jan 24 15:30:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Durrant X-Patchwork-Id: 11350585 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 2593B109A for ; Fri, 24 Jan 2020 15:32:24 +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 022D020838 for ; Fri, 24 Jan 2020 15:32:24 +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="a9Y7mK29" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 022D020838 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 1iv0vd-0006oH-6L; Fri, 24 Jan 2020 15:31:25 +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 1iv0vc-0006o5-L0 for xen-devel@lists.xenproject.org; Fri, 24 Jan 2020 15:31:24 +0000 X-Inumbo-ID: 91127c44-3ebe-11ea-8032-12813bfff9fa Received: from smtp-fw-9102.amazon.com (unknown [207.171.184.29]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 91127c44-3ebe-11ea-8032-12813bfff9fa; Fri, 24 Jan 2020 15:31:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1579879880; x=1611415880; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=4Q1wh9X9YgGPwS11YTJ3VU4Lw97EYajllSsuAVTLCjg=; b=a9Y7mK29DFs9DP72/JGOYJWOUPwvYl/dCaonwznulI0DzJwNqGJKyOsn CgZdAvAnr1JFt6AtS3jtEEya+RUIGQ/Gf45eLjpgEXfWD83u8TNIJMVn/ 1Wq3ar9bbs2jGd+YbQcHKmjTpEMMNhu+4H0ce3+poh7oosQxNL3ptZuj1 A=; IronPort-SDR: 8g3ePaCWpYE2OZwmS/KLy9XD+fA5arQ7B8WZ+/7LgYjR2DFsazMLod77hPFqaOSgniu6O/523S sj31IqTsUHag== X-IronPort-AV: E=Sophos;i="5.70,358,1574121600"; d="scan'208";a="20828990" Received: from sea32-co-svc-lb4-vlan3.sea.corp.amazon.com (HELO email-inbound-relay-2a-1c1b5cdd.us-west-2.amazon.com) ([10.47.23.38]) by smtp-border-fw-out-9102.sea19.amazon.com with ESMTP; 24 Jan 2020 15:31:09 +0000 Received: from EX13MTAUEA002.ant.amazon.com (pdx4-ws-svc-p6-lb7-vlan2.pdx.amazon.com [10.170.41.162]) by email-inbound-relay-2a-1c1b5cdd.us-west-2.amazon.com (Postfix) with ESMTPS id 1ED81A1800 for ; Fri, 24 Jan 2020 15:31:08 +0000 (UTC) Received: from EX13D32EUC002.ant.amazon.com (10.43.164.94) by EX13MTAUEA002.ant.amazon.com (10.43.61.77) with Microsoft SMTP Server (TLS) id 15.0.1236.3; Fri, 24 Jan 2020 15:31:07 +0000 Received: from EX13MTAUWB001.ant.amazon.com (10.43.161.207) by EX13D32EUC002.ant.amazon.com (10.43.164.94) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Fri, 24 Jan 2020 15:31:06 +0000 Received: from u2f063a87eabd5f.cbg10.amazon.com (10.125.106.135) by mail-relay.amazon.com (10.43.161.249) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Fri, 24 Jan 2020 15:31:04 +0000 From: Paul Durrant To: Date: Fri, 24 Jan 2020 15:30:56 +0000 Message-ID: <20200124153103.18321-1-pdurrant@amazon.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Precedence: Bulk Subject: [Xen-devel] [PATCH v4 0/7] 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" The last patch is unrelated cleanup for something I happened to notice along the way. Paul Durrant (7): x86 / vmx: make apic_access_mfn type-safe x86 / hvm: add domain_relinquish_resources() method x86 / hvm: make domain_destroy() method optional x86 / vmx: move teardown from domain_destroy()... mm: make MEMF_no_refcount pages safe to assign x86 / vmx: use a MEMF_no_refcount domheap page for APIC_DEFAULT_PHYS_BASE mm: remove donate_page() xen/arch/arm/mm.c | 6 ---- 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 | 37 +++++++++++++++------- xen/arch/x86/mm.c | 51 ------------------------------ xen/common/page_alloc.c | 39 ++++++++++++++++------- xen/include/asm-arm/mm.h | 5 ++- xen/include/asm-x86/hvm/hvm.h | 1 + xen/include/asm-x86/hvm/vmx/vmcs.h | 2 +- xen/include/asm-x86/mm.h | 9 +++--- xen/include/xen/mm.h | 2 -- 12 files changed, 72 insertions(+), 94 deletions(-)