From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id GBRaGv/RnV+CegAA0tVLHw (envelope-from ) for ; Sat, 31 Oct 2020 21:07:11 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id oEIvFv/RnV8QDQAAB5/wlQ (envelope-from ) for ; Sat, 31 Oct 2020 21:07:11 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id EF8A19403CC for ; Sat, 31 Oct 2020 21:07:10 +0000 (UTC) Received: from localhost ([::1]:57676 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kYy5c-0002xi-Me for larch@yhetil.org; Sat, 31 Oct 2020 17:07:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34288) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kYy5X-0002xV-2v for guix-patches@gnu.org; Sat, 31 Oct 2020 17:07:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51352) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kYy5W-0004Hm-Qe for guix-patches@gnu.org; Sat, 31 Oct 2020 17:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kYy5W-0004WL-Kn for guix-patches@gnu.org; Sat, 31 Oct 2020 17:07:02 -0400 Subject: bug#42472: [PATCH] Add xstow Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sat, 31 Oct 2020 21:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 42472 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Hendur Saga Cc: 42472-done@debbugs.gnu.org Mail-Followup-To: 42472@debbugs.gnu.org, mail@cbaines.net, hendursaga@airmail.cc Received: via spool by 42472-done@debbugs.gnu.org id=D42472.160417839617339 (code D ref 42472); Sat, 31 Oct 2020 21:07:02 +0000 Received: (at 42472-done) by debbugs.gnu.org; 31 Oct 2020 21:06:36 +0000 Received: from localhost ([127.0.0.1]:34663 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kYy55-0004Vb-Qh for submit@debbugs.gnu.org; Sat, 31 Oct 2020 17:06:35 -0400 Received: from mira.cbaines.net ([212.71.252.8]:52740) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kYy52-0004VS-83 for 42472-done@debbugs.gnu.org; Sat, 31 Oct 2020 17:06:34 -0400 Received: from localhost (188.28.126.167.threembb.co.uk [188.28.126.167]) by mira.cbaines.net (Postfix) with ESMTPSA id 6439C27BBF2; Sat, 31 Oct 2020 21:06:31 +0000 (GMT) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 71fe17cb; Sat, 31 Oct 2020 21:06:29 +0000 (UTC) References: <1870554510.7207173.1595730101662.ref@mail.yahoo.com> <81b1d2c0a704095168cc20a615279a65@airmail.cc> <1870554510.7207173.1595730101662@mail.yahoo.com> User-agent: mu4e 1.4.13; emacs 27.1 From: Christopher Baines In-reply-to: <1870554510.7207173.1595730101662@mail.yahoo.com> Date: Sat, 31 Oct 2020 21:06:28 +0000 Message-ID: <87mu02xfzf.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.11 X-TUID: jUKlXvvrzx93 --=-=-= Content-Type: text/plain Hendur Saga via Guix-patches via writes: > I switched email providers; I hope this time the patch will go through. > > At present my QEMU setup is buggy, but nckx was able to build it for ARM. Testing on other platforms would be good, as I can't so far. > - Hendursaga Apologies for the delay, I've gone ahead and pushed this to master as 17bc59898a2e25cd2774e5de8b1cd421dc9ed892. Thanks! Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl+d0dRfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xc7wQ//V8yma1uRG2pPTiCECwMrV0jMvvFzeE+m PZX5KOHAV21Mt7xHLR8+zZMton6F6/LyujkreYArEHED5aO6MflPwKpIO15KHV/3 Z53YmOa41sBuhYluI2Ckt5Oe7gnfoJXxio2BT7vYSVH5RbCUmrPD35g0Egm2s4+6 s9RGBwHb4iboP2LTJ/dY4+r7PnWVCnUd3qWn8RlroPRURppqQ0DgXPVFnlsCe9p8 Yvld1OLht9pFSVn4wq0bXxo8nKD1B+8TlnzNMoB5gyH+OQ561AzNR64z8NZtcliQ aX0ysrh8slQDm625dKA0w1YEMcCVVhu8ldXQ4G1F8Q987386dbFmoxh4ZcR924oQ DBQo5n1JUI9VVzFJckiMb0/3fINO4/5UHiLdCmC1O3S4NqSJ7DbgB+1pQcT892sH VG0e6AMzfJeh9dIAgpVuiwMXGg5Q3jxkegpGCKFjnVOOsY+Oo0awzbPaY7o/AQrQ LrmqEU3sYA46db7GJLZbCNxQZHXmnKhQ17sq9fBL0m3JPUh0j8vH3pMXFJTgVQq1 MfvfQgCiOVeOLlduPO29/FuY4cSPG+4j6HBq0CI7K0BiI1shY4KNQT63iqHzKywf i+Ez0xG0E+f4H8G+8ocDnjTK6bWNepW8xW8/nGU6TS6YLTK/Cf+YO8i2yCkKcCr4 KY+bkuU5XFg= =QdqE -----END PGP SIGNATURE----- --=-=-=--