Statistics
| Branch: | Revision:

root @ 02cb1585

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
  tcg
  tests
.cvsignore 249 Bytes
COPYING 17.6 kB
COPYING.LIB 25.8 kB
Changelog 15.5 kB
LICENSE 636 Bytes
Makefile 8 kB
Makefile.target 15.6 kB
README 58 Bytes
TODO 2 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 157.8 kB
arm-semi.c 14.1 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.7 kB
block-qcow.c 28.1 kB
block-qcow2.c 71.4 kB
block-raw-posix.c 23.5 kB
block-raw-win32.c 13.6 kB
block-vmdk.c 25.2 kB
block-vpc.c 6.4 kB
block-vvfat.c 79 kB
block.c 35.8 kB
block.h 6.6 kB
block_int.h 5.7 kB
bswap.h 4.3 kB
check_ops.sh 1005 Bytes
cocoa.m 36.4 kB
configure 37.3 kB
console.c 36.6 kB
console.h 5.8 kB
cpu-all.h 25.4 kB
cpu-defs.h 6.8 kB
cpu-exec.c 50 kB
cris-dis.c 80.6 kB
curses.c 9.5 kB
curses_keys.h 12.4 kB
cutils.c 2.5 kB
d3des.c 15 kB
d3des.h 1.6 kB
dis-asm.h 18.2 kB
disas.c 11.1 kB
disas.h 707 Bytes
dyngen-exec.h 8.4 kB
dyngen.c 95.4 kB
elf.h 42 kB
elf_ops.h 6.2 kB
exec-all.h 16 kB
exec.c 90.6 kB
gdbstub.c 37 kB
gdbstub.h 479 Bytes
host-utils.c 2.8 kB
host-utils.h 5.1 kB
hostregs_helper.h 2.1 kB
hpet.h 618 Bytes
i386-dis.c 96.6 kB
i386.ld 4.4 kB
ia64.ld 8.4 kB
keymaps.c 5.6 kB
kqemu.c 25.2 kB
kqemu.h 4.6 kB
loader.c 8.1 kB
m68k-dis.c 211.9 kB
m68k-semi.c 12.3 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.9 kB
net.h 1.2 kB
osdep.c 8 kB
osdep.h 1.5 kB
ppc-dis.c 129.5 kB
ppc.ld 8.6 kB
qemu-binfmt-conf.sh 4 kB
qemu-char.h 2.6 kB
qemu-common.h 3.1 kB
qemu-doc.texi 83.6 kB
qemu-img.c 20.4 kB
qemu-img.texi 4.2 kB
qemu-tech.texi 20 kB
qemu-timer.h 1.6 kB
qemu_socket.h 591 Bytes
readline.c 12.5 kB
s390-dis.c 90.4 kB
s390.ld 7 kB
sdl.c 19.8 kB
sdl_keysym.h 8.6 kB
sh4-dis.c 83.1 kB
softmmu-semi.h 2 kB
softmmu_exec.h 2.3 kB
softmmu_header.h 9.7 kB
softmmu_template.h 11.4 kB
sparc-dis.c 170.7 kB
sparc.ld 4.3 kB
sparc64.ld 4.6 kB
sysemu.h 4.4 kB
tap-win32.c 19.9 kB
texi2pod.pl 12 kB
thunk.c 8.2 kB
thunk.h 4.2 kB
translate-all.c 7.8 kB
uboot_image.h 6 kB
usb-linux.c 26.6 kB
vgafont.h 93.3 kB
vl.c 236 kB
vnc.c 58 kB
vnc_keysym.h 10.1 kB
vnchextile.h 4.4 kB
x86_64.ld 6.5 kB
x_keymap.c 3.8 kB

Latest revisions

# Date Author Comment
02cb1585 03/13/2008 09:23 pm aurel32

ds1225y nvram: Fix some bugs

- whole nvram was erased in some conditions
- fix out of range accesses
- improve reading speed by keeping contents in memory
- rename capacity to chip_size

(Hervé Poussineau)

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

f442e08b 03/13/2008 09:20 pm aurel32

Slowdown SDL while minimized

When SDL is invisible/minimized, there is no need to keep calling the
VGA refresh 33 times per second. This patch reduces in that case the
rate to 2 times per second, which should be responsive enough for the
un-minimizing event....

4c44bdcb 03/13/2008 09:20 pm aurel32

SDL mouse events smoothness

(Samuel Thibault)

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

80621676 03/13/2008 09:20 pm aurel32

Math functions helper for CONFIG_SOFTFLOAT=yes

The patch below adds isfinite() and isnormal() functions which can
work with float64 type, used when CONFIG_SOFTFLOAT=yes.

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

0ca9d380 03/13/2008 09:19 pm aurel32

Use float32/64 instead of float/double

The patch below uses the float32 and float64 types instead of the float
and double types in the PPC code. This doesn't change anything when
using softfloat-native as the types are the same, but that helps
compiling the PPC target with softfloat....

6b59fc74 03/13/2008 09:18 pm aurel32

e1000: fix endianness issues

This patch fixes endianness issues in the e1000 nic emulation, which
currently only works on little endian hosts with little endian targets.

Byte swapping does not depend on host endianness, so this patch remove
the use of cpu_to_le32 and le32_to_cpu functions. It depends on the path...

5fedc612 03/13/2008 09:17 pm aurel32

rtl8139: fix endianness on big endian targets

On big endian targets with mmio accesses, the values are not always
swapped, depending on the accessed register. The Linux 8139too module
was able to cope with that, but not the 8139cp one.

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

e4d5434c 03/13/2008 07:34 pm blueswir1

Fix i32 memory backed variables on 64-bit host

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

30aa5c0d 03/13/2008 03:19 am aurel32

Convert from DOS to UNIX format, no code change.

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

5e85404a 03/12/2008 11:40 pm aurel32

TCG README fixes (Stuart Brady)

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

View all revisions | View revisions

Also available in: Atom