Message ID | 20200514104416.16657-1-paul@xen.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=xDB7=64=lists.xenproject.org=xen-devel-bounces@kernel.org> 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 BD63590 for <patchwork-xen-devel@patchwork.kernel.org>; Thu, 14 May 2020 10:46:11 +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 97BBB2053B for <patchwork-xen-devel@patchwork.kernel.org>; Thu, 14 May 2020 10:46:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=xen.org header.i=@xen.org header.b="JNZY3Me3" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 97BBB2053B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=xen.org Authentication-Results: mail.kernel.org; spf=pass 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.92) (envelope-from <xen-devel-bounces@lists.xenproject.org>) id 1jZBLj-00047v-36; Thu, 14 May 2020 10:44:23 +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.92) (envelope-from <SRS0=4jr8=64=xen.org=paul@srs-us1.protection.inumbo.net>) id 1jZBLi-00047q-6h for xen-devel@lists.xenproject.org; Thu, 14 May 2020 10:44:22 +0000 X-Inumbo-ID: de399b1e-95cf-11ea-a468-12813bfff9fa Received: from mail.xenproject.org (unknown [104.130.215.37]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id de399b1e-95cf-11ea-a468-12813bfff9fa; Thu, 14 May 2020 10:44:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xen.org; s=20200302mail; h=Content-Transfer-Encoding:Content-Type:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=uni5D110GJhVW8R1nmuUAgF8BlDiOJsh2zMtnMCsaA4=; b=JNZY3Me34rWb1aifmg8I/T6llk DDUpYdQkboeg3HAZDwKKcxNiDgnlapGUd0Q8se7lnhmgnH5MmfPKvP1awLkd3wYmUIVSOnzazSUHd hH0B3/V6I0b/eHPNORRTk3DKP0PJpqk/Dg+SKNFtpxIvAwD3xj8dcYnKtouYmCb5hOK0=; Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.92) (envelope-from <paul@xen.org>) id 1jZBLg-0004a6-EH; Thu, 14 May 2020 10:44:20 +0000 Received: from 54-240-197-224.amazon.com ([54.240.197.224] helo=u2f063a87eabd5f.cbg10.amazon.com) by xenbits.xenproject.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from <paul@xen.org>) id 1jZBLg-0000sH-4Q; Thu, 14 May 2020 10:44:20 +0000 From: Paul Durrant <paul@xen.org> To: xen-devel@lists.xenproject.org Subject: [PATCH v3 0/5] domain context infrastructure Date: Thu, 14 May 2020 11:44:11 +0100 Message-Id: <20200514104416.16657-1-paul@xen.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion <xen-devel.lists.xenproject.org> List-Unsubscribe: <https://lists.xenproject.org/mailman/options/xen-devel>, <mailto:xen-devel-request@lists.xenproject.org?subject=unsubscribe> List-Post: <mailto:xen-devel@lists.xenproject.org> List-Help: <mailto:xen-devel-request@lists.xenproject.org?subject=help> List-Subscribe: <https://lists.xenproject.org/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xenproject.org?subject=subscribe> Cc: Paul Durrant <pdurrant@amazon.com> Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" <xen-devel-bounces@lists.xenproject.org> |
Series |
domain context infrastructure
|
expand
|
From: Paul Durrant <pdurrant@amazon.com> Paul Durrant (5): xen/common: introduce a new framework for save/restore of 'domain' context xen/common/domctl: introduce XEN_DOMCTL_get/setdomaincontext tools/misc: add xen-domctx to present domain context common/domain: add a domain context record for shared_info... tools/libxc: make use of domain context SHARED_INFO record... .gitignore | 1 + tools/flask/policy/modules/xen.if | 4 +- tools/libxc/include/xenctrl.h | 5 + tools/libxc/xc_domain.c | 54 +++++ tools/libxc/xc_sr_common.c | 58 +++++ tools/libxc/xc_sr_common.h | 11 +- tools/libxc/xc_sr_common_x86_pv.c | 47 ++++ tools/libxc/xc_sr_common_x86_pv.h | 3 + tools/libxc/xc_sr_restore_x86_pv.c | 40 ++-- tools/libxc/xc_sr_save_x86_pv.c | 26 +- tools/libxc/xg_save_restore.h | 1 + tools/misc/Makefile | 4 + tools/misc/xen-domctx.c | 273 +++++++++++++++++++++ xen/common/Makefile | 1 + xen/common/domain.c | 60 +++++ xen/common/domctl.c | 167 +++++++++++++ xen/common/save.c | 313 +++++++++++++++++++++++++ xen/include/public/arch-arm/hvm/save.h | 5 + xen/include/public/arch-x86/hvm/save.h | 5 + xen/include/public/domctl.h | 41 ++++ xen/include/public/save.h | 89 +++++++ xen/include/xen/save.h | 165 +++++++++++++ xen/xsm/flask/hooks.c | 6 + xen/xsm/flask/policy/access_vectors | 4 + 24 files changed, 1332 insertions(+), 51 deletions(-) create mode 100644 tools/misc/xen-domctx.c create mode 100644 xen/common/save.c create mode 100644 xen/include/public/save.h create mode 100644 xen/include/xen/save.h