[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN v5 00/10] Add support for 32-bit physical address
- To: Ayan Kumar Halder <ayan.kumar.halder@xxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Mon, 17 Apr 2023 11:12:19 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.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=7wTXk1GgmTkArThWSjmbq+v/0yhBUgVd8EeCozB7vq8=; b=E/Vo1G/lVpWYpxEdNVpeAcnLMxhGj74JavZOIgquBQeuNf6Ciyjv7aAWegaiVv6h3p9XfGZbol09in3fT5a1Mzu1UY5PbO50El6TCU0L77fVnfmKqt3ET2spbob7plO16wOWO1cLKgyJRYn0ig0u+trgDuPso6G+VI6xEq4x4xvcChWHkV2GDTytgYdnABO1CLxwr+PdM9rfrHGTBRpf1hUQafiEt2UUEhZ6aUq/1CX7UNYw9AV4q7uJCfuDOdkbklS6cLQnNS7Ag65Av/FfO8Z0ZiHf05QHtk9bf2n/WAVdMIO7TTHzqEyM6oyNOfhB63IxTJJhorLY4+Le7astJg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=GwuqF5aaJYtXuAdRnk432zZv1jgADAnnOF0DNCRUMk01SNsaSQPzFYnBMKXLDle/y+qpiXdAmLseWZ/Td6zp2cZYSqtCy5relrrytVqJcZI2ie1OM73QdQY9tzl9abd4EjGfjyv3vskcY1o5IsIBdp4Bj8QsRszAPjHuc53rbWtZ/TB6T+m+f2C9UxSNi3c0llUaMfdHx+4M2f0igRYZOXdDzxe4j3PYqpTzxtkOYDXuh5TpBM1+LZ8fliXGtooHMYTsvYkCD95Rfjuq74l/RzaI7yi6+54c3P1XsMUuHmk1cSJdp5aW6xMSgwUVAkY+BXNSKqYiN65SwGAiWEsSXA==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: sstabellini@xxxxxxxxxx, stefano.stabellini@xxxxxxx, julien@xxxxxxx, Volodymyr_Babchuk@xxxxxxxx, bertrand.marquis@xxxxxxx, andrew.cooper3@xxxxxxxxxx, george.dunlap@xxxxxxxxxx, wl@xxxxxxx, rahul.singh@xxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Mon, 17 Apr 2023 09:12:34 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 13.04.2023 19:37, Ayan Kumar Halder wrote:
> v4 - 1. Dropped "xen/drivers: ns16550: Use paddr_t for io_base/io_size" from
> the patch series.
>
> As Jan (jbeulich@xxxxxxxx) had pointed out in
> https://lore.kernel.org/xen-devel/20230321140357.24094-5-ayan.kumar.halder@xxxxxxx/,
> ns16550 driver requires some prior cleanup. Also, ns16550 can be ignored for
> now
> for the 32-bit paddr support (which is mainly targeted for Arm). I will send
> out
> separate patches to fix this once the current serie is committed (or in ready
> to
> commit state). I hope that is fine with Jan ?
Sure - if you don't really need the change right here, I'm happy to see
it come separately later on.
Jan
|