[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v4 03/42] MAINTAINERS: Add entry for Compute Express Link Emulati
|
From: |
Jonathan Cameron |
|
Subject: |
[PATCH v4 03/42] MAINTAINERS: Add entry for Compute Express Link Emulation |
|
Date: |
Mon, 24 Jan 2022 17:16:26 +0000 |
From: Jonathan Cameron <jonathan.cameron@huawei.com>
The CXL emulation will be jointly maintained by Ben Widawsky
and Jonathan Cameron. Broken out as a separate patch
to improve visibility.
Signed-off-by: Jonathan Cameron <jonathan.cameron@huawei.com>
---
MAINTAINERS | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index e4b3a4bcdf..7fe5b0e5cd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2519,6 +2519,13 @@ F: qapi/block*.json
F: qapi/transaction.json
T: git https://repo.or.cz/qemu/armbru.git block-next
+Compute Express Link
+M: Ben Widawsky <ben.widawsky@intel.com>
+M: Jonathan Cameron <jonathan.cameron@huawei.com>
+S: Supported
+F: hw/cxl/
+F: include/hw/cxl/
+
Dirty Bitmaps
M: Eric Blake <eblake@redhat.com>
M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
--
2.32.0
[PATCH v4 06/42] hw/cxl/device: Implement basic mailbox (8.2.8.4), Jonathan Cameron, 2022/01/24