From d82d5ef3b0990d8d54a27e973d8ee1f6ff08a76e Mon Sep 17 00:00:00 2001 From: Ahurac Date: Thu, 23 May 2024 15:50:40 +0200 Subject: [PATCH] pages/portfolio : description qemush --- src/pages/portfolio.astro | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/pages/portfolio.astro b/src/pages/portfolio.astro index f22a1ce..21a4496 100644 --- a/src/pages/portfolio.astro +++ b/src/pages/portfolio.astro @@ -32,6 +32,18 @@ Since 2023, I host free software based services on the web thanks to my personna
Photo of tera-io, my personnal server

You can find links to services I host on this website's homepage.

+ +

qemush

+ +

+qemush is a wrapper for the QEMU software. This emulator has a lot of features, and running QEMU machines can sometimes require a lot of command line arguments. qemush aims to provide an unified interface and a basic abstract layer to this software. +

+ +

+qemush is written in a very portable way (in POSIX shell). It works with a system of launchers : a laucher is an user-written subscript called by the main program, that invokes a QEMU process in the end. +

+ +You can find qemush's source code in its repo on my self-hosted instance of the source code forge Forgejo.