QEMU With E2K User Support
Go to file
ths 5efbfeddac Squash logic bugs while they are fresh...
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2547 c046a42c-6fe2-441c-8c8c-71466251a162
2007-03-30 17:48:00 +00:00
audio Qemu support for S32 and U32 alsa output, by Vassili Karpov. 2007-02-17 22:19:29 +00:00
darwin-user Handling more darwin-user syscalls, by Ilya Shar. 2007-03-19 13:43:04 +00:00
fpu Ooops... Typo. 2007-03-20 22:25:37 +00:00
hw Sanitize mips exception handling. 2007-03-30 16:44:54 +00:00
keymaps Japanese keyboard patch (kazu) 2007-01-07 17:12:41 +00:00
linux-user Fix fcntl64 logic bug, by Kirill A. Shutemov. 2007-03-22 15:08:55 +00:00
pc-bios reset rombios32 area 2007-02-08 22:17:34 +00:00
slirp Change -tftp option to take a root directory, by Anthony Liguori. 2007-02-20 00:12:07 +00:00
target-arm SPARC host fixes, by Ben Taylor. 2007-03-19 14:47:40 +00:00
target-i386 darwin fix 2007-02-05 22:06:27 +00:00
target-m68k Define gen_intermediate_code_internal as "static inline". 2007-03-19 21:46:06 +00:00
target-mips Squash logic bugs while they are fresh... 2007-03-30 17:48:00 +00:00
target-ppc Fix rfi instruction: do not depend on current execution mode 2007-03-30 10:22:46 +00:00
target-sh4 Define gen_intermediate_code_internal as "static inline". 2007-03-19 21:46:06 +00:00
target-sparc Sparc32/64 CPU selection 2007-03-25 07:55:52 +00:00
tests int conversion test 2007-02-05 20:52:39 +00:00
.cvsignore Update .cvsignore. 2007-01-23 01:47:46 +00:00
a.out.h 64bit->win32 cross build fix. 2007-03-04 00:52:16 +00:00
aes.c
aes.h
alpha-dis.c
alpha.ld
arm-dis.c
arm-semi.c GDB hosted syscalls. 2007-01-28 03:10:55 +00:00
arm.ld
block_int.h better support of host drives 2006-08-19 11:45:59 +00:00
block-bochs.c Support for Bochs "growing" images, by Volker Ruppert. 2007-01-05 18:56:04 +00:00
block-cloop.c
block-cow.c
block-dmg.c
block-qcow2.c
block-qcow.c
block-raw.c Fix CDROM permission check, by Kazu <kazoo@r3.dion.ne.jp>. 2007-01-18 00:22:11 +00:00
block-vmdk.c New multiple snapshot support for VMDK, by Igor Lvovsky. 2007-01-24 21:05:24 +00:00
block-vpc.c
block-vvfat.c vvfat fixes (Roger Lathrop) 2006-09-09 12:03:20 +00:00
block.c Use PATH_MAX for name lengths, by Sergey Vlasov. 2007-02-11 15:06:09 +00:00
bswap.h
Changelog MIPS -cpu selection support, by Herve Poussineau. 2007-03-18 00:30:29 +00:00
check_ops.sh Script to check for missing FORCE_RET. 2007-01-07 19:38:08 +00:00
cocoa.m
configure Move determination of AIOLIBS until after all configure options have been 2007-03-25 20:55:00 +00:00
console.c Serial console improvements, by Stefan Weil. 2007-02-10 22:37:56 +00:00
COPYING
COPYING.LIB
cpu-all.h Watchpoint support (previous commit got eaten by Savannah server crash). 2007-03-16 23:58:11 +00:00
cpu-defs.h Watchpoint support (previous commit got eaten by Savannah server crash). 2007-03-16 23:58:11 +00:00
cpu-exec.c Sanitize mips exception handling. 2007-03-30 16:44:54 +00:00
cutils.c added cutils.c 2007-01-07 22:04:40 +00:00
dis-asm.h
disas.c Remove duplicate TARGET_M68K case. 2007-01-01 14:14:34 +00:00
disas.h
dyngen-exec.h Sanitize mips exception handling. 2007-03-30 16:44:54 +00:00
dyngen-op.h
dyngen.c 64bit->win32 cross build fix. 2007-03-04 00:52:16 +00:00
dyngen.h
elf_ops.h Simplify error handling again. 2006-12-23 15:18:47 +00:00
elf.h Support for more SPARC relocations, by Martin Bochnig. 2007-02-10 21:31:43 +00:00
exec-all.h MIPS FPU dynamic activation, part 1, by Herve Poussineau. 2007-02-28 22:37:42 +00:00
exec.c Better ioport debugging output. 2007-03-17 15:17:58 +00:00
gdbstub.c Watchpoint support (previous commit got eaten by Savannah server crash). 2007-03-16 23:58:11 +00:00
gdbstub.h Allow gdbstub to connect over any serial device. 2007-02-22 01:48:01 +00:00
hostregs_helper.h Fix 64-bit host register corruption. 2007-02-04 13:37:44 +00:00
i386-dis.c
i386-vl.ld
i386.ld
ia64.ld
keymaps.c
kqemu.c Improved kqemu error message, by Robert Millan. 2007-03-25 16:14:07 +00:00
kqemu.h
LICENSE update 2007-02-05 21:06:29 +00:00
loader.c Simple u-boot image loading support. 2007-03-06 23:52:01 +00:00
m68k-dis.c
m68k.ld
Makefile Better way to select -lrt, by Andrzei Zaborowski. 2007-03-17 15:00:37 +00:00
Makefile.target VMMouse Emulation, by Anthony Liguori. 2007-03-20 16:45:27 +00:00
mips-dis.c
monitor.c Add -name option, by Anthony Liguori. 2007-03-19 15:17:08 +00:00
osdep.c qemu_create_pidfile implementation for Win32, based on a patch by 2007-03-25 21:33:06 +00:00
osdep.h qemu_create_pidfile implementation for Win32, based on a patch by 2007-03-25 21:33:06 +00:00
ppc-dis.c
ppc.ld
qemu_socket.h Run monitor over unix domain sockets, by Anthony Liguori. 2006-12-21 19:46:43 +00:00
qemu-binfmt-conf.sh
qemu-doc.texi Add -name option, by Anthony Liguori. 2007-03-19 15:17:08 +00:00
qemu-img.c qemu-img: fix incorrect error message, by Stuart Brady. 2007-02-10 22:59:40 +00:00
qemu-img.texi
qemu-tech.texi Sparc tagged operations (Aurelien Jarno) 2007-03-23 20:01:20 +00:00
readline.c
README
s390.ld
sdl_keysym.h
sdl.c Add -name option, by Anthony Liguori. 2007-03-19 15:17:08 +00:00
sh4-dis.c
softmmu_exec.h
softmmu_header.h
softmmu_template.h
sparc64.ld
sparc-dis.c
sparc.ld
tap-win32.c win32 tap poll suppression (kazu) 2006-08-19 12:37:52 +00:00
texi2pod.pl
thunk.c
thunk.h
TODO
translate-all.c ColdFire target. 2006-10-22 00:18:54 +00:00
translate-op.c
uboot_image.h Simple u-boot image loading support. 2007-03-06 23:52:01 +00:00
usb-linux.c Build fix for newer kernel headers, thanks Jason Wessel. 2006-12-10 22:11:04 +00:00
VERSION update 2007-02-05 20:46:55 +00:00
vgafont.h
vl.c qemu_create_pidfile implementation for Win32, based on a patch by 2007-03-25 21:33:06 +00:00
vl.h Fix build failure. 2007-03-30 16:41:55 +00:00
vnc_keysym.h Japanese keyboard patch (kazu) 2007-01-07 17:12:41 +00:00
vnc.c Add -name option, by Anthony Liguori. 2007-03-19 15:17:08 +00:00
vnchextile.h Silence a spurious gcc warning. 2006-12-21 16:50:09 +00:00
x86_64.ld
x_keymap.c Split out SDL X keymap, by Bernhard Fischer. 2007-01-24 21:40:21 +00:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.