From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from atuin.qyliss.net (localhost [IPv6:::1]) by atuin.qyliss.net (Postfix) with ESMTP id 1C5C5A332; Thu, 25 Jun 2026 17:49:38 +0000 (UTC) Received: by atuin.qyliss.net (Postfix, from userid 993) id 9B302A1D6; Thu, 25 Jun 2026 17:49:34 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-26) on atuin.qyliss.net X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DMARC_PASS,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS autolearn=unavailable autolearn_force=no version=4.0.1 Received: from mail-244107.protonmail.ch (mail-244107.protonmail.ch [109.224.244.107]) by atuin.qyliss.net (Postfix) with ESMTPS id 00644A1D3 for ; Thu, 25 Jun 2026 17:49:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=colbyt.com; s=protonmail; t=1782409773; x=1782668973; bh=eMFtnMHF1dwAsenTe8fl8fQt2akfPRgI/8Fx2EvgsSQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References:From:To: Cc:Date:Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=do5HLAtz9/9N13Gq36srkyWLvuYzbgYby5da2drioERx8at+64kHlHwfL6E0EMFqh s5SPcXcSxxaX6+tjIla7KkIUxA4Kj8dRqSEh4TRtT24tGg5LjZOBhZWar5Z9syNIw/ 3boDURulrj/Yr/4U5MZQt/WoRXgtSGTGbGNPxs76eSo6zs/G20n7Mml84GS/8M8Rc0 OLY1WrpwW+V5f6Se2xYLGwj1kY8eev9qflfNrMTf9aVvEUN891Jro7M7yGJ0DO8Hg/ VZYKx4/3X10SkT3ljOLPN3YIpmto3heJmHzKYOBHR86jKsvIDD6y3VsfkXHfP6K2PF eDPGcTEXMQxYw== X-Pm-Submission-Id: 4gmRBz1bWmz1DFGF From: colbyt To: devel@spectrum-os.org Subject: [PATCH 4/6] Documentation: use crosvm GPU socket-path option Date: Thu, 25 Jun 2026 10:48:47 -0700 Message-ID: X-Mailer: git-send-email 2.54.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-ID-Hash: JPCM3NIVE5NF45JVCCKWH5LP5B5ZS5CH X-Message-ID-Hash: JPCM3NIVE5NF45JVCCKWH5LP5B5ZS5CH X-MailFrom: colby@colbyt.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; header-match-devel.spectrum-os.org-0; header-match-devel.spectrum-os.org-1; header-match-devel.spectrum-os.org-2; header-match-devel.spectrum-os.org-3; header-match-devel.spectrum-os.org-4; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: colbyt X-Mailman-Version: 3.3.10 Precedence: list List-Id: Patches and low-level development discussion Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Current crosvm exposes the GPU device socket option as --socket-path. The old --socket spelling is deprecated, so update the Cloud Hypervisor GPU usage example to match the supported command line. Signed-off-by: colbyt --- Documentation/software/cloud-hypervisor/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/software/cloud-hypervisor/index.html b/Documentation/software/cloud-hypervisor/index.html index 9b4315c..399b5e5 100644 --- a/Documentation/software/cloud-hypervisor/index.html +++ b/Documentation/software/cloud-hypervisor/index.html @@ -53,7 +53,7 @@ source tree under the same parent directory as Cloud Hypervisor’s. Start the crosvm GPU device: -
crosvm device gpu --socket gpu.sock
+
crosvm device gpu --socket-path gpu.sock
Connect to the GPU device with cloud-hypervisor: -- 2.54.0