From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B2DF15807A for ; Sat, 07 Jun 2025 23:17:55 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 16C30343135 for ; Sat, 07 Jun 2025 23:17:55 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 39C83110497; Sat, 07 Jun 2025 23:17:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 28A0411049F for ; Sat, 07 Jun 2025 23:17:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAB7A3430B2 for ; Sat, 07 Jun 2025 23:17:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B905291F for ; Sat, 07 Jun 2025 23:17:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1749338228.c4ab31059cd5461856ac1d8b7d35cd550d7f7379.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/qemu/qemu-10.0.2.ebuild app-emulation/qemu/qemu-9999.ebuild X-VCS-Directories: app-emulation/qemu/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c4ab31059cd5461856ac1d8b7d35cd550d7f7379 X-VCS-Branch: master Date: Sat, 07 Jun 2025 23:17:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 369830b2-3106-4e88-82a1-82ce8e270f02 X-Archives-Hash: 70788d136abdc370e7d6612bc4f99be3 commit: c4ab31059cd5461856ac1d8b7d35cd550d7f7379 Author: Filip Kobierski pm me> AuthorDate: Thu Jun 5 19:23:27 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 7 23:17:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ab3105 app-emulation/qemu: replace $ with # for root commands Signed-off-by: Filip Kobierski pm.me> Part-of: https://github.com/gentoo/gentoo/pull/39205 Closes: https://github.com/gentoo/gentoo/pull/39205 Signed-off-by: Sam James gentoo.org> app-emulation/qemu/qemu-10.0.2.ebuild | 4 ++-- app-emulation/qemu/qemu-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-emulation/qemu/qemu-10.0.2.ebuild b/app-emulation/qemu/qemu-10.0.2.ebuild index c539d8c9d5bb..50468066b82c 100644 --- a/app-emulation/qemu/qemu-10.0.2.ebuild +++ b/app-emulation/qemu/qemu-10.0.2.ebuild @@ -369,12 +369,12 @@ kernel module is loaded is to load it on boot. Please review /etc/conf.d/modules for how to load these. Make sure your user is in the 'kvm' group. Just run - $ gpasswd -a kvm + # gpasswd -a kvm then have re-login. For brand new installs, the default permissions on /dev/kvm might not let you access it. You can tell udev to reset ownership/perms: - $ udevadm trigger -c add /dev/kvm + # udevadm trigger -c add /dev/kvm If you want to register binfmt handlers for qemu user targets: For openrc: diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index a53f9732ac1b..d5861e676caf 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -369,12 +369,12 @@ kernel module is loaded is to load it on boot. Please review /etc/conf.d/modules for how to load these. Make sure your user is in the 'kvm' group. Just run - $ gpasswd -a kvm + # gpasswd -a kvm then have re-login. For brand new installs, the default permissions on /dev/kvm might not let you access it. You can tell udev to reset ownership/perms: - $ udevadm trigger -c add /dev/kvm + # udevadm trigger -c add /dev/kvm If you want to register binfmt handlers for qemu user targets: For openrc: