mastodon.uno è uno dei tanti server Mastodon indipendenti che puoi usare per partecipare al fediverso.
Mastodon.Uno è la principale comunità mastodon italiana. Con 77.000 iscritti è il più grande nodo Mastodon italiano: anima ambientalista a supporto della privacy e del mondo Open Source.

Statistiche del server:

6,3K
utenti attivi

#qemu

4 post4 partecipanti0 post oggi

i've updated my mkimg-netbsd repository, it now has scripts for generating images and running little endian mips (o32, n32, and n64) and alpha versions of #netbsd in #qemu.

this adds to the already-supported powerpc, i386, amd64, armv7, and aarch64.

github.com/alarixnia/mkimg-net

Automatically generate QEMU live images for NetBSD x86, ARM, and PowerPC - alarixnia/mkimg-netbsd
GitHubGitHub - alarixnia/mkimg-netbsd: Automatically generate QEMU live images for NetBSD x86, ARM, and PowerPCAutomatically generate QEMU live images for NetBSD x86, ARM, and PowerPC - alarixnia/mkimg-netbsd

Holy crap y'all, Quickemu is amazing! I got Windows 10, (English United States cause English International only allowed me to choose English UK for some reason), installed it with Narrator, downloaded and installed NVDA, and it barely feels like I'm running a VM at all. I kinda wonder if it'd work well at all on the BTSpeak. I could imagine it passing through Braille access on a future BTBraille.

Anyway, two commands I've figured out so far, Control + Alt + G gives control back to Linux, and Control + Alt + F puts the VM in fullscreen.

github.com/quickemu-project/qu

Quickly create and run optimised Windows, macOS and Linux virtual machines - quickemu-project/quickemu
GitHubGitHub - quickemu-project/quickemu: Quickly create and run optimised Windows, macOS and Linux virtual machinesQuickly create and run optimised Windows, macOS and Linux virtual machines - quickemu-project/quickemu

In the wee small hours i decided to give #GnomeBoxes another chance as a possible alternative. Chose to install via #flatpak, coz my Host is :archlinux: :kde: :plasma: #ArchLinux #KDEPlasma & i did not wish to risk possible gnome vs plasma file conflicts.

It did a fine job of installing an #ArchLinux VM [which i completed using the latest #ArchInstall v3.0.3], so then in an act of gross stupidity i ridiculously chose to see if it could handle a win10 VM via a 3-yr old ISO i have lying around. As i abandoned windoze "for real" in 2014, i had forgotten the many hours of time-wasting bullshit involved, at the end of which instead of getting something decent, you just get... windoze, ugh.

Anyway, so far it seems that GnomeBoxes is going ok, which makes a nice change as all prior tests of older versions failed to work properly. Doubt though atm that it'll persuade me to give up on #qemu / #kvm / #libvirt / #VirtManager. GB has no facility to Suspend VMs, so they need to be fully shutdown, which is a drag. Also, the FP version does not support USB transfer, which is a bugger, & so far i've not made #SharedFolders work [but think i know why].

🌘 如何設置 QEMU 輸出至控制檯並使用 Shell Script 自動化
➤ 掌握 QEMU 自動化技巧,提升虛擬化效率
fadeevab.com/how-to-setup-qemu
本文詳細介紹瞭如何配置 QEMU 虛擬機的輸出,使其顯示在主機的控制檯上,並利用 Shell Script 進行自動化操作。內容涵蓋了通過標準輸入輸出、具名管道、Expect 工具以及 SSH 等多種方式實現與 QEMU 客系統的互動和控制,並提供了詳細的步驟和範例。作者分享了在自動化 QEMU 客系統過程中遇到的問題和解決方案,以及相關二進制文件的下載連結,方便讀者實踐操作。
+ 這篇文章寫得非常詳細,對於想自動化 QEMU 的人來說,是一個很好的教程。範例清晰,方便直接上手。
+ 我一直苦惱於如何自動化 QEMU 的啟動和配置,這篇文章解決了我的問題,尤其是 SSH 連線的部分,非常實用!
#虛擬化 #QEMU #Shell Script #自動化

Alexander Fadeev's Blog · How to Setup QEMU Output to Console and Automate Using Shell ScriptSSH. Expect. Named pipes. Input/output to the host terminal. Early boot messages.

Check out my latest blog post on how I was able to run a QEMU/KVM virtual machine in a GitHub Actions workflow to test my app EtchDroid.

In the true spirit of DevOps, this setup automates testing of complex interactions with hardware, eliminating the need for manual testing and freeing up valuable time for the fun parts: innovation and development of new functionality.

By bridging virtualization and CI/CD, this work demonstrates how modern DevOps practices can streamline development workflows and improve software quality.

Read more here: blog.depau.eu/2025/04/05/andro

Also check out my app EtchDroid: etchdroid.app/

Davide Depau’s Blog · Testing Android apps USB communication on GitHub Actions with QEMU/KVMMany years ago, I started developing EtchDroid as a hobby, free-software project born out of necessity. EtchDroid is a simple app for writing images to USB drives from an Android device without requiring root access. Over the years, it has become popular, proving useful and reliable for many users. I’m really proud of it. Unfortunately, the same can’t be said for Android’s USB APIs, USB drives, USB OTG adapters, USB ports, and Android devices. Some time ago, I decided to address this issue by adding an essential feature: the ability to resume writing whenever the process is interrupted. I’ve rewritten the app’s UI and backend to support this feature. Now, it’s not only prettier and more user-friendly, but it’s also more reliable than ever.

RISC-V Summit Europe is just around the corner (12-15th May), and Codethink will be attending

In Paris, we'll be presenting our recent work on big-endian support for RISC-V. This internal project involved patching QEMU and other open source software to enable big-endian operation (without existing hardware support!).

Sound interesting? Read our blog post on the project: codethink.co.uk/articles/risc-

See you in Paris!

www.codethink.co.ukTo boldly big-endian where no one has big-endianded beforeCodethink investigates big-endian support on little-endian architectures by exploring RISC-V's new runtime-controllable endianness, with QEMU as testing base.