dbautist
  • Joined on 2025-02-03
dbautist created branch pl-enhncement in dbautist/nixos-riscv 2025-04-16 14:47:20 +02:00
dbautist pushed to pl-enhncement at dbautist/nixos-riscv 2025-04-16 14:47:20 +02:00
f05c04dee8 Enable train size to SPEC CPU benchmarks.
dbautist pushed to pl-enhancement at dbautist/nixos-riscv 2025-02-27 11:18:08 +01:00
492c540bf5 Add kernel arguments from host to QEMU. Enable CI functionality.
dbautist pushed to pl-enhancement at dbautist/nixos-riscv 2025-02-27 10:51:02 +01:00
4ca9182c75 Restore build name
dbautist pushed to pl-enhancement at dbautist/nixos-riscv 2025-02-27 10:46:15 +01:00
be7f91f487 Change build name
dbautist pushed to pl-enhancement at dbautist/nixos-riscv 2025-02-27 10:40:25 +01:00
9588b7e7ec Add CI/CD gitea config.
dbautist pushed to pl-enhancement at dbautist/nixos-riscv 2025-02-19 14:26:14 +01:00
09e3c4e268 Update README info.
dbautist pushed to pl-enhancement at dbautist/nixos-riscv 2025-02-19 13:16:51 +01:00
187df62061 Removed from QEMU options
dbautist commented on pull request rarias/nixos-riscv#2 2025-02-19 12:59:17 +01:00
Set kernel arguments from host in qemu

I've updated the script and the awk program to only kill the desired qemu process. For this, I save the qemu process PID in a file named qemu.pid which is read by awk when a pattern matches.

dbautist pushed to pl-enhancement at dbautist/nixos-riscv 2025-02-19 12:58:01 +01:00
606c2579e5 Updated parameter handling and added functionality.
dbautist pushed to pl-enhancement at dbautist/nixos-riscv 2025-02-19 12:56:10 +01:00
10a6806fad Update mechanism to kill the desired QEMU process.
dbautist commented on pull request rarias/nixos-riscv#2 2025-02-18 15:52:40 +01:00
Set kernel arguments from host in qemu

The -x option is set on line 37 to avoid showing the trace of the option parsing commands. Do you want these commands to be also traced?

dbautist commented on pull request rarias/nixos-riscv#2 2025-02-18 15:25:34 +01:00
Set kernel arguments from host in qemu

I've previously tried to do it this way. However, breaking the pipe is not sufficient for stopping the qemu process (or at least, not by exiting). I am reseraching why this happens.

dbautist commented on pull request rarias/nixos-riscv#2 2025-02-18 15:10:45 +01:00
Set kernel arguments from host in qemu

Sorry that was an experiment I performed, there's no reason for that to be there... erasing it.

dbautist commented on pull request rarias/nixos-riscv#2 2025-02-18 15:08:33 +01:00
Set kernel arguments from host in qemu

The reason I did it this way is to enable the possibility of adding new options to boot.sh in the future. Furthermore, the option of passing additional arguments to the qemu command is not erased.…

dbautist created pull request rarias/nixos-riscv#2 2025-02-17 15:58:48 +01:00
pl-enhancement
dbautist pushed to pl-enhancement at dbautist/nixos-riscv 2025-02-17 15:56:38 +01:00
c04f8c1234 Removed unfunctional benchmarks.
dbautist pushed to pl-enhancement at dbautist/nixos-riscv 2025-02-17 15:50:52 +01:00
8212528761 Enable benchmark error detection.
dbautist pushed to pl-enhancement at dbautist/nixos-riscv 2025-02-17 14:37:44 +01:00
2395cd10b3 Fixed a typo
dbautist pushed to pl-enhancement at dbautist/nixos-riscv 2025-02-17 13:29:35 +01:00
7cce64c10f Add benchmark awareness to pipeline.