Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Xqemu Alternatives
Similar projects and alternatives to xqemu
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
-
QEMU
Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website.
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
terraform-provider-libvirt
Terraform provider to provision infrastructure with Linux's KVM using libvirt
-
-
libguestfs
library and tools for accessing and modifying virtual machine disk images. PLEASE DO NOT USE GITHUB FOR ISSUES OR PULL REQUESTS. See the website for how to file a bug or contact us.
-
box64
Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64, RV64 and LoongArch Linux devices
-
-
-
game-compatibility
Discontinued Cxbx-Reloaded game compatibilty list, using GitHub issues (by Cxbx-Reloaded)
-
RPI-Engine
A freely available text-based RPG server derived from an older version of the Shadows of Isildur source code.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
xqemu discussion
xqemu reviews and mentions
-
why can't console games be ran natively?
These projects are called compatibility layers, or "translation layers" sometimes. I think XQEmu (OG XBox on PC) works the same.
-
QEMU Version 6.0.0 Released
Yes:
https://xemu.app/
https://xqemu.com/
Are both original Xbox emulators built off of QEMU. I've only used Xemu, but performance was pretty good for the games I tried on it (it doesn't have a way to upscale rendering yet though).
-
Morrowind Rebooted the Original Xbox Without You Ever Noticing
It's indeed a bit like a kexec.
On system initialization, kernel routines are copied into RAM by the bootloader[1]. Executables run in ring 0, and have a jump table to call kernel routines in their own address space (IIRC) [2].
As such, loading any executable counts as a soft reboot.
Also, there is a functioning open source emulator, Xqemu [3] (and its sibling/fork focused on speed and compatibility more than accuracy, xemu [4])
I recommend reading "17 mistakes Microsoft made in the Xbox security system", which is very informative [5].
[1]: https://xboxdevwiki.net/Boot_Process
[2]: https://xboxdevwiki.net/Kernel
[3]: https://xqemu.com/
[4]: https://xemu.app/
[5]: https://xboxdevwiki.net/17_Mistakes_Microsoft_Made_in_the_Xb...
-
Experimental Nintendo Switch Emulator written in C#
There is one emulator currently that does do that, the "XQEMU" emulator for the original Xbox https://xqemu.com/
It's in its infant stages at the moment according to the "Emulation General" wiki and focuses heavily on "accuracy" over performance
Other emulators such as CXBX-Reloaded have made larger strides, currently emulating roughly 10% of the software library
It's also worth stating, while the Xbox seems like an "easy" target, being based on an ia-32 (Pentium III) PC with an Nvidia GeForce chip (somewhere between a Geforce 2 and 3 at the time) it is an absolutely monstrous beast with minimal documentation about its hardware and numerous "gotchas"
It also has a very small library of 'exclusive' content which detracts from gaining many developers
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 18 Apr 2025
Stats
xqemu/xqemu is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of xqemu is C.