From patchwork Mon Jun 8 12:57:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Janneke Nieuwenhuizen X-Patchwork-Id: 22609 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 0193427BBE4; Mon, 8 Jun 2020 13:59:10 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 7DB9B27BBE1 for ; Mon, 8 Jun 2020 13:59:09 +0100 (BST) Received: from localhost ([::1]:59942 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jiHMq-0006jp-Vw for patchwork@mira.cbaines.net; Mon, 08 Jun 2020 08:59:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43386) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jiHMk-0006jV-Ry for guix-patches@gnu.org; Mon, 08 Jun 2020 08:59:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44586) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jiHMk-0008EB-JA for guix-patches@gnu.org; Mon, 08 Jun 2020 08:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jiHMk-0001Sk-G2 for guix-patches@gnu.org; Mon, 08 Jun 2020 08:59:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41541] [PATCH 0/4] Final wip-hurd-vm batch. References: <87o8qavktf.fsf@gnu.org> In-Reply-To: <87o8qavktf.fsf@gnu.org> Resent-From: "Jan (janneke) Nieuwenhuizen" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 08 Jun 2020 12:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41541 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 41541@debbugs.gnu.org Cc: Mathieu Othacehe , Ludovic =?utf-8?q?Court=C3=A8s?= , Jan Nieuwenhuizen Received: via spool by 41541-submit@debbugs.gnu.org id=B41541.15916210945522 (code B ref 41541); Mon, 08 Jun 2020 12:59:02 +0000 Received: (at 41541) by debbugs.gnu.org; 8 Jun 2020 12:58:14 +0000 Received: from localhost ([127.0.0.1]:56121 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jiHLy-0001Qv-9P for submit@debbugs.gnu.org; Mon, 08 Jun 2020 08:58:14 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35080) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jiHLw-0001Qe-Sm for 41541@debbugs.gnu.org; Mon, 08 Jun 2020 08:58:13 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47710) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jiHLq-0007yo-QC; Mon, 08 Jun 2020 08:58:06 -0400 Received: from [2001:980:1b4f:1:42d2:832d:bb59:862] (port=34142 helo=dundal.fritz.box) by fencepost.gnu.org with esmtpa (Exim 4.82) (envelope-from ) id 1jiHLo-00006C-OF; Mon, 08 Jun 2020 08:58:05 -0400 From: "Jan (janneke) Nieuwenhuizen" Date: Mon, 8 Jun 2020 14:57:58 +0200 Message-Id: <20200608125802.10617-1-janneke@gnu.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches From: Jan Nieuwenhuizen Hi! Almost done...these patches didn't see a review yet; I would like you to have a look at the two hurd-boot patches. I have tested them both because I decided to do the split-up a bit differently: first introduce the MAKEDEV replacement and make the settrans invocation => setxattr syscall transition a separate feature. Hope you like it :-) Thanks! Jan (janneke) Nieuwenhuizen (4): hurd-boot: Create individual translators instead of running MAKEDEV. system: hurd: Remove 'cross-hurd-image' hack. system: bare-hurd.tmpl: Add openssh client and service. hurd-boot: Use 'setxattr' instead of invoking settrans. gnu/build/hurd-boot.scm | 172 ++++++++++++++++++++-------- gnu/system.scm | 1 + gnu/system/examples/bare-hurd.tmpl | 13 ++- gnu/system/hurd.scm | 177 +---------------------------- 4 files changed, 140 insertions(+), 223 deletions(-)