QEMU With E2K User Support
Go to file
aurel32 29d26d20e5 fix alpha cmovxx instruction
The CMOV instruction is defined by the alpha manual as:

CMOVxx Ra.rq,Rb.rq,Rc.wq !Operate format
CMOVxx Ra.rq,#b.ib,Rc.wq !Operate format

Operation:
IF TEST(Rav, Condition_based_on_Opcode) THEN
Rc ← Rbv

The current qemu behavior inverses Ra and Rb.  This is fixed by this
patch.

Signed-off-by: Tristan Gingold <gingold@adacore.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5171 c046a42c-6fe2-441c-8c8c-71466251a162
2008-09-05 19:07:53 +00:00
audio
darwin-user
fpu
hw CRIS: Mask off the cache selection bit after MMU translations. 2008-09-05 17:17:55 +00:00
keymaps Improve jp106 keyboard support, by Akio Takebe. 2008-07-07 19:29:49 +00:00
linux-user Fix some warnings that would be generated by gcc -Wredundant-decls 2008-08-30 09:51:20 +00:00
pc-bios
slirp
target-alpha fix alpha cmovxx instruction 2008-09-05 19:07:53 +00:00
target-arm
target-cris CRIS: Mask off the cache selection bit after MMU translations. 2008-09-05 17:17:55 +00:00
target-i386
target-m68k
target-mips
target-ppc
target-sh4
target-sparc
tcg
tests
a.out.h
aes.c
aes.h
alpha-dis.c
alpha.ld
arm-dis.c
arm-semi.c
arm.ld
block_int.h
block-bochs.c
block-cloop.c Split block API from vl.h. 2007-11-11 02:51:17 +00:00
block-cow.c
block-dmg.c
block-nbd.c
block-parallels.c
block-qcow2.c
block-qcow.c
block-raw-posix.c
block-raw-win32.c
block-vmdk.c
block-vpc.c
block-vvfat.c
block.c
block.h Allow QEMU to connect directly to an NBD server, by Laurent Vivier. 2008-07-03 13:41:03 +00:00
bswap.h
Changelog
check_ops.sh
cocoa.m
configure
console.c
console.h
COPYING
COPYING.LIB
cpu-all.h
cpu-defs.h
cpu-exec.c
cris-dis.c
curses_keys.h
curses.c
cutils.c
d3des.c
d3des.h
dis-asm.h Fix OpenBSD linker warnings 2008-08-21 17:58:08 +00:00
disas.c
disas.h
dyngen-exec.h
dyngen.c
elf_ops.h
elf.h
exec-all.h
exec.c
gdbstub.c
gdbstub.h
gen-icount.h
host-utils.c
host-utils.h
hostregs_helper.h Fix 64-bit host register corruption. 2007-02-04 13:37:44 +00:00
hpet.h
hppa-dis.c
hppa.ld HPPA (PA-RISC) host support 2008-04-12 20:14:54 +00:00
i386-dis.c
i386.ld
ia64.ld
keymaps.c
kqemu.c
kqemu.h
LICENSE
loader.c
m68k-dis.c
m68k-semi.c
m68k.ld
MAINTAINERS Update maintainers list. 2008-08-25 22:26:03 +00:00
Makefile
Makefile.target
mips-dis.c
mips.ld Linker scripts for MIPS hosts. 2007-05-05 19:24:38 +00:00
mipsel.ld
monitor.c
nbd.c
nbd.h
net-checksum.c
net.h
osdep.c
osdep.h
ppc64.ld
ppc-dis.c
ppc.ld
qemu_socket.h
qemu-binfmt-conf.sh
qemu-char.h
qemu-common.h
qemu-doc.texi
qemu-img.c
qemu-img.texi
qemu-lock.h
qemu-log.h
qemu-malloc.c
qemu-nbd.c
qemu-nbd.texi
qemu-tech.texi
qemu-timer.h
readline.c
README
s390-dis.c
s390.ld
sdl_keysym.h
sdl.c
sh4-dis.c
softmmu_defs.h
softmmu_exec.h
softmmu_header.h
softmmu_template.h
softmmu-semi.h
sparc64.ld
sparc-dis.c
sparc.ld
sys-queue.h
sysemu.h
tap-win32.c
texi2pod.pl
thunk.c
thunk.h Fix attempt to inline recursive functions. 2007-11-19 01:06:24 +00:00
TODO
translate-all.c Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. 2008-07-18 18:01:29 +00:00
uboot_image.h
usb-linux.c
VERSION
vgafont.h
vl.c
vnc_keysym.h
vnc.c
vnchextile.h
x86_64.ld
x_keymap.c

Read the documentation in qemu-doc.html.

Fabrice Bellard.