[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 00/10] Add Xue - console over USB 3 Debug Capability
- To: Marek Marczykowski-Górecki <marmarek@xxxxxxxxxxxxxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Tue, 6 Sep 2022 18:12:48 +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=DxuBNvZHj7YoYsRCVtTqWxYiumkKpcJG7SRauKxVqPQ=; b=Nu1afNiAuQQ8r8xzCP5ajjTTz1U+ZKITsxjoxUHb8pwi7J2583gQBUBRKXtjaKEWA+7GgRVIHgshY2S6NlRx+F/pgK1aTf1DsS5lJyKeORIMTx1o+a6qL86MEZtxTA2iH8elSTklfEVzLYZ2rwhqcPjpFQkNiya7Ifkj+tJx72CKSl++0Re/8cuzOly8aVIzV6jX+wLZPAujE+WuMOb6u/eC4+NEBY3xfrN8UMEml58GpMMmKGTTgzZtOxT8QC4niFWRFQbD3fqLEOJmgwVJ5t2A8z1kOAtTAHJA5FfSAAPNfcPMN1JkK8ohcqrtItnG+iCbuLZIEiXT3TevPED9GA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=hcuj8jS0s4Dw2Vl69S4meIqgY+w7HxZAzPOzT7vk69vXF4t1uSfR87zorUMyGGnyrsNUX2KMWBHMNqgqpfMIspSrwooxomfck25ehIkBTwb1JprdddhKoCYoA3JC5jNZiZBtKrEs42Ee6OR6X8fKR2ifghGUuqjjGYVuW/Ol42t8bfWhVJYlUkghUADRSDInfQN/8Jm7zmcdG3mmL4cwE9XTCFAX5G2Qbpt/7THM4LWClNVK4IFD8RQ4I25YhigxB4xtAhbObyYt2YdFR1Wb5KjPYaXU9U7zZIhBiitA5tqPZCw38jGVoktBFYCwPPlDQwp0AiMOet2mg7+xnJPENA==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Paul Durrant <paul@xxxxxxx>, Kevin Tian <kevin.tian@xxxxxxxxx>, Connor Davis <connojdavis@xxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Tue, 06 Sep 2022 21:39:23 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 06.09.2022 18:05, Marek Marczykowski-Górecki wrote:
> On Tue, Sep 06, 2022 at 05:11:24PM +0200, Jan Beulich wrote:
>> On 02.09.2022 15:17, Marek Marczykowski-Górecki wrote:
>>> Marek Marczykowski-Górecki (10):
>>> drivers/char: allow using both dbgp=xhci and dbgp=ehci
>>> console: support multiple serial console simultaneously
>>> IOMMU: add common API for device reserved memory
>>> IOMMU/VT-d: wire common device reserved memory API
>>> IOMMU/AMD: wire common device reserved memory API
>>> drivers/char: mark DMA buffers as reserved for the XHCI
>>> drivers/char: add RX support to the XHCI driver
>>> drivers/char: allow driving the rest of XHCI by a domain while Xen uses
>>> DbC
>>> drivers/char: fix handling cable re-plug in XHCI console driver
>>> drivers/char: use smp barriers in xhci driver
>>
>> I wonder in how far it would be possible to commit parts of this series.
>> Aiui patches 3-6 belong together (lacking a suitable ack on 4), but are
>> independent of 1 and 2. What I can't really tell is whether 7-9 are
>> independent of 1-6 and could hence go in.
>
> 7 share some context with at least patches 1 and 8 (but no functional
> dependency), and 9 modifies what 7 adds. But otherwise 7-9 should be
> independent of 2-6.
Well, if 7-9 don't easily apply on their own, then I guess I'll rather
not make an attempt. You may want to consider moving those ahead in v7.
Jan
|