Go to file
blueswir1 5f8712aa1e Use MAP_ANON also for FreeBSD (Juergen Lock)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5778 c046a42c-6fe2-441c-8c8c-71466251a162
2008-11-22 20:43:01 +00:00
audio Attached patch fixes a series of this warning 2008-11-16 13:53:32 +00:00
bsd-user Fix BSD user compilation on other than OpenBSD 2008-11-22 20:34:45 +00:00
darwin-user Make target_sigaltstack_used static 2008-10-05 11:09:37 +00:00
fpu Add native softfloat fpu functions (Christoph Egger) 2008-11-22 20:17:37 +00:00
gdb-xml Add GDB XML register description support. 2008-10-11 17:55:29 +00:00
hw SH4: Switch serial emulation to qemu_irq 2008-11-21 21:06:51 +00:00
keymaps fixing keymap for Windows keys (Stefano Stabellini) 2008-09-22 19:45:36 +00:00
linux-user x86: Debug register emulation (Jan Kiszka) 2008-11-18 21:08:15 +00:00
pc-bios Update OpenBIOS images to SVN r237. 2008-09-18 19:41:28 +00:00
slirp Fix inline use warnings from sparse 2008-10-26 15:26:09 +00:00
target-alpha target-alpha: use CPU_Float/CPU_Double instead of ugly casts 2008-11-21 23:49:40 +00:00
target-arm Remove premature memop TB terminations (Jan Kiszka) 2008-11-18 20:26:41 +00:00
target-cris CRIS: remove unused op_template.h. 2008-11-21 17:26:23 +00:00
target-i386 x86: Dump debug registers (Jan Kiszka) 2008-11-18 21:09:47 +00:00
target-m68k Remove premature memop TB terminations (Jan Kiszka) 2008-11-18 20:26:41 +00:00
target-mips Refactor and enhance break/watchpoint API (Jan Kiszka) 2008-11-18 20:07:32 +00:00
target-ppc target-ppc: convert exceptions generation to TCG 2008-11-22 10:09:17 +00:00
target-sh4 target-sh4: fix 64-bit fmov to/from memory 2008-11-22 10:09:27 +00:00
target-sparc Refactor and enhance break/watchpoint API (Jan Kiszka) 2008-11-18 20:07:32 +00:00
tcg Preliminary AIX support 2008-11-18 01:42:22 +00:00
tests Implement SSE4.1, SSE4.2 (x86). 2008-10-04 03:27:44 +00:00
.gitignore Add gitignore file 2008-09-09 17:15:28 +00:00
a.out.h
aes.c
aes.h
aio.c Make sure to initialize fd_sets in aio.c 2008-10-12 21:19:57 +00:00
alpha-dis.c
alpha.ld
arm-dis.c
arm-semi.c
arm.ld
block_int.h Use an option rom instead of boot sector for -kernel 2008-11-08 16:27:07 +00:00
block-bochs.c
block-cloop.c
block-cow.c
block-dmg.c
block-nbd.c
block-parallels.c
block-qcow2.c fix bdrv_aio_read API breakage in qcow2 (Andrea Arcangeli) 2008-10-31 17:28:00 +00:00
block-qcow.c
block-raw-posix.c block: make raw aio signaling non-blocking (Gerd Hoffman) 2008-11-13 19:23:17 +00:00
block-raw-win32.c Expand cache= option and use write-through caching by default 2008-10-14 14:42:54 +00:00
block-vmdk.c fix off-by-one generating vmdk backing files (Avi Kivity) 2008-10-28 14:08:49 +00:00
block-vpc.c
block-vvfat.c Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger 2008-11-22 20:04:24 +00:00
block.c Use an option rom instead of boot sector for -kernel 2008-11-08 16:27:07 +00:00
block.h Use an option rom instead of boot sector for -kernel 2008-11-08 16:27:07 +00:00
bswap.h
bt-host.c Win32: Fix warnings 2008-11-06 09:38:51 +00:00
bt-vhci.c Disable bluetooth proxy compilation on win32. 2008-09-30 23:31:35 +00:00
buffered_file.c Introduce a buffered file wrapper for QEMUFile 2008-10-13 03:10:22 +00:00
buffered_file.h Introduce a buffered file wrapper for QEMUFile 2008-10-13 03:10:22 +00:00
Changelog
check_ops.sh
cocoa.m
configure Fix some compile and linking issues on NetBSD. 2008-11-22 20:24:29 +00:00
console.c Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's. 2008-09-24 03:32:33 +00:00
console.h Allow the monitor to be suspended during non-blocking op 2008-10-06 13:52:44 +00:00
COPYING COPYING: update from FSF 2008-10-12 17:54:42 +00:00
COPYING.LIB
cpu-all.h Introduce BP_CPU as a breakpoint type (Jan Kiszka) 2008-11-18 20:56:59 +00:00
cpu-defs.h Refactor and enhance break/watchpoint API (Jan Kiszka) 2008-11-18 20:07:32 +00:00
cpu-exec.c target-ppc: convert exceptions generation to TCG 2008-11-22 10:09:17 +00:00
cris-dis.c
curses_keys.h Control + i and [tab] share keycode in curses, simulate [tab]. 2008-10-28 00:11:06 +00:00
curses.c Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's. 2008-09-24 03:32:33 +00:00
cutils.c Attached patch fixes a series of this warning 2008-11-16 13:53:32 +00:00
d3des.c Ansify to please sparse 2008-10-27 19:49:12 +00:00
d3des.h
def-helper.h TCG variable type checking. 2008-11-17 14:43:54 +00:00
dis-asm.h
disas.c Update old fashioned function prototypes. 2008-10-22 15:55:18 +00:00
disas.h * Use function pointers for symbol lookup (currently for elf32 and elf64, 2008-10-22 15:11:31 +00:00
dyngen-exec.h
dyngen.c
elf_ops.h Use load address when loading ELF images. 2008-10-22 18:20:20 +00:00
elf.h
exec-all.h Add debug exception hook (Jan Kiszka) 2008-11-18 20:50:36 +00:00
exec.c Fix Windows build 2008-11-18 21:52:54 +00:00
feature_to_c.sh Fix undeclared symbol warnings from sparse 2008-10-26 13:43:07 +00:00
gdbstub.c gdbstub: manage CPUs as threads (Jan Kiszka) 2008-11-18 20:30:24 +00:00
gdbstub.h gdbstub: manage CPUs as threads (Jan Kiszka) 2008-11-18 20:30:24 +00:00
gen-icount.h TCG variable type checking. 2008-11-17 14:43:54 +00:00
host-utils.c
host-utils.h Include <strings.h> for ffs(). 2008-11-12 17:18:41 +00:00
hostregs_helper.h
hpet.h
hppa-dis.c
hppa.ld
i386-dis.c Make some i386 disassembler tables const 2008-10-02 18:29:22 +00:00
i386.ld
ia64.ld
keymaps.c Make keysym tables const 2008-10-02 18:26:42 +00:00
kqemu.c
kqemu.h
kvm-all.c Make KVMSlot a real structure 2008-11-19 17:41:58 +00:00
kvm.h Define kvm_ioctl in the same way as ioctl 2008-11-13 19:21:00 +00:00
LICENSE
loader.c uImage: only try to load 'kernel' images (Hollis Blanchard) 2008-11-20 22:15:46 +00:00
m68k-dis.c Fix warnings that would be caused by gcc flag -Wwrite-strings 2008-09-14 06:45:34 +00:00
m68k-semi.c
m68k.ld
MAINTAINERS
Makefile Split savevm code into savevm.c 2008-11-11 21:33:36 +00:00
Makefile.target Preliminary AIX support 2008-11-18 01:42:22 +00:00
migration-exec.c Fix brown-paper-bag bugs from live-migration patch (Charles Duffy) 2008-11-12 22:29:11 +00:00
migration-tcp.c Fix brown-paper-bag bugs from live-migration patch (Charles Duffy) 2008-11-12 22:29:11 +00:00
migration.c Reintroduce migrate-to-exec: support (Charles Duffy) 2008-11-11 16:46:33 +00:00
migration.h Reintroduce migrate-to-exec: support (Charles Duffy) 2008-11-11 16:46:33 +00:00
mips-dis.c
mips.ld
mipsel.ld
monitor.c Attached patch fixes a series of this warning 2008-11-16 13:53:32 +00:00
nbd.c Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger 2008-11-22 20:04:24 +00:00
nbd.h qemu-nbd: remove useless parameter from nbd_negotiate() (Laurent Vivier) 2008-09-10 15:23:19 +00:00
net-checksum.c
net.c Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger 2008-11-22 20:04:24 +00:00
net.h Move network redirection code out of vl.c and into net.c 2008-10-31 19:10:00 +00:00
osdep.c Use MAP_ANON also for FreeBSD (Juergen Lock) 2008-11-22 20:43:01 +00:00
osdep.h Only force inlining when optimizing. 2008-11-19 01:31:52 +00:00
ppc64.ld
ppc-dis.c
ppc.ld
qemu_socket.h sockets: helper functions for qemu (Gerd Hoffman) 2008-11-11 20:46:40 +00:00
qemu-aio.h Refactor AIO to allow multiple AIO implementations 2008-09-22 19:17:18 +00:00
qemu-binfmt-conf.sh
qemu-char.c fix some variable initizalization issues (Stefano Stabellini) 2008-11-12 15:00:36 +00:00
qemu-char.h Move some declarations around in the QEMU CharDriver code 2008-10-31 18:44:40 +00:00
qemu-common.h Attached patch fixes a series of this warning 2008-11-16 13:53:32 +00:00
qemu-doc.texi Document bluetooth support in qemu-doc. 2008-11-09 02:24:54 +00:00
qemu-img.c
qemu-img.texi
qemu-lock.h AIX's assembler does not support local labels, use relative addressing instead 2008-11-18 01:42:17 +00:00
qemu-log.h
qemu-malloc.c Add qemu_strndup: qemu_strdup with length limit. 2008-11-09 00:28:40 +00:00
qemu-nbd.c Fix undeclared symbol warnings from sparse 2008-10-26 13:43:07 +00:00
qemu-nbd.texi Fix formatting of documentation (Stefan Weil) 2008-09-22 20:41:57 +00:00
qemu-sockets.c Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger 2008-11-22 20:04:24 +00:00
qemu-tech.texi Update (thanks to Edgar, Thiemo, malc, Paul, Laurent and Andrzej) 2008-10-09 18:52:04 +00:00
qemu-timer.h
qemu-tool.c Use qemu_gettimeofday. 2008-10-29 14:37:18 +00:00
readline.c Attached patch fixes a series of this warning 2008-11-16 13:53:32 +00:00
README
s390-dis.c
s390.ld
savevm.c Split savevm code into savevm.c 2008-11-11 21:33:36 +00:00
sdl_keysym.h Make keysym tables const 2008-10-02 18:26:42 +00:00
sdl.c
sh4-dis.c Fix warnings that would be caused by gcc flag -Wwrite-strings 2008-09-14 06:45:34 +00:00
softmmu_defs.h
softmmu_exec.h
softmmu_header.h
softmmu_template.h Set mem_io_vaddr on io_read (Jan Kiszka) 2008-11-18 20:09:43 +00:00
softmmu-semi.h Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings 2008-09-20 08:07:15 +00:00
sparc64.ld
sparc-dis.c Update from binutils 2.17 2008-10-26 19:13:20 +00:00
sparc.ld
sys-queue.h
sysemu.h uImage: rename load_uboot() to load_uimage() (Hollis Blanchard) 2008-11-20 22:14:40 +00:00
tap-win32.c Win32: Fix warnings 2008-11-06 09:38:51 +00:00
texi2pod.pl
thunk.c Make bitmask tables static const 2008-10-05 10:51:10 +00:00
thunk.h Make bitmask tables static const 2008-10-05 10:51:10 +00:00
TODO
translate-all.c
uboot_image.h
usb-linux.c Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger 2008-11-22 20:04:24 +00:00
VERSION
vgafont.h
vl.c gdbstub: manage CPUs as threads (Jan Kiszka) 2008-11-18 20:30:24 +00:00
vnc_keysym.h Make keysym tables const 2008-10-02 18:26:42 +00:00
vnc.c r5531 made x509 certs not loadable (original patch from Henrik Holst). 2008-11-12 16:50:36 +00:00
vnchextile.h vnc dynamic resolution (Stefano Stabellini) 2008-09-15 16:03:41 +00:00
x86_64.ld
x_keymap.c

Read the documentation in qemu-doc.html.

Fabrice Bellard.