From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 7E2632417D9; Tue, 20 May 2025 13:20:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747747238; cv=none; b=iiffyJQa39Uybu2W9rql0KVS4wVia6imZ0PzTpUu3pS3xY45kH9XP97PTnsSWHaG9pQjbqylr7DmOSoTqiWCDX2K6Ps3g8ZvjGJl/uKMaFVBp3tEi6R/m+Vq7+2eKLX1oBsTELWFZblj4nX+j9ShQupn+9EF7uP9zqq3N8ni3vg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747747238; c=relaxed/simple; bh=1wKCwoSuNTLmdIl6L2iYORx5JdClsy4VfnWhvopqpLA=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=j9JeWrcu7GIqYO/ZOoZStBzjYdkRp4wVrS9TWhw7k98IqER6B5XYMa7Ee8VgiSPPEtcB/DW1uvuPA7muUVvar3l66y4gqhO4sW8QGw7Xhdt6BogQFj1eKClE5nGPuHH6GZUu/UxaGk+r1EFZRWzc/yEkiRQRDtLrXSvpIe9O7nI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 654871516; Tue, 20 May 2025 06:20:22 -0700 (PDT) Received: from [10.1.36.74] (Suzukis-MBP.cambridge.arm.com [10.1.36.74]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 86B1E3F5A1; Tue, 20 May 2025 06:20:32 -0700 (PDT) Message-ID: Date: Tue, 20 May 2025 14:20:31 +0100 Precedence: bulk X-Mailing-List: kvmarm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v8 30/43] arm64: RME: Prevent Device mappings for Realms Content-Language: en-GB To: Steven Price , kvm@vger.kernel.org, kvmarm@lists.linux.dev Cc: Catalin Marinas , Marc Zyngier , Will Deacon , James Morse , Oliver Upton , Zenghui Yu , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Joey Gouly , Alexandru Elisei , Christoffer Dall , Fuad Tabba , linux-coco@lists.linux.dev, Ganapatrao Kulkarni , Gavin Shan , Shanker Donthineni , Alper Gun , "Aneesh Kumar K . V" References: <20250416134208.383984-1-steven.price@arm.com> <20250416134208.383984-31-steven.price@arm.com> From: Suzuki K Poulose In-Reply-To: <20250416134208.383984-31-steven.price@arm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 16/04/2025 14:41, Steven Price wrote: > Physical device assignment is not yet supported by the RMM, so it > doesn't make much sense to allow device mappings within the realm. > Prevent them when the guest is a realm. > > Signed-off-by: Steven Price > Reviewed-by: Gavin Shan Reviewed-by: Suzuki K Poulose