[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/2] xen: Arch Teardown
- To: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- From: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
- Date: Mon, 5 Jun 2023 15:04:16 +0000
- Accept-language: en-GB, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=NiMoeb7BPg/mFFb12G5XeZ+waHi+R9f8p5aPOeM5dKU=; b=acBt7+ipdpK1vD+dvJOWJ1usMT1ZMILL5ErdYyp/Hw1+70pArQa93gADl08VeVfPc81Pt1LDdkIIfI8eqepgBCUqNKU5q2C97ErXpAi3SseWSGU8NLFdwykIJEo3M5vrlFDKSr0h1WT3ZscdhJQX4o3/WY8/MvqVwdSCwz22SRbJRITIXN0MKysPvitBHqT6yBWUunkCBTGYVh79cHjPfAo3l8a25Ukk3nPYsLx3m6PUV41W5xEutavSqhCv7usHxy6B6XCngys6Bz8GeJHLbZUFTHHt2e0VIZAhH78hIZud0cwjCehHyg1dyo07+ZPFsLVJeAcQnthu3tUxgKWfYQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Xi8/+q3QoXJi1uSYkuCYw0tRwWslbJLPaFmOudhGxVkHBk9HOphguDI6j65rAE7g+Pg4Raq1y/rdMJIaHrQlivPciI2pZE1/sdjqbwtA1URoLLB7jJPoJz7FQPXYH7/htjQYfWta751Jzyb4aKbQESCnF0WiFEfGSpOgyRCYdAhwyqKCKu0MelHFBN1QUOXaRI/xaQ+SMBbWxrDX3fIizSM/yKrSXPWr92FqF4QAqCblIUJ4VXZvXlwgsagdkLvVa+PgNQ/YfxlcSQrJ3rCis3GCFxT9Q3ImlKmIkcWpEgbkOCEj5+0h5HLgNGEzhPN6CjQn9Wbz6ARStaorp9m8yw==
- Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Cc: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Jan Beulich <JBeulich@xxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, Jens Wiklander <jens.wiklander@xxxxxxxxxx>
- Delivery-date: Mon, 05 Jun 2023 15:04:40 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Thread-index: AQHZl7wlup1CE36mrESnTYlVMy53E698TniA
- Thread-topic: [PATCH 0/2] xen: Arch Teardown
Hi Andrew,
> On 5 Jun 2023, at 16:43, Andrew Cooper <andrew.cooper3@xxxxxxxxxx> wrote:
>
> Sorry this is late... Patch 1 ought to be ready in this form.
>
> I'll leave it up to the ARM maintainers as to whether they want to take patch
> 2 in that form (with TEE in patch 3), or whether to merge the two.
>
> Compile tested on all architectures, functionally tested on x86 only.
>
> Branch available from:
>
>
> https://xenbits.xen.org/gitweb/?p=people/andrewcoop/xen.git;a=shortlog;h=refs/heads/arch-teardown
>
> Full Gitlab CI run in progress:
>
> https://gitlab.com/xen-project/people/andyhhp/xen/-/pipelines/889759838
Thanks a lot for that.
I will sync up with Jens and we will handle the rest :-)
Cheers
Bertrand
>
> Andrew Cooper (2):
> x86: Introduce arch_domain_teardown()
> arm: Boilerpate arch_domain_teardown()
>
> xen/arch/arm/domain.c | 32 ++++++++++++++++++++++++++++++++
> xen/arch/x86/domain.c | 5 +++++
> xen/common/domain.c | 6 ++++++
> xen/include/xen/domain.h | 1 +
> xen/include/xen/sched.h | 1 +
> 5 files changed, 45 insertions(+)
>
>
> base-commit: b3880c365db89051728e1de6b6889c750cbdd915
> --
> 2.30.2
>
|