Original Xbox Emulator for Windows, macOS, and Linux (Active Development)
Go to file
Luke Usher e90b18616a nvnet: Guest MAC address should not be initialized by hardware
This is set by the running application, so the default value remains
unused.
2019-03-26 03:16:26 -07:00
accel Bug fixes. 2018-07-17 17:06:32 +01:00
audio audio: add audio timer trace points 2018-07-03 11:46:47 +02:00
backends backends/cryptodev: remove dead code 2018-07-30 14:00:11 +02:00
block Revert "[Core Change] Disable support for some HW to reduce build time and size" 2018-09-02 13:12:50 -07:00
bsd-user bsd-user: Use the IEC binary prefix definitions 2018-07-02 15:41:18 +02:00
capstone@5f173b0562
chardev qemu-char: check errno together with ret < 0 2018-07-06 18:39:19 +02:00
contrib
crypto crypto: Implement TLS Pre-Shared Keys (PSK). 2018-07-03 13:04:38 +01:00
default-configs Revert "[Core Change] Disable support for some HW to reduce build time and size" 2018-09-02 13:12:50 -07:00
disas target/m68k: correctly disassemble move16 2018-07-02 12:02:00 +02:00
docs docs: Describe using images in writing iotests 2018-07-30 15:35:37 +02:00
dtc@e54388015a
fpu
fsdev
gdb-xml
hw nvnet: Guest MAC address should not be initialized by hardware 2019-03-26 03:16:26 -07:00
include hvf: refactor headers, fix gdbstub 2018-09-30 15:37:00 +10:00
io
libdecnumber
linux-headers
linux-user linux-user: ppc64: don't use volatile register during safe_syscall 2018-07-31 09:57:43 +02:00
migration migration: fix duplicate initialization for expected_downtime and cleanup_bh 2018-07-24 17:28:57 +01:00
nbd nbd/server: fix nbd_co_send_block_status 2018-07-07 20:30:09 -05:00
net tap: fix memory leak on success to create a tap device 2018-07-20 08:30:49 +08:00
pc-bios sam460ex: Update u-boot-sam460ex firmware 2018-07-09 13:31:20 +10:00
po po: Don't include comments with location 2018-07-23 10:50:54 +01:00
qapi block/qapi: Add 'qdev' field to query-blockstats result 2018-07-30 15:35:37 +02:00
qga qga: process_event() simplification and leak fix 2018-07-23 18:54:26 -05:00
qobject qstring: Move qstring_from_substr()'s @end one to the right 2018-07-28 09:09:58 +02:00
qom qom/object: Add a new function object_initialize_child() 2018-07-17 13:12:49 +01:00
replay
roms sam460ex: Update u-boot-sam460ex firmware 2018-07-09 13:31:20 +10:00
scripts qapi: Make 'allow-oob' optional in SchemaInfoCommand 2018-07-23 13:57:52 +02:00
scsi pr-manager-helper: fix memory leak on event 2018-07-06 18:39:19 +02:00
slirp slirp: Correct size check in m_inc() 2018-08-07 14:13:22 +01:00
stubs tests: don't silence error reporting for all tests 2018-07-24 17:35:23 +01:00
target hvf: support PAT msr 2018-10-06 17:52:32 +10:00
tcg tcg/optimize: Do not skip default processing of dup_vec 2018-08-06 14:57:48 +01:00
tests tests/acpi: update tables after memory hotplug changes 2018-08-03 11:35:21 +03:00
trace tracing: Use double-dash spelling for trace option 2018-07-19 13:09:04 +01:00
ui ui: Set SDL2 'busy' interval to 16ms 2018-12-10 07:26:57 -07:00
util timer: remove replay clock probe in deadline calculation 2018-07-30 14:00:11 +02:00
.dir-locals.el
.editorconfig
.exrc
.gdbinit
.gitignore .gitignore: add .gcov files 2018-07-05 15:59:41 +01:00
.gitmodules vgabios: remove submodule and build rules. 2018-07-02 17:20:54 +02:00
.gitpublish
.mailmap
.shippable.yml
.travis.yml travis: add gcovr summary for GCOV build 2018-07-05 15:59:41 +01:00
appveyor.bat ci: Add release builds to Appveyor 2018-12-20 17:31:31 -07:00
appveyor.yml ci: Add release builds to Appveyor 2018-12-20 17:31:31 -07:00
arch_init.c
balloon.c
block.c block: Fix typos in comments (found by codespell) 2018-07-23 16:50:43 +02:00
blockdev-nbd.c
blockdev.c v3.0.0 release 2018-09-02 13:17:13 -07:00
blockjob.c
bootdevice.c
bt-host.c
bt-vhci.c
build.sh build.sh: Use Python 3.x for Windows 2019-01-28 20:48:47 -07:00
Changelog
CODING_STYLE
configure initial i386 hvf 2018-09-27 10:37:48 +08:00
COPYING
COPYING.LIB
cpus-common.c
cpus.c hvf: refactor headers, fix gdbstub 2018-09-30 15:37:00 +10:00
device_tree.c
device-hotplug.c Revert "block: Remove deprecated -drive option addr" 2018-07-10 14:36:12 +02:00
disas.c
dma-helpers.c
dump.c
exec.c tcg: simplify !CONFIG_TCG handling of tb_invalidate_* 2018-07-02 15:41:18 +02:00
gdbstub.c
get_deps.py build.sh: Use Python 3.x for Windows 2019-01-28 20:48:47 -07:00
HACKING
hmp-commands-info.hx qapi: add conditions to VNC type/commands/events on the schema 2018-07-03 18:38:54 +02:00
hmp-commands.hx Revert "block: Remove deprecated -drive geometry options" 2018-07-10 14:36:12 +02:00
hmp.c cli qmp: Mark --preconfig, exit-preconfig experimental 2018-07-16 15:38:19 +02:00
hmp.h
ioport.c
iothread.c
job-qmp.c
job.c
LICENSE
MAINTAINERS MAINTAINERS: New section "Incompatible changes", copy libvir-list 2018-07-16 15:46:52 +02:00
Makefile Merge branch 'master' into merge_3_0_0_sync 2018-09-05 20:07:50 -07:00
Makefile.objs
Makefile.target
memory_ldst.inc.c
memory_mapping.c
memory.c v3.0.0 release 2018-09-02 13:17:13 -07:00
module-common.c
monitor.c monitor: temporary fix for dead-lock on event recursion 2018-07-31 17:42:57 +02:00
numa.c
os-posix.c
os-win32.c
qdev-monitor.c
qdict-test-data.txt
qemu-bridge-helper.c
qemu-deprecated.texi qemu-doc: Move appendix "Deprecated features" to its own file 2018-07-16 15:43:06 +02:00
qemu-doc.texi qemu-doc: Move appendix "Deprecated features" to its own file 2018-07-16 15:43:06 +02:00
qemu-ga.texi
qemu-img-cmds.hx qemu-img: Add -C option for convert with copy offloading 2018-07-30 15:35:37 +02:00
qemu-img.c qemu-img: Add -C option for convert with copy offloading 2018-07-30 15:35:37 +02:00
qemu-img.texi qemu-img: Add -C option for convert with copy offloading 2018-07-30 15:35:37 +02:00
qemu-io-cmds.c
qemu-io.c
qemu-keymap.c
qemu-nbd.c
qemu-nbd.texi
qemu-option-trace.texi
qemu-options-wrapper.h
qemu-options.h
qemu-options.hx Bug fixes. 2018-07-17 17:06:32 +01:00
qemu-seccomp.c seccomp: allow sched_setscheduler() with SCHED_IDLE policy 2018-07-12 14:52:39 +02:00
qemu-tech.texi cli qmp: Mark --preconfig, exit-preconfig experimental 2018-07-16 15:38:19 +02:00
qemu.nsi
qemu.sasl
qmp.c cli qmp: Mark --preconfig, exit-preconfig experimental 2018-07-16 15:38:19 +02:00
qtest.c qtest: Use cpu address space instead of system memory 2018-07-06 18:39:19 +02:00
README
README.md docs: Use job-specific CI badges for macOS and Linux builds 2019-01-15 14:39:49 -07:00
replication.c
replication.h
rules.mak
thunk.c
tpm.c
trace-events
VERSION Update version for v3.0.0 release 2018-08-14 16:38:43 +01:00
version.rc
vl.c * IEC units series (Philippe) 2018-07-02 19:07:19 +01:00
win_dump.c
win_dump.h

XQEMU

XQEMU is an open-source emulator to play original Xbox games on Windows, macOS, and Linux. Please visit xqemu.com to learn more.

Build Status

Windows macOS Linux
Build status Travis-CI Status Travis-CI Status