From nobody Sat May 4 16:23:03 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 207.211.31.81 as permitted sender) client-ip=207.211.31.81; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-1.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 207.211.31.81 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by mx.zohomail.com with SMTPS id 1580144470644674.9790039202403; Mon, 27 Jan 2020 09:01:10 -0800 (PST) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-3-RH6eZPFfOR6nXi32-g2PMw-1; Mon, 27 Jan 2020 12:01:06 -0500 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 98903107B267; Mon, 27 Jan 2020 17:00:59 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id DD9AD8702A; Mon, 27 Jan 2020 17:00:58 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 49D0185779; Mon, 27 Jan 2020 17:00:57 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 00RH0e9a009056 for ; Mon, 27 Jan 2020 12:00:40 -0500 Received: by smtp.corp.redhat.com (Postfix) id CBFDE8E9E6; Mon, 27 Jan 2020 17:00:40 +0000 (UTC) Received: from kinshicho.usersys.redhat.com (unknown [10.43.2.246]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4FF9D8E9F6 for ; Mon, 27 Jan 2020 17:00:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1580144469; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=Q1TJQUOVwnLnBqwcCSUom0Xp3bux2bdO8dPdrUDB3Vg=; b=W5xGUT+k++fMNoy8NOA0O37SHDDKY8apd8iW8AhOaKS2GU6Pt4sLSCA0GoFe7uXkB/qH87 Tn4UuZ+dol0JcONu2mDvleDrr+yQG55CrtEzItn+/+pqGntjVdgJhALQgL3xe2X9rn35E4 nMAx88/vT31O4aNMlPXZbGQHpk9L0TQ= From: Andrea Bolognani To: libvir-list@redhat.com Subject: [PATCH 1/3] docs: Fix link to virt-qemu-run(1) Date: Mon, 27 Jan 2020 18:00:23 +0100 Message-Id: <20200127170025.142208-1-abologna@redhat.com> In-Reply-To: <20200127165950.141992-1-abologna@redhat.com> References: <20200127165950.141992-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-loop: libvir-list@redhat.com X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-MC-Unique: RH6eZPFfOR6nXi32-g2PMw-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" Signed-off-by: Andrea Bolognani --- docs/manpages/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manpages/index.rst b/docs/manpages/index.rst index 2e71f81962..3624ae4e8f 100644 --- a/docs/manpages/index.rst +++ b/docs/manpages/index.rst @@ -19,7 +19,7 @@ Tools * `virt-login-shell(1) `__ - tool to execute a shel= l within a container * `virt-admin(1) `__ - daemon administration interface * `virsh(1) `__ - management user interface -* `virt-qemu-run(1) `__ - run standalone QEMU instances =20 Key codes =3D=3D=3D=3D=3D=3D=3D=3D=3D --=20 2.24.1 From nobody Sat May 4 16:23:03 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 205.139.110.120 as permitted sender) client-ip=205.139.110.120; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-1.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 205.139.110.120 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by mx.zohomail.com with SMTPS id 1580144528554696.7251066772767; Mon, 27 Jan 2020 09:02:08 -0800 (PST) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-254-ZBbYfy0UM--lR3yJpBuCqg-1; Mon, 27 Jan 2020 12:01:21 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id CA7988018CA; Mon, 27 Jan 2020 17:01:15 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8B5EF60C18; Mon, 27 Jan 2020 17:01:15 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id CC4318578F; Mon, 27 Jan 2020 17:01:14 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 00RH1Ddp009120 for ; Mon, 27 Jan 2020 12:01:13 -0500 Received: by smtp.corp.redhat.com (Postfix) id A4AA25D9CA; Mon, 27 Jan 2020 17:01:13 +0000 (UTC) Received: from kinshicho.usersys.redhat.com (unknown [10.43.2.246]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2D6EE5E244 for ; Mon, 27 Jan 2020 17:01:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1580144527; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=R0PFMzekYhtXfZjugg+CC9cv6SSDBb1bBvmE5xVPEtw=; b=Hyalwr+Gi56YT1fRqcmvrrncVyK6U58NfGQz/vi0LKFP5DpqdPgbbzkdK9pJtOecLLBEqM QlBDTFAKYb+f9fYsJyD0+jFUvCb2UXLX0AZxm7aW49hEcTk/eS9xPldreJO8ILTeRr4/eb 4P6Hy9qQ4SDK7pVGUbd721GwfC5Zi3E= From: Andrea Bolognani To: libvir-list@redhat.com Subject: [PATCH 2/3] qemu_shim: Fix typos Date: Mon, 27 Jan 2020 18:01:06 +0100 Message-Id: <20200127170106.142304-1-abologna@redhat.com> In-Reply-To: <20200127165950.141992-1-abologna@redhat.com> References: <20200127165950.141992-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-loop: libvir-list@redhat.com X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: ZBbYfy0UM--lR3yJpBuCqg-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" Signed-off-by: Andrea Bolognani --- src/qemu/qemu_shim.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qemu/qemu_shim.c b/src/qemu/qemu_shim.c index ccdb4f6b5b..6c6029e232 100644 --- a/src/qemu/qemu_shim.c +++ b/src/qemu/qemu_shim.c @@ -263,7 +263,7 @@ int main(int argc, char **argv) conn, dom, VIR_DOMAIN_EVENT_ID_LIFECYCLE, VIR_DOMAIN_EVENT_CALLBACK(qemuShimDomShutdown), NULL, NULL) < 0) { - g_printerr("%s: cannot regiser for lifecycle events: %s\n", + g_printerr("%s: cannot register for lifecycle events: %s\n", argv[0], virGetLastErrorMessage()); goto cleanup; } @@ -285,7 +285,7 @@ int main(int argc, char **argv) goto cleanup; } if (verbose) - g_printerr("%s: %lld: guest running, Ctrl-C to stop nowbbbb\n", + g_printerr("%s: %lld: guest running, Ctrl-C to stop now\n", argv[0], deltams()); =20 if (debug) { --=20 2.24.1 From nobody Sat May 4 16:23:03 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 207.211.31.120 as permitted sender) client-ip=207.211.31.120; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-1.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 207.211.31.120 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by mx.zohomail.com with SMTPS id 1580144525876708.2989150707618; Mon, 27 Jan 2020 09:02:05 -0800 (PST) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-97-lPQBVrbOPoCxYnKMhkNx5A-1; Mon, 27 Jan 2020 12:02:00 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id E0D74107ACCA; Mon, 27 Jan 2020 17:01:54 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A611B60C18; Mon, 27 Jan 2020 17:01:54 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 69D421808855; Mon, 27 Jan 2020 17:01:53 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 00RH1MN6009145 for ; Mon, 27 Jan 2020 12:01:22 -0500 Received: by smtp.corp.redhat.com (Postfix) id 2524A5DE7A; Mon, 27 Jan 2020 17:01:22 +0000 (UTC) Received: from kinshicho.usersys.redhat.com (unknown [10.43.2.246]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A36765E242 for ; Mon, 27 Jan 2020 17:01:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1580144523; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=5Fz918vCs0VCU3/iglN8Cn/fCYNgamyh0lU6bU0++1A=; b=PWApbs9iHxXz84HXJGyWcVqN9NukZlIqwus34yBGTJNqs8TATEuYwX8xenrbUwY5gbTFE7 l/AGoiFjRQ10oZo4Fga9bcUEuGsp/FSFT+pvqSQYQRQeygz1rhy6bULIm2+8oMeg/TdDBK OMJ5BvrCAiZIw30CEaXcz07IXbxIf0Q= From: Andrea Bolognani To: libvir-list@redhat.com Subject: [PATCH 3/3] qemu_shim: Update temporary directory template Date: Mon, 27 Jan 2020 18:01:18 +0100 Message-Id: <20200127170118.142375-1-abologna@redhat.com> In-Reply-To: <20200127165950.141992-1-abologna@redhat.com> References: <20200127165950.141992-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-loop: libvir-list@redhat.com X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: lPQBVrbOPoCxYnKMhkNx5A-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" The template still references libvirt-qemu-shim, which was at one point the name used to refer to what we now know as virt-qemu-run. Signed-off-by: Andrea Bolognani --- src/qemu/qemu_shim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qemu/qemu_shim.c b/src/qemu/qemu_shim.c index 6c6029e232..07ae6eab90 100644 --- a/src/qemu/qemu_shim.c +++ b/src/qemu/qemu_shim.c @@ -151,7 +151,7 @@ int main(int argc, char **argv) signal(SIGHUP, qemuShimSigShutdown); =20 if (root =3D=3D NULL) { - if (!(root =3D g_dir_make_tmp("libvirt-qemu-shim-XXXXXX", &error))= ) { + if (!(root =3D g_dir_make_tmp("virt-qemu-run-XXXXXX", &error))) { g_printerr("%s: cannot create temporary dir: %s\n", argv[0], error->message); return 1; --=20 2.24.1