Statistics
| Branch: | Revision:

root @ 24c7b0e3

Name Size
  audio
  darwin-user
  fpu
  hw
  keymaps
  linux-user
  pc-bios
  slirp
  target-arm
  target-i386
  target-m68k
  target-mips
  target-ppc
  target-sh4
  target-sparc
  tests
.cvsignore 529 Bytes
COPYING 17.6 kB
COPYING.LIB 25.8 kB
Changelog 14.6 kB
LICENSE 533 Bytes
Makefile 4.5 kB
Makefile.target 14.9 kB
README 58 Bytes
TODO 1.9 kB
VERSION 5 Bytes
a.out.h 13.6 kB
aes.c 59.8 kB
aes.h 717 Bytes
alpha-dis.c 80.5 kB
alpha.ld 4 kB
arm-dis.c 55.2 kB
arm-semi.c 13.3 kB
arm.ld 4.7 kB
block-bochs.c 7.1 kB
block-cloop.c 4.8 kB
block-cow.c 7.7 kB
block-dmg.c 8.1 kB
block-qcow.c 28.2 kB
block-qcow2.c 71.4 kB
block-raw.c 32.7 kB
block-vmdk.c 22.9 kB
block-vpc.c 6.4 kB
block-vvfat.c 77.6 kB
block.c 34.4 kB
block_int.h 5.3 kB
bswap.h 4.3 kB
check_ops.sh 972 Bytes
cocoa.m 33.7 kB
configure 27.1 kB
console.c 33.2 kB
cpu-all.h 25.1 kB
cpu-defs.h 5.8 kB
cpu-exec.c 48.1 kB
cutils.c 2.2 kB
dis-asm.h 17.6 kB
disas.c 10.3 kB
disas.h 707 Bytes
dyngen-exec.h 7.4 kB
dyngen-op.h 162 Bytes
dyngen.c 89 kB
dyngen.h 13.1 kB
elf.h 41.9 kB
elf_ops.h 5.8 kB
exec-all.h 17.5 kB
exec.c 75.5 kB
gdbstub.c 30.9 kB
gdbstub.h 479 Bytes
hostregs_helper.h 2.1 kB
i386-dis.c 97.1 kB
i386-vl.ld 4.4 kB
i386.ld 4.4 kB
ia64.ld 8.4 kB
keymaps.c 4.2 kB
kqemu.c 25.3 kB
kqemu.h 4.6 kB
loader.c 7.8 kB
m68k-dis.c 211.9 kB
m68k.ld 5.9 kB
mips-dis.c 157.6 kB
monitor.c 65.4 kB
osdep.c 7 kB
osdep.h 380 Bytes
ppc-dis.c 129.5 kB
ppc.ld 4.5 kB
qemu-binfmt-conf.sh 2.4 kB
qemu-doc.texi 62.1 kB
qemu-img.c 17.9 kB
qemu-img.texi 4.1 kB
qemu-tech.texi 19.5 kB
qemu_socket.h 564 Bytes
readline.c 10.9 kB
s390.ld 7 kB
sdl.c 15.8 kB
sdl_keysym.h 8.6 kB
sh4-dis.c 83.1 kB
softmmu_exec.h 1.3 kB
softmmu_header.h 10.7 kB
softmmu_template.h 11.3 kB
sparc-dis.c 151.2 kB
sparc.ld 4 kB
sparc64.ld 4.4 kB
tap-win32.c 19.8 kB
texi2pod.pl 10.8 kB
thunk.c 6.9 kB
thunk.h 4 kB
translate-all.c 8.4 kB
translate-op.c 1 kB
uboot_image.h 6 kB
usb-linux.c 14.8 kB
vgafont.h 93.3 kB
vl.c 194.6 kB
vl.h 45.8 kB
vnc.c 31.1 kB
vnc_keysym.h 9.7 kB
vnchextile.h 4.4 kB
x86_64.ld 6.5 kB
x_keymap.c 3.8 kB

Latest revisions

# Date Author Comment
24c7b0e3 03/30/2007 07:44 pm ths

Sanitize mips exception handling.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2546 c046a42c-6fe2-441c-8c8c-71466251a162

e69f67b6 03/30/2007 07:41 pm ths

Fix build failure.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2545 c046a42c-6fe2-441c-8c8c-71466251a162

a42bd6cc 03/30/2007 01:22 pm j_mayer

Fix rfi instruction: do not depend on current execution mode
but on the execution mode that will be effective after the return.
Add rfci, rfdi and rfmci for BookE PowerPC.
Extend mfdcr / mtdcr and implement mfdrcx / mtdcrx.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2544 c046a42c-6fe2-441c-8c8c-71466251a162

363be49c 03/30/2007 01:07 pm j_mayer

Fix / update PowerPC BookE definitions.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2543 c046a42c-6fe2-441c-8c8c-71466251a162

47103572 03/30/2007 12:38 pm j_mayer

New model for PowerPC CPU hardware interrupt events:
move all PowerPC specific code into target-ppc/helper.c to avoid polluting
the common code in cpu-exec.c. This makes implementation of new features
(ie embedded PowerPC timers, critical interrupts, ...) easier....

de270b3c 03/28/2007 11:43 pm j_mayer

Solaris host compilation fix by Shaddy Baddah.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2541 c046a42c-6fe2-441c-8c8c-71466251a162

aa26bb2d 03/26/2007 12:33 am ths

qemu_create_pidfile implementation for Win32, based on a patch by
Carlos O'Donell.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2540 c046a42c-6fe2-441c-8c8c-71466251a162

209afb9e 03/25/2007 11:55 pm ths

Move determination of AIOLIBS until after all configure options have been
handled. By Carlos O'Donell.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2539 c046a42c-6fe2-441c-8c8c-71466251a162

a39437aa 03/25/2007 11:27 pm ths

Fix segfault with -nographic, by Enache Adrian.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2538 c046a42c-6fe2-441c-8c8c-71466251a162

ed5065e1 03/25/2007 07:15 pm ths

Typo in configure, by Nicholas Sauzede.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2537 c046a42c-6fe2-441c-8c8c-71466251a162

View all revisions | View revisions

Also available in: Atom