|
audio
|
First cut at WM8750 volume control (Jan Kiszka).
|
18 years ago |
|
darwin-user
|
variable dynamic translation buffer size
|
18 years ago |
|
fpu
|
Assortment of soft-float fixes, by Aurelien Jarno.
|
19 years ago |
|
hw
|
Fix ATAPI GET_CONFIGURATION function (Alexander Graf, Carlo Marcelo Arenas Belon).
|
18 years ago |
|
keymaps
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
19 years ago |
|
linux-user
|
Multithreaded locking for mmap().
|
18 years ago |
|
pc-bios
|
BIOS: Reenable processor SSDT generation. Don't advertise ACPI C2 or C3
|
18 years ago |
|
slirp
|
Missing include for Slirp on win32 (Eduardo Felipe).
|
18 years ago |
|
target-alpha
|
Fix typo.
|
18 years ago |
|
target-arm
|
Mark a dead_tmp as such in ARM msr.
|
18 years ago |
|
target-cris
|
Fix typo.
|
18 years ago |
|
target-i386
|
kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit host
|
18 years ago |
|
target-m68k
|
Fix typo.
|
18 years ago |
|
target-mips
|
Fix type mismatch.
|
18 years ago |
|
target-ppc
|
Fix typo.
|
18 years ago |
|
target-sh4
|
Fix typo.
|
18 years ago |
|
target-sparc
|
Add more SuperSparcs
|
18 years ago |
|
tcg
|
support of long calls for PPC (malc)
|
18 years ago |
|
tests
|
update
|
18 years ago |
|
COPYING
|
distribution patches
|
23 years ago |
|
COPYING.LIB
|
update
|
23 years ago |
|
Changelog
|
Add N810 to allowed -M values, add documentation part for N8x0.
|
18 years ago |
|
LICENSE
|
use the TCG code generator
|
18 years ago |
|
MAINTAINERS
|
update
|
18 years ago |
|
Makefile
|
Don't link usermode emulation against libqemu_common.a
|
18 years ago |
|
Makefile.target
|
Improve dependencies generation (malc).
|
18 years ago |
|
README
|
update
|
21 years ago |
|
TODO
|
update
|
18 years ago |
|
VERSION
|
version change
|
19 years ago |
|
a.out.h
|
64bit->win32 cross build fix.
|
19 years ago |
|
aes.c
|
Fix miscellaneous minor things, by Andre Przywara.
|
19 years ago |
|
aes.h
|
AES crypto support
|
22 years ago |
|
alpha-dis.c
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
19 years ago |
|
alpha.ld
|
alpha support
|
23 years ago |
|
arm-dis.c
|
Update ARM disassembler.
|
19 years ago |
|
arm-semi.c
|
Break up vl.h.
|
19 years ago |
|
arm.ld
|
Rewrite Arm host support.
|
20 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
|
Split block API from vl.h.
|
19 years ago |
|
block-parallels.c
|
Split block API from vl.h.
|
19 years ago |
|
block-qcow.c
|
restore rw support for vvfat
|
18 years ago |
|
block-qcow2.c
|
Revert fix for CVE-2008-0928. Will be fixed in a different way later.
|
18 years ago |
|
block-raw-posix.c
|
Align file accesses with cache=off (O_DIRECT) (Kevin Wolf, Laurent Vivier)
|
18 years ago |
|
block-raw-win32.c
|
Add "cache" parameter to "-drive" (Laurent Vivier).
|
19 years ago |
|
block-vmdk.c
|
Fix block-vmdk.c:vmdk_close() use-after-free, by Ed Maste.
|
18 years ago |
|
block-vpc.c
|
Fix char* signedness, by Andre Przywara.
|
19 years ago |
|
block-vvfat.c
|
Fix some functions declared () rather than (void) (Ian Jackson)
|
18 years ago |
|
block.c
|
unlink the bs from bdrv-list upon bdrv_delete(bs)
|
18 years ago |
|
block.h
|
Revert fix for CVE-2008-0928. Will be fixed in a different way later.
|
18 years ago |
|
block_int.h
|
Revert fix for CVE-2008-0928. Will be fixed in a different way later.
|
18 years ago |
|
bswap.h
|
e1000: fix unaligned access
|
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
|
18 years ago |
|
configure
|
Fix location of futex.h.
|
18 years ago |
|
console.c
|
Add an ncurses UI.
|
18 years ago |
|
console.h
|
Add TSC2301 touchscreen & keypad controller.
|
18 years ago |
|
cpu-all.h
|
variable dynamic translation buffer size
|
18 years ago |
|
cpu-defs.h
|
Push common interrupt variables to cpu-defs.h (Glauber Costa)
|
18 years ago |
|
cpu-exec.c
|
Restore ARM signal handler compilation on glibc < 2.5 (Blue Swirl).
|
18 years ago |
|
cris-dis.c
|
Teach the CRIS disassembler to stay within the provided buffer.
|
18 years ago |
|
curses.c
|
The non-ncurses curses doesn't have resize_term, so make resizing conditional.
|
18 years ago |
|
curses_keys.h
|
Typo in curses_keys.h.
|
18 years ago |
|
cutils.c
|
Remove osdep.c/qemu-img code duplication
|
18 years ago |
|
d3des.c
|
Actually add d3des implementation files.
|
19 years ago |
|
d3des.h
|
Actually add d3des implementation files.
|
19 years ago |
|
dis-asm.h
|
Fix compiler warnings in common files
|
18 years ago |
|
disas.c
|
HPPA (PA-RISC) host support
|
18 years ago |
|
disas.h
|
monitor_disas() prototype change
|
21 years ago |
|
dyngen-exec.h
|
Fix off-by-one unwinding error.
|
18 years ago |
|
dyngen.c
|
ppc dyngen fix (malc)
|
18 years ago |
|
elf.h
|
Report missing elf_addr_t definition from Linux kernel header
|
19 years ago |
|
elf_ops.h
|
Add statics and missing #includes for prototypes.
|
19 years ago |
|
exec-all.h
|
support of long calls for PPC (malc)
|
18 years ago |
|
exec.c
|
Multithreaded locking for mmap().
|
18 years ago |
|
gdbstub.c
|
Support signal reception in user-mode. Handle when the peer terminates or aborts the connection.
|
18 years ago |
|
gdbstub.h
|
Allow gdbstub to connect over any serial device.
|
19 years ago |
|
host-utils.c
|
Code used by the linux-user targets should not use vl.h.
|
19 years ago |
|
host-utils.h
|
Code formatting.
|
19 years ago |
|
hostregs_helper.h
|
Fix 64-bit host register corruption.
|
19 years ago |
|
hpet.h
|
Add a local copy of hpet.h.
|
19 years ago |
|
hppa-dis.c
|
HPPA (PA-RISC) host support
|
18 years ago |
|
hppa.ld
|
HPPA (PA-RISC) host support
|
18 years ago |
|
i386-dis.c
|
Add statics and missing #includes for prototypes.
|
19 years ago |
|
i386.ld
|
Add TLS sections.
|
18 years ago |
|
ia64.ld
|
ia64 host support (David Mosberger)
|
21 years ago |
|
keymaps.c
|
Miscellaneous VNC related fixes from Xen forwarded by Matthew Kent.
|
19 years ago |
|
kqemu.c
|
kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit host
|
18 years ago |
|
kqemu.h
|
kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit host
|
18 years ago |
|
loader.c
|
Remove most uses of phys_ram_base (initial patch by Ian Jackson)
|
18 years ago |
|
m68k-dis.c
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
19 years ago |
|
m68k-semi.c
|
Break up vl.h.
|
19 years ago |
|
m68k.ld
|
m68k host port (Richard Zidlicky)
|
23 years ago |
|
mips-dis.c
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
19 years ago |
|
mips.ld
|
Linker scripts for MIPS hosts.
|
19 years ago |
|
mipsel.ld
|
Linker scripts for MIPS hosts.
|
19 years ago |
|
monitor.c
|
moved halted field to CPU_COMMON
|
18 years ago |
|
nbd.c
|
qemu-nbd tool (Anthony Liguori)
|
18 years ago |
|
nbd.h
|
qemu-nbd tool (Anthony Liguori)
|
18 years ago |
|
net.h
|
Break up vl.h.
|
19 years ago |
|
osdep.c
|
Use correct types to enable > 2G support, based on a patch from
|
18 years ago |
|
osdep.h
|
Remove osdep.c/qemu-img code duplication
|
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.
|
19 years ago |
|
qemu-binfmt-conf.sh
|
Code provision for n32/n64 mips userland emulation. Not functional yet.
|
19 years ago |
|
qemu-char.h
|
Add input buffer to mux chr (patch by Tristan Gingold).
|
19 years ago |
|
qemu-common.h
|
Remove osdep.c/qemu-img code duplication
|
18 years ago |
|
qemu-doc.texi
|
Add N810 to allowed -M values, add documentation part for N8x0.
|
18 years ago |
|
qemu-img.c
|
Remove osdep.c/qemu-img code duplication
|
18 years ago |
|
qemu-img.texi
|
vmdk compatibility level 6 images, by Soren Hansen.
|
19 years ago |
|
qemu-nbd.c
|
qemu-nbd tool (Anthony Liguori)
|
18 years ago |
|
qemu-nbd.texi
|
qemu-nbd tool (Anthony Liguori)
|
18 years ago |
|
qemu-tech.texi
|
128-bit float support for user mode
|
19 years ago |
|
qemu-timer.h
|
Break up vl.h.
|
19 years ago |
|
qemu_socket.h
|
Use WIN32_LEAN_AND_MEAN, by Stefan Weil.
|
19 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
|
23 years ago |
|
sdl.c
|
SDL: Fix dead keys
|
18 years ago |
|
sdl_keysym.h
|
Windows keys support with keymaps
|
21 years ago |
|
sh4-dis.c
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
19 years ago |
|
softmmu-semi.h
|
suppressed tgetx and tputx (initial patch by Thayne Harbaugh)
|
19 years ago |
|
softmmu_exec.h
|
Replace is_user variable with mmu_idx in softmmu core,
|
19 years ago |
|
softmmu_header.h
|
Fix compiler warnings in common files
|
18 years ago |
|
softmmu_template.h
|
use simpler REGPARM convention - make CPUTLBEntry size a power of two
|
18 years ago |
|
sparc-dis.c
|
More detabification
|
19 years ago |
|
sparc.ld
|
More detabification
|
19 years ago |
|
sparc64.ld
|
More detabification
|
19 years ago |
|
sysemu.h
|
Remove most uses of phys_ram_base (initial patch by Ian Jackson)
|
18 years ago |
|
tap-win32.c
|
Use WIN32_LEAN_AND_MEAN, by Stefan Weil.
|
19 years ago |
|
texi2pod.pl
|
Update texi2pod.pl.
|
18 years ago |
|
thunk.c
|
Fix attempt to inline recursive functions.
|
19 years ago |
|
thunk.h
|
Fix attempt to inline recursive functions.
|
19 years ago |
|
translate-all.c
|
TCG profiler clean up
|
18 years ago |
|
uboot_image.h
|
Simple u-boot image loading support.
|
19 years ago |
|
usb-linux.c
|
Add statics and missing #includes for prototypes.
|
19 years ago |
|
vgafont.h
|
virtual console
|
22 years ago |
|
vl.c
|
variable dynamic translation buffer size
|
18 years ago |
|
vnc.c
|
Don't forget to save VNC FB dimensions after resize (Brad Campbell).
|
18 years ago |
|
vnc_keysym.h
|
Miscellaneous VNC related fixes from Xen forwarded by Matthew Kent.
|
19 years ago |
|
vnchextile.h
|
Fix wrong signedness, by Andre Przywara.
|
19 years ago |
|
x86_64.ld
|
update
|
22 years ago |
|
x_keymap.c
|
Add statics and missing #includes for prototypes.
|
19 years ago |