Emulating iPhone on QEMU - [Georges Gagnerot] has been trying to emulate iOS and run iPhone software in a vir... - https://hackaday.com/2025/04/06/emulating-iphone-on-qemu/ #iphonehacks #iphone #qemu #ios

Emulating iPhone on QEMU - [Georges Gagnerot] has been trying to emulate iOS and run iPhone software in a vir... - https://hackaday.com/2025/04/06/emulating-iphone-on-qemu/ #iphonehacks #iphone #qemu #ios
Setup QEMU Output to Serial Console and Automate Tests with Shell Scripts (2019)
https://fadeevab.com/how-to-setup-qemu-output-to-console-and-automate-using-shell-script/
Emulating an iPhone in QEMU
Exploring UTM and Linux on Apple Silicon – The Future is Open https://donwatkins.info/2025/04/03/exploring-utm-and-linux-on-apple-silicon/ #QEMU #UTM #Virtualization #AppleSilicon #M3 #Technology
Mouse emulation seems to be a bit wonky, Crystal Quest feels wrong. #qemu #quadra800 #marchintosh
No April Fools' joke - the new #ProxLB release is scheduled for the 1st of April! Stay tuned!
ProxLB is an advanced #loadbalancer for #Proxmox clusters that brings in features like #DRS (known from #VMware), #maintenance mode and (anti-)#affinity groups.
Rustacean!
You want easy #VMs with a hypervisor you can contribute to?
#rust #virtualization #qemu
https://github.com/cloud-hypervisor/cloud-hypervisor
A VM surprised me by going into paused state. But it has no choice, the zfs pool had no space available :( Time to move some old datasets to another pool
Fresh Windows 10 to Windows 11 LTSC upgrade notes
What upgrading did
- Removed the SPICE driver
- Removed most bloat
- Slightly increased RAM usage
What upgrading did not do
- Decrease disk space
In our latest blog post, Codethink investigates big-endian support by exploring RISC-V's runtime-controllable endianness, using QEMU as the testing base.
The challenge: RISC-V allows runtime control of endianness, but no commercial hardware or emulators currently support it.
Interested in how we did it? Read here: https://www.codethink.co.uk/articles/risc-v-big-endian-support-runtime-testing/
Lawrence Hunter, Ben Dooks, Roan Richmond
This is so cool: The LibAFL_QEMU ASan implementation was ported to rust
https://github.com/AFLplusplus/LibAFL/pull/3023
Linux Kernel Virtual Machines With QEMU/KVM
https://tux-edu.tv/videos/watch/ea1a33a1-44bf-4988-a9fe-03598a568aa5
Communication between 2 VMs on QEMU #networking #virtualization #qemu #networkbridge #ping
Je viens de publier "Qemu Fedora Workstation playground" https://github.com/stephane-klein/qemu-fedora-workstation-playground/
Je vais pouvoir l'utiliser pour développer et tester mes scripts d'installation #chezmoi dans un environnement contrôlé et reproductible, garantissant un comportement déterministe.
Ого, судя по идеям на Google Summer of Code 2025 в #QEMU на всю катушку внедряют #rust
А я как-то пропустил начало этого процесса... хотя немудрено: qemu один из тех проектов, в котором участники пишут код, а не инфоповоды.
Here’s how to install Windows 11 on QEMU (https://youtube.com/shorts/xp3YIi0zKYg).
Key Steps:
Download & load the Windows 11 ISO
Adjust CPU & RAM for smooth performance
Enable TPM & select the correct firmware
Create disk image & start the installation
Fix the weird keyboard setup bug
Product Key workaround
Schwarm zuhülf!
Mein debian (12) will keine VMs starten.
Habe mir (mit Cockpit) einen Storagepool im Standardpfad (/var/lib/libvirt/images) eingerichtet & da ein qcow2 abgelegt. Versuche ich jetzt eine VM mit dem Image zu starten, verweigert AppArmor den Zugriff auf das Image.
Jemensch hier eine Idee für einen (möglichst frickelarmen/korrekten) Lösungsansatz?
Da unten gibt’s nochn paar Details.
#linux #kvm #debian #libvirt #qemu
On #Linux, to build/package container images for various platforms/architectures, you need to either install #QEMU's qemu-user-static
if it's available in your software repository, but if it's not (i.e. in the case of #RHEL distros), you could simply deploy the docker.io/multiarch/qemu-user-static
container, once, and it'll sort everything out for you.
On #macOS (#Apple Silicon), if you're building for #ARM or #x86_64, you don't really need to do anything - presumably due to Apple's #Rosetta 2 (which I guess, you also do need to install, but is likely already installed automatically if you've used your Apple Silicon Mac for some time) - for various other platforms though, how do you even build for them? I couldn't seem to find a qemu-user-static
for it or an equivalent solution. https://github.com/multiarch/qemu-user-static