#voidlinux + #qemu + #android + 3d = Mobil Legends

Quickgui porta un’interfaccia elegante per Quickemu, permettendo di creare e gestire macchine virtuali con download automatici e supporto a quasi mille sistemi. #Linux #Quickgui #Quickemu #Virtualization #QEMU #OpenSource #DesktopApps #Software

https://www.linuxeasy.org/quickgui-linterfaccia-elegante-per-creare-e-gestire-macchine-virtuali-con-quickemu/?utm_source=mastodon&utm_medium=jetpack_social

Quickgui l’interfaccia elegante per creare e gestire macchine virtuali con Quickemu

Quickgui è l’interfaccia grafica di Quickemu che permette di creare e gestire macchine virtuali in modo semplice, elegante e automatizzato.

Linux Easy
🌕 GitHub - ExTV/Podroid: 無需 Root 權限的 Android 版 Podman — 在手機上執行 Linux 容器
➤ 隨身攜帶的 Linux 容器引擎:讓 Android 手機搖身一變成為輕量級開發伺服器
https://github.com/ExTV/Podroid
Podroid 是一款創新的 Android 應用程式,它讓使用者無需取得手機 Root 權限或安裝複雜的終端模擬器(如 Termux),即可在 Android 裝置上輕鬆運行 Linux 容器。該專案透過封裝輕量級的 Alpine Linux 虛擬機與 QEMU 模擬器,實現了完整的 OCI 容器化環境。使用者不僅能執行容器,還能享受包含持久化儲存、網路埠映射以及完整終端模擬在內的進階功能,為行動裝置帶來了桌面級的開發體驗。
+ 太神了!以前為了在手機跑容器還要折騰各種 proot,現在直接安裝 APK 就能用,非常適合在通勤時進行輕量級的程式測試。
+ 雖然這對硬體資源有一定的要求,但能把 Pod
#Android 開發 #Linux 容器 #QEMU #Podman #開源軟體
GitHub - ExTV/Podroid: Rootless Podman for Android — run Linux containers on your phone

Rootless Podman for Android — run Linux containers on your phone - ExTV/Podroid

GitHub
Velxio is an open-source, self-hosted Arduino, Raspberry Pi, and ESP32 simulator

Velxio is an open-source, self-hosted simulator for Arduino, ESP32, and Raspberry Pi boards that works directly in your web browser. You can drag-and-drop boards, connect components and modules, write and run code in Arduino or Python, and access the serial console, all without hardware. If it looks similar to what the Wokwi simulator has to offer, it's because Velxio was inspired by it and even integrates the AVR8 CPU emulator, RP2040 emulator, and QEMU fork for ESP32 Xtensa emulation from the Wokwi project. But the key difference is that Velxio can be self-hosted, although there's also an online demo. Velxio currently supports 19 targets across five architectures AVR8 (ATmega / ATtiny) Arm Cortex-M0+ (Raspberry Pi RP2040) RISC-V RV32IMC/EC (ESP32-C3 / CH32V003) Xtensa LX6/LX7 (ESP32 / ESP32-S3 via QEMU) Arm Cortex-A53 (Raspberry Pi 3 Linux via QEMU) The project also offers 48 components. The developer mentions that additional features compared to

CNX Software - Embedded Systems News

Migrated my Homebridge VM from Parallels to QEMU on Apple Silicon. Bridged networking, same MAC address, auto-start on boot. One less dependency to worry about
#qemu #homebridge #selfhosting #parallels #virtualization #macos #posse

🔗 https://behindtheviewfinder.com/migrating-parallels-vm-to-qemu/

Migrating Parallels VM to QEMU

Migrated my Homebridge VM from Parallels to QEMU on Apple Silicon. Bridged networking, same MAC address, auto-start on boot. One less dependency to worry about

Behind the Viewfinder
@paulf @penguin42 same for #qemu really - the majority of the code is boilerplate except where we run into our edge cases. For qemu these are a) 64 bit file cookies for 32 bit b) overly fancy memory mapping (multiple maps, gcs etc) and c) just good enough sandboxing of /proc. There are probably some ioctls that are hard to do for specific HW because you deal with much more complex structures.
🌘 使用 QEMU 進行大端序(Big-Endian)測試
➤ 無需硬體:利用虛擬化技術驗證跨架構的記憶體儲存邏輯
https://www.hanshq.net/big-endian-qemu.html
在處理計算機記憶體儲存數據時,端序(Endianness)問題至關重要。儘管現代主流處理器(如 x86_64 與 ARM)多為小端序,但開發者仍需確保程式碼具備跨端序架構的相容性。本文介紹如何透過 QEMU 的用戶模式模擬功能,結合交叉編譯工具,在一般的 Linux 開發環境中輕鬆測試程式於大端序系統(如 MIPS 或 s390x)上的執行表現,解決了開發者缺乏實體大端序硬體環境的痛點。
+ 這篇文章展示了 QEMU 的強大,對於需要維護跨平臺底層代碼的工程師來說,這類測試技巧簡直是救命稻草。
+ 雖然現代硬體幾乎都是小端序,但處理網路通訊協定或舊系統移植時,確實還是避不開端序問題。這種測試方式成本極低,非常實用。
#軟體開發 #系統架構 #QEMU #跨平臺編譯
Big-Endian Testing with QEMU

🥚 Ah, yes, another thrilling installment of "Memory Byte Storage Wars," where our hero #QEMU bravely battles the age-old dilemma of which end of the egg to crack first. 😂 Let's all pretend we're excited to watch the bytes rearrange themselves while reminiscing about Gulliver's egg-breaking #philosophy. 🥱
https://www.hanshq.net/big-endian-qemu.html #MemoryByteStorageWars #TechHumor #EggBreaking #BytesRearrangement #HackerNews #ngated
Big-Endian Testing with QEMU

Big-Endian Testing with QEMU

Hey, #TechQuestion about #QEMU which I'm hoping is more of a common problem. If I have a Win10 guest and enable Windows Hypervisor Platform, then reboot, Windows is no longer able to boot. Is there a way to fix or work around this?