From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Adding riscv64 support to qemu-binfmt-service Date: Tue, 11 Jun 2019 12:25:31 +0200 Message-ID: <87sgsg1kro.fsf@gnu.org> References: <87lfyeze5i.fsf@yucca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59849) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hadyS-0001dQ-6Y for help-guix@gnu.org; Tue, 11 Jun 2019 06:25:54 -0400 In-Reply-To: <87lfyeze5i.fsf@yucca> (Vagrant Cascadian's message of "Thu, 06 Jun 2019 12:50:49 -0700") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Vagrant Cascadian Cc: help-guix@gnu.org Hello, Vagrant Cascadian skribis: > I've tried with: > > (qemu-platform "riscv64" "riscv" > > and: > > (qemu-platform "riscv" "riscv64" > > and: > > (qemu-platform "riscv64" "riscv64" > > All with no luck. =E2=80=98qemu-platform=E2=80=99 should probably raise an error instead of s= ilently accepting anything. > From f2f1b2b95adb8ee17181bc1b6178c39b65de89c9 Mon Sep 17 00:00:00 2001 > From: Vagrant Cascadian > Date: Wed, 5 Jun 2019 15:36:32 -0700 > Subject: [PATCH] gnu: services: Add riscv64 to qemu-platforms. > > * gnu/services/virtualization (%riscv64): Add file magic for riscv64. > (%qemu-platforms): Add riscv64. LGTM! Well, I didn=E2=80=99t check the actual magic strings, but I bet you= got them from the right source. ;-) Thanks! Ludo=E2=80=99.