QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
ths d640d6d4c2 Delete one more leftover file. 19 years ago
audio Don't define HIGH_LATENCY for ARM, this was a workaround for an ALSA problem. 19 years ago
darwin-user Handling more darwin-user syscalls, by Ilya Shar. 19 years ago
fpu Fix softfloat NaN handling. 19 years ago
hw Linux loader rewrite, by H. Peter Anvin. 19 years ago
keymaps Japanese keyboard patch (kazu) 20 years ago
linux-user MIPS linux-user update. 19 years ago
pc-bios Delete one more leftover file. 19 years ago
slirp Change -tftp option to take a root directory, by Anthony Liguori. 19 years ago
target-alpha Fix miscellaneous display warnings for PowerPC & alpha targets 19 years ago
target-arm ARM946 CPU support. 19 years ago
target-i386 More generic 64 bit multiplication support, by Aurelien Jarno. 19 years ago
target-m68k cpu_get_phys_page_debug should return target_phys_addr_t 19 years ago
target-mips Fix indexed FP load/store instructions. 19 years ago
target-ppc Update PowerPC target status. 19 years ago
target-sh4 Remove unnecessary pointer magic in shift operations, by Magnus Damm. 19 years ago
target-sparc Use full 36-bit physical address space on SS10 19 years ago
tests Implement iwMMXt instruction set for the PXA270 cpu. 19 years ago
.cvsignore Update .cvsignore for new PowerPC embedded target. 19 years ago
COPYING distribution patches 23 years ago
COPYING.LIB update 23 years ago
Changelog MIPS 64-bit FPU support, plus some collateral bugfixes in the 19 years ago
LICENSE update 19 years ago
Makefile New target for embedded PowerPC emulation (only system emulation, for now). 19 years ago
Makefile.target More generic 64 bit multiplication support, by Aurelien Jarno. 19 years ago
README update 21 years ago
TODO update 20 years ago
VERSION update 19 years ago
a.out.h 64bit->win32 cross build fix. 19 years ago
aes.c AES crypto support 22 years ago
aes.h AES crypto support 22 years ago
alpha-dis.c m68k disassembler (Paul Brook) 21 years ago
alpha.ld alpha support 23 years ago
arm-dis.c ARM thumb disassembly (Paul Brook) 21 years ago
arm-semi.c GDB hosted syscalls. 19 years ago
arm.ld Rewrite Arm host support. 20 years ago
block-bochs.c Support for Bochs "growing" images, by Volker Ruppert. 20 years ago
block-cloop.c async file I/O API 20 years ago
block-cow.c async file I/O API 20 years ago
block-dmg.c async file I/O API 20 years ago
block-qcow.c Dynamically allocate AIO Completion Blocks. 20 years ago
block-qcow2.c Qcow2: Release refcount table clusters after growing the refcount table, 19 years ago
block-raw.c Fix CDROM permission check, by Kazu <kazoo@r3.dion.ne.jp>. 20 years ago
block-vmdk.c New multiple snapshot support for VMDK, by Igor Lvovsky. 19 years ago
block-vpc.c async file I/O API 20 years ago
block-vvfat.c vvfat fixes (Roger Lathrop) 20 years ago
block.c Use PATH_MAX for name lengths, by Sergey Vlasov. 19 years ago
block_int.h better support of host drives 20 years ago
bswap.h limited 8 bit support - removed unaligned memory accesses in VGA (initial patch by Johannes Schindelin) 22 years ago
check_ops.sh Script to check for missing FORCE_RET. 20 years ago
cocoa.m cocoa monitor fix regarding the handling of dead keys (Joachim Henke) 20 years ago
configure Support OSS on solaris, by Ben Taylor. 19 years ago
console.c Serial console improvements, by Stefan Weil. 19 years ago
cpu-all.h Spelling fixes, by Stefan Weil. 19 years ago
cpu-defs.h Add TARGET_FMT_plx to properly display target_phys_addr_t variables. 19 years ago
cpu-exec.c Update debug output. 19 years ago
cutils.c added cutils.c 20 years ago
dis-asm.h Integrate Alpha target in Qemu core. 19 years ago
disas.c Fix monitor disasm output for Sparc64 target 19 years ago
disas.h monitor_disas() prototype change 21 years ago
dyngen-exec.h Make detection of unsupported hosts easier, inspired by a patch from 19 years ago
dyngen-op.h labels support in dyngen 22 years ago
dyngen.c Spelling fixes, by Stefan Weil. 19 years ago
dyngen.h Make detection of unsupported hosts easier, inspired by a patch from 19 years ago
ecc.h NAND Flash memory emulation and ECC calculation helpers for use by NAND controllers. 19 years ago
elf.h Support for more SPARC relocations, by Martin Bochnig. 19 years ago
elf_ops.h Improved initrd support for mips. 19 years ago
exec-all.h Enable faults for unassigned memory accesses and unimplemented ASIs 19 years ago
exec.c Use full 36-bit physical address space on SS10 19 years ago
gdbstub.c Add fpu register support to the gdb code, by Magnus Damm. 19 years ago
gdbstub.h Allow gdbstub to connect over any serial device. 19 years ago
host-utils.c More generic 64 bit multiplication support, by Aurelien Jarno. 19 years ago
hostregs_helper.h Fix 64-bit host register corruption. 19 years ago
i386-dis.c do not assume signed char 22 years ago
i386-vl.ld allow up to 256 MB of ram 23 years ago
i386.ld redhat 9 fix 23 years ago
ia64.ld ia64 host support (David Mosberger) 21 years ago
keymaps.c VNC server (Anthony Liguori) 20 years ago
kqemu.c Switch include for Solaris to avoid namespace issues. By Juergen Keil. 19 years ago
kqemu.h kqemu/qvm86 must now be compiled outside QEMU 20 years ago
loader.c Improved initrd support for mips. 19 years ago
m68k-dis.c m68k disassembler (Paul Brook) 21 years ago
m68k.ld m68k host port (Richard Zidlicky) 23 years ago
mips-dis.c dump all mips insn (Thiemo Seufer) 20 years ago
mips.ld Linker scripts for MIPS hosts. 19 years ago
mipsel.ld Linker scripts for MIPS hosts. 19 years ago
monitor.c Remove repeated code and enable encrypted SD cards and USB sticks images. 19 years ago
osdep.c qemu_create_pidfile implementation for Win32, based on a patch by 19 years ago
osdep.h qemu_create_pidfile implementation for Win32, based on a patch by 19 years ago
ppc-dis.c ppc64 target 21 years ago
ppc.ld Update ppc.ld to work with newer binutils. 19 years ago
qemu-binfmt-conf.sh Update for binfmt_misc handler, by Stefan Weil. 19 years ago
qemu-doc.texi ARM946 CPU support. 19 years ago
qemu-img.c qemu-img: fix incorrect error message, by Stuart Brady. 19 years ago
qemu-img.texi update 20 years ago
qemu-tech.texi Documentation update 19 years ago
qemu_socket.h Run monitor over unix domain sockets, by Anthony Liguori. 20 years ago
readline.c separated readline from monitor code - added password input support - added output buffer 22 years ago
s390.ld update 23 years ago
sdl.c -show-cursor switch to inhibit SDL hiding cursor. 19 years ago
sdl_keysym.h Windows keys support with keymaps 21 years ago
sh4-dis.c sh4 target (Samuel Tardieu) 20 years ago
softmmu_exec.h moved common softmmu code to common header (Paul Brook) 21 years ago
softmmu_header.h Integrate Alpha target in Qemu core. 19 years ago
softmmu_template.h added last_io_time field 20 years ago
sparc-dis.c sparc64 fixes (Blue Swirl) 20 years ago
sparc.ld Fix Sparc32 ldscript 19 years ago
sparc64.ld sparc64.ld file (Blue Swirl) 20 years ago
tap-win32.c win32 tap poll suppression (kazu) 20 years ago
texi2pod.pl automatic man page generation - BIOS installation 23 years ago
thunk.c sparc64 support (Blue Swirl) 22 years ago
thunk.h do not depend on thunk.h - more log items 22 years ago
translate-all.c Integrate Alpha target in Qemu core. 19 years ago
translate-op.c avoid redefinition problems 21 years ago
uboot_image.h Simple u-boot image loading support. 19 years ago
usb-linux.c Build fix for newer kernel headers, thanks Jason Wessel. 20 years ago
vgafont.h virtual console 22 years ago
vl.c Fix sysrq support from the monitor mux (originally by Jason Wessel). 19 years ago
vl.h Use full 36-bit physical address space on SS10 19 years ago
vnc.c Crop VNC update requests to avoid segfaults, by Thomas Tuttle. 19 years ago
vnc_keysym.h Japanese keyboard patch (kazu) 20 years ago
vnchextile.h Silence a spurious gcc warning. 20 years ago
x86_64.ld update 22 years ago
x_keymap.c Split out SDL X keymap, by Bernhard Fischer. 19 years ago

README

Read the documentation in qemu-doc.html.

Fabrice Bellard.