emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69899: closed ([PATCH 0/7] support to use `guix system vm' with risc


From: GNU bug Tracking System
Subject: bug#69899: closed ([PATCH 0/7] support to use `guix system vm' with riscv64.)
Date: Sun, 31 Mar 2024 21:04:02 +0000

Your message dated Sun, 31 Mar 2024 23:03:20 +0200
with message-id <8734s6dsh3.fsf@gnu.org>
and subject line Re: [bug#69899] [PATCH 0/7] support to use `guix system vm' 
with riscv64.
has caused the debbugs.gnu.org bug report #69899,
regarding [PATCH 0/7] support to use `guix system vm' with riscv64.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69899: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69899
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/7] support to use `guix system vm' with riscv64. Date: Tue, 19 Mar 2024 23:15:53 +0800
hello!. this patchset make `guix system vm --target=riscv64-linux-gnu' work.
and `guix system vm --system=riscv64-linux` also work, But there is a problem
that the qemu running with --system=riscv64-linux is also riscv architecture,
now you have to manually modify to use native qemu or the guix of qemu-system
on qemu-user is too slow. and must enable qemu-binfmt.

Zheng Junjie (7):
  bootloader: Add u-boot-qemu-riscv64-bootloader.
  vm: use #$ for kernel-arguments.
  vm: When target riscv64-linux, use u-boot-qemu-riscv64-bootloader.
  gnu: linux-libre-riscv64-generic: add more options.
  linux-initrd: don't add hid-apple module for riscv64-linux.
  vm: add arguments to use virt machine type for qemu-riscv64.
  vm: If not the same local architecture, don't enable kvm.

 gnu/bootloader/u-boot.scm   | 15 ++++++++++++++
 gnu/packages/linux.scm      | 19 +++++++++++++++++-
 gnu/system/linux-initrd.scm |  5 ++++-
 gnu/system/vm.scm           | 40 ++++++++++++++++++++++++++-----------
 4 files changed, 65 insertions(+), 14 deletions(-)


base-commit: 83c5e7169d3bfa23a51225a8d809a435c1f2dd6b
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#69899] [PATCH 0/7] support to use `guix system vm' with riscv64. Date: Sun, 31 Mar 2024 23:03:20 +0200 User-agent: Gnus/5.13 (Gnus v5.13)
Hi,

Zheng Junjie <zhengjunjie@iscas.ac.cn> skribis:

>   bootloader: Add u-boot-qemu-riscv64-bootloader.
>   vm: use #$ for kernel-arguments.
>   vm: When target riscv64-linux, use u-boot-qemu-riscv64-bootloader.
>   gnu: linux-libre-riscv64-generic: add more options.
>   linux-initrd: don't add hid-apple module for riscv64-linux.
>   vm: add arguments to use virt machine type for qemu-riscv64.
>   vm: If not the same local architecture, don't enable kvm.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]