Statistics
| Branch: | Revision:

root @ 6276c767

Name Size
  audio
  darwin-user
  fpu
  hw
  keymaps
  linux-user
  pc-bios
  slirp
  target-alpha
  target-arm
  target-cris
  target-i386
  target-m68k
  target-mips
  target-ppc
  target-sh4
  target-sparc
  tests
.cvsignore 233 Bytes
COPYING 17.6 kB
COPYING.LIB 25.8 kB
Changelog 15.1 kB
LICENSE 533 Bytes
Makefile 4.9 kB
Makefile.target 17.1 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 54.8 kB
arm-semi.c 12.5 kB
arm.ld 4.7 kB
block-bochs.c 7 kB
block-cloop.c 4.8 kB
block-cow.c 7.7 kB
block-dmg.c 8.1 kB
block-parallels.c 4.6 kB
block-qcow.c 28.1 kB
block-qcow2.c 71.4 kB
block-raw.c 35.1 kB
block-vmdk.c 25.1 kB
block-vpc.c 6.4 kB
block-vvfat.c 78.8 kB
block.c 34.4 kB
block_int.h 5.4 kB
bswap.h 4.3 kB
check_ops.sh 972 Bytes
cocoa.m 33 kB
configure 35.5 kB
console.c 34.1 kB
cpu-all.h 24.3 kB
cpu-defs.h 6 kB
cpu-exec.c 53 kB
cris-dis.c 80.6 kB
cutils.c 2.2 kB
d3des.c 15 kB
d3des.h 1.6 kB
dis-asm.h 18 kB
disas.c 11 kB
disas.h 707 Bytes
dyngen-exec.h 7.8 kB
dyngen-op.h 162 Bytes
dyngen.c 94.4 kB
dyngen.h 13.1 kB
elf.h 42 kB
elf_ops.h 6.2 kB
exec-all.h 18.4 kB
exec.c 86.5 kB
gdbstub.c 35 kB
gdbstub.h 479 Bytes
host-utils.c 3 kB
host-utils.h 4.9 kB
hostregs_helper.h 2.1 kB
hpet.h 618 Bytes
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.2 kB
kqemu.h 4.6 kB
loader.c 8 kB
m68k-dis.c 211.9 kB
m68k-semi.c 10.6 kB
m68k.ld 5.9 kB
mips-dis.c 205.9 kB
mips.ld 8.5 kB
mipsel.ld 8.5 kB
monitor.c 67.5 kB
osdep.c 7.5 kB
osdep.h 622 Bytes
ppc-dis.c 129.5 kB
ppc.ld 8.6 kB
qemu-binfmt-conf.sh 4 kB
qemu-doc.texi 76.3 kB
qemu-img.c 18.5 kB
qemu-img.texi 4.2 kB
qemu-tech.texi 20.1 kB
qemu_socket.h 564 Bytes
readline.c 12.5 kB
s390-dis.c 90.4 kB
s390.ld 7 kB
sdl.c 19.1 kB
sdl_keysym.h 8.6 kB
sh4-dis.c 83.1 kB
softmmu-semi.h 1.8 kB
softmmu_exec.h 2.3 kB
softmmu_header.h 9.8 kB
softmmu_template.h 11.2 kB
sparc-dis.c 170.7 kB
sparc.ld 4.3 kB
sparc64.ld 4.6 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 26.2 kB
vgafont.h 93.3 kB
vl.c 217.9 kB
vl.h 55 kB
vnc.c 55.8 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
6276c767 10/29/2007 04:57 am ths

Fix logic bug which broke TLBL/TLBS handling somewhat.

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

d951f6ff 10/29/2007 03:50 am balrog

Implement OMAP MicroWire controller.
Fix GPIO interrupt number.
Reorder a couple of variables.

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

1b6fd0bc 10/29/2007 02:49 am ths

Restrict CP0_PerfCnt to legal values.

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

3cbee15b 10/29/2007 01:42 am j_mayer
  • sort the PowerPC target object files
  • make PowerPC NVRAM accessors generic to be able to use a MacIO NVRAM
    instead of the M48T59 one
  • split PowerMac targets code:
    - move all PowerMac related definitions and prototypes into hw/ppc_mac.h
    - add hw/mac_dbdma.c, hw/mac_nvram.c and macio.c...
897b4c6c 10/29/2007 01:33 am j_mayer

Give an opaque to the m48t59 direct access routines to make it easier
to use another NVRAM with the same API.

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

64330148 10/28/2007 11:02 pm balrog

Add OMAP Shared GPIO module.

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

623a930e 10/28/2007 09:45 pm ths

Implement missing MIPS supervisor mode bits.

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

8e129e07 10/28/2007 09:24 pm balrog

Handle MMC card insertion/removal/readonly signals.
Hook them up to Palm T|E GPIOs.

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

38a34e1d 10/28/2007 08:29 pm balrog

Add PalmT|E matrix keypad connected to OMAP GPIOs.

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

fe71e81a 10/28/2007 06:45 pm balrog

Implement OMAP1 MPU I/O module.

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

View all revisions | View revisions

Also available in: Atom