From 1b3f650c488d8ad53b4e5060140e91cc762b7ede Mon Sep 17 00:00:00 2001 From: Dorinda Bassey Date: Tue, 18 Feb 2025 12:53:09 +0100 Subject: [PATCH] CODEOWNERS: add self as code owner of sound and gpu crate Add myself to CODEOWNERS to contribute to the reviewing and merging process of PRs related to vhost-device-sound and vhost-device-gpu crate. Signed-off-by: Dorinda Bassey --- CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 672c94e..efa3b86 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,3 +1,5 @@ # Add the list of code owners here (using their GitHub username) * @stsquad @vireshk @stefano-garzarella @epilys +/vhost-device-gpu/ @dorindabassey /vhost-device-scmi/ @mz-pdm +/vhost-device-sound/ @dorindabassey \ No newline at end of file