audio
Set default audio timer period to a sane value (otherwise qemu becomes unusable if -icount N is specified)
18 years ago
bsd-user
Sparc32 BSD user support
18 years ago
darwin-user
Make target_sigaltstack_used static
18 years ago
fpu
Fix ARM default NaN.
18 years ago
gdb-xml
Add GDB XML register description support.
18 years ago
hw
Reintroduce migrate-to-exec: support (Charles Duffy)
18 years ago
keymaps
fixing keymap for Windows keys (Stefano Stabellini)
18 years ago
linux-user
target-alpha: add proper fcntl definitions
18 years ago
pc-bios
Update OpenBIOS images to SVN r237.
18 years ago
slirp
Fix inline use warnings from sparse
18 years ago
target-alpha
target-alpha: fix decoding of CVTST /S
18 years ago
target-arm
VFP fnmsc negative zero fix.
18 years ago
target-cris
target-cris: access to TCG variables through GET_TCGV()
18 years ago
target-i386
x86 CPUID extended family/model (Andre Przywara).
18 years ago
target-m68k
Add GDB XML register description support.
18 years ago
target-mips
Revert commits 5685 to 5688 committed by mistake
18 years ago
target-ppc
target-ppc: convert most SPE integer instructions to TCG
18 years ago
target-sh4
Fix undeclared symbol warnings from sparse
18 years ago
target-sparc
Use TCG not op
18 years ago
tcg
Fix alignment problem with some 64bit load/store instructions
18 years ago
tests
Implement SSE4.1, SSE4.2 (x86).
18 years ago
.gitignore
Add gitignore file
18 years ago
COPYING
COPYING: update from FSF
18 years ago
COPYING.LIB
update
24 years ago
Changelog
Update
18 years ago
LICENSE
use the TCG code generator
19 years ago
MAINTAINERS
Update maintainers list.
18 years ago
Makefile
Fix IO performance regression in sparc
18 years ago
Makefile.target
sockets: helper functions for qemu (Gerd Hoffman)
18 years ago
README
update
22 years ago
TODO
update
19 years ago
VERSION
version change
19 years ago
a.out.h
64bit->win32 cross build fix.
20 years ago
aes.c
Fix miscellaneous minor things, by Andre Przywara.
19 years ago
aes.h
AES crypto support
22 years ago
aio.c
Make sure to initialize fd_sets in aio.c
18 years ago
alpha-dis.c
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
19 years ago
alpha.ld
alpha support
24 years ago
arm-dis.c
Update ARM disassembler.
19 years ago
arm-semi.c
Add missing return in arm-semi, by Laurent Desnogues.
18 years ago
arm.ld
Link ARM prologue closer to code segment to avoid a build failure
18 years ago
block-bochs.c
Split block API from vl.h.
19 years ago
block-cloop.c
Split block API from vl.h.
19 years ago
block-cow.c
Split block API from vl.h.
19 years ago
block-dmg.c
Add qemu_realloc(), by Gerd Hoffmann.
18 years ago
block-nbd.c
Remove unnecessary #includes from block-nbd.c
18 years ago
block-parallels.c
Split block API from vl.h.
19 years ago
block-qcow.c
Remove dead-code (else-block) from block-qcow.c, by Marc Bevand.
18 years ago
block-qcow2.c
fix bdrv_aio_read API breakage in qcow2 (Andrea Arcangeli)
18 years ago
block-raw-posix.c
Fix previous commit (spotted by Robert Riebisch).
18 years ago
block-raw-win32.c
Expand cache= option and use write-through caching by default
18 years ago
block-vmdk.c
fix off-by-one generating vmdk backing files (Avi Kivity)
18 years ago
block-vpc.c
Fix char* signedness, by Andre Przywara.
19 years ago
block-vvfat.c
Currently trying to turn an oversized directory into a VVFAT image will
18 years ago
block.c
Use an option rom instead of boot sector for -kernel
18 years ago
block.h
Use an option rom instead of boot sector for -kernel
18 years ago
block_int.h
Use an option rom instead of boot sector for -kernel
18 years ago
bswap.h
e1000: fix unaligned access
19 years ago
bt-host.c
Win32: Fix warnings
18 years ago
bt-vhci.c
Disable bluetooth proxy compilation on win32.
18 years ago
buffered_file.c
Introduce a buffered file wrapper for QEMUFile
18 years ago
buffered_file.h
Introduce a buffered file wrapper for QEMUFile
18 years ago
check_ops.sh
Fixes for s/390 host support, by Bastian Blank.
19 years ago
cocoa.m
Let the USB tablet reach the far bottom and right pixels
19 years ago
configure
Allow KVM to be used on either 32-bit or 64-bit x86
18 years ago
console.c
Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's.
18 years ago
console.h
Allow the monitor to be suspended during non-blocking op
18 years ago
cpu-all.h
Add dirty tracking for live migration
18 years ago
cpu-defs.h
Add KVM support to QEMU
18 years ago
cpu-exec.c
KVM: simplify kvm_cpu_exec hook
18 years ago
cris-dis.c
Teach the CRIS disassembler to stay within the provided buffer.
19 years ago
curses.c
Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's.
18 years ago
curses_keys.h
Control + i and [tab] share keycode in curses, simulate [tab].
18 years ago
cutils.c
Revert r5532, r5536 and a piece of r5531.
18 years ago
d3des.c
Ansify to please sparse
18 years ago
d3des.h
Actually add d3des implementation files.
19 years ago
dis-asm.h
Fix OpenBSD linker warnings
18 years ago
disas.c
Update old fashioned function prototypes.
18 years ago
disas.h
* Use function pointers for symbol lookup (currently for elf32 and elf64,
18 years ago
dyngen-exec.h
Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)
18 years ago
dyngen.c
Fix some warnings that would be generated by gcc -Wmissing-prototypes
18 years ago
elf.h
Fix most warnings that would be caused by gcc flag -Wundef
18 years ago
elf_ops.h
Use load address when loading ELF images.
18 years ago
exec-all.h
Revert commits 5685 to 5688 committed by mistake
18 years ago
exec.c
Win32: Fix warnings
18 years ago
feature_to_c.sh
Fix undeclared symbol warnings from sparse
18 years ago
gdbstub.c
Implement "info chardev" command. (Gerd Hoffmann)
18 years ago
gdbstub.h
Add GDB XML register description support.
18 years ago
gen-icount.h
Spelling fixes, spotted by Stuart Brady.
18 years ago
host-utils.c
Code used by the linux-user targets should not use vl.h.
19 years ago
host-utils.h
Define macro QEMU_GNUC_PREREQ and use it
18 years ago
hostregs_helper.h
Fix 64-bit host register corruption.
20 years ago
hpet.h
Add a local copy of hpet.h.
19 years ago
hppa-dis.c
HPPA (PA-RISC) host support
19 years ago
hppa.ld
HPPA (PA-RISC) host support
19 years ago
i386-dis.c
Make some i386 disassembler tables const
18 years ago
i386.ld
Add TLS sections.
18 years ago
ia64.ld
ia64 host support (David Mosberger)
22 years ago
keymaps.c
Make keysym tables const
18 years ago
kqemu.c
Fix error reporting under Win32 (CreateFile does not set errno)
18 years ago
kqemu.h
kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit host
18 years ago
kvm-all.c
KVM: simplify kvm_cpu_exec hook
18 years ago
kvm.h
Add missing files to KVM commit.
18 years ago
loader.c
Use load address when loading ELF images.
18 years ago
m68k-dis.c
Fix warnings that would be caused by gcc flag -Wwrite-strings
18 years ago
m68k-semi.c
Break up vl.h.
19 years ago
m68k.ld
m68k host port (Richard Zidlicky)
23 years ago
migration-exec.c
Reintroduce migrate-to-exec: support (Charles Duffy)
18 years ago
migration-tcp.c
Reintroduce migrate-to-exec: support (Charles Duffy)
18 years ago
migration.c
Reintroduce migrate-to-exec: support (Charles Duffy)
18 years ago
migration.h
Reintroduce migrate-to-exec: support (Charles Duffy)
18 years ago
mips-dis.c
Fix most warnings that would be caused by gcc flag -Wundef
18 years ago
mips.ld
Linker scripts for MIPS hosts.
20 years ago
mipsel.ld
Linker scripts for MIPS hosts.
20 years ago
monitor.c
Add KVM support to QEMU
18 years ago
nbd.c
Use common objects for qemu-img and qemu-nbd
18 years ago
nbd.h
qemu-nbd: remove useless parameter from nbd_negotiate() (Laurent Vivier)
18 years ago
net-checksum.c
Add IP checksumming functions to qemu (Gerd Hoffmann)
18 years ago
net.c
Revert commits 5685 to 5688 committed by mistake
18 years ago
net.h
Move network redirection code out of vl.c and into net.c
18 years ago
osdep.c
Use common objects for qemu-img and qemu-nbd
18 years ago
osdep.h
Define macro QEMU_GNUC_PREREQ and use it
18 years ago
ppc-dis.c
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
19 years ago
ppc.ld
Update ppc.ld to work with newer binutils.
20 years ago
ppc64.ld
Correct version of Heikki Lindholms ppc64.ld script
18 years ago
qemu-aio.h
Refactor AIO to allow multiple AIO implementations
18 years ago
qemu-binfmt-conf.sh
Code provision for n32/n64 mips userland emulation. Not functional yet.
19 years ago
qemu-char.c
sockets: helper functions for qemu (Gerd Hoffman)
18 years ago
qemu-char.h
Move some declarations around in the QEMU CharDriver code
18 years ago
qemu-common.h
sockets: helper functions for qemu (Gerd Hoffman)
18 years ago
qemu-doc.texi
Document bluetooth support in qemu-doc.
18 years ago
qemu-img.c
Fix OpenBSD linker warnings in qemu-img
18 years ago
qemu-img.texi
New qemu-img convert -B option, by Marc Bevand.
18 years ago
qemu-lock.h
Multithreaded locking fixes.
18 years ago
qemu-log.h
Fix some warnings that would be generated by gcc -Wredundant-decls
18 years ago
qemu-malloc.c
Add qemu_strndup: qemu_strdup with length limit.
18 years ago
qemu-nbd.c
Fix undeclared symbol warnings from sparse
18 years ago
qemu-nbd.texi
Fix formatting of documentation (Stefan Weil)
18 years ago
qemu-sockets.c
sockets: helper functions for qemu (Gerd Hoffman)
18 years ago
qemu-tech.texi
Update (thanks to Edgar, Thiemo, malc, Paul, Laurent and Andrzej)
18 years ago
qemu-timer.h
Break up vl.h.
19 years ago
qemu-tool.c
Use qemu_gettimeofday.
18 years ago
qemu_socket.h
sockets: helper functions for qemu (Gerd Hoffman)
18 years ago
readline.c
Handle history additions properly, by Andreas Schwab.
19 years ago
s390-dis.c
Revert licensing to "GPLv2 or later", by Ulrich Hecht.
19 years ago
s390.ld
update
24 years ago
sdl.c
add DisplayState->idle (Samuel Thibault)
18 years ago
sdl_keysym.h
Make keysym tables const
18 years ago
sh4-dis.c
Fix warnings that would be caused by gcc flag -Wwrite-strings
18 years ago
softmmu-semi.h
Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings
18 years ago
softmmu_defs.h
Fix some warnings that would be generated by gcc -Wredundant-decls
18 years ago
softmmu_exec.h
Fix some warnings that would be generated by gcc -Wredundant-decls
18 years ago
softmmu_header.h
Fix some warnings that would be generated by gcc -Wredundant-decls
18 years ago
softmmu_template.h
Add instruction counter.
18 years ago
sparc-dis.c
Update from binutils 2.17
18 years ago
sparc.ld
More detabification
19 years ago
sparc64.ld
Map code buffers below 2G on Sparc64
18 years ago
sys-queue.h
Move audio/sys-queue.h => sys-queue.h
18 years ago
sysemu.h
Move network redirection code out of vl.c and into net.c
18 years ago
tap-win32.c
Win32: Fix warnings
18 years ago
texi2pod.pl
Update texi2pod.pl.
19 years ago
thunk.c
Make bitmask tables static const
18 years ago
thunk.h
Make bitmask tables static const
18 years ago
translate-all.c
Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.
18 years ago
uboot_image.h
Simple u-boot image loading support.
20 years ago
usb-linux.c
Use locally defined structure.
18 years ago
vgafont.h
Some little fixes on QEMU
18 years ago
vl.c
Reintroduce migrate-to-exec: support (Charles Duffy)
18 years ago
vnc.c
Replace uses of strncpy (a GNU extension) with Qemu pstrcpy
18 years ago
vnc_keysym.h
Make keysym tables const
18 years ago
vnchextile.h
vnc dynamic resolution (Stefano Stabellini)
18 years ago
x86_64.ld
update
22 years ago
x_keymap.c
Add statics and missing #includes for prototypes.
19 years ago