QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
blueswir1 98448f58c1 Silence some warnings about uninitialized variables 18 years ago
audio Fix more r5087 breakage 18 years ago
darwin-user variable dynamic translation buffer size 18 years ago
fpu Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings 18 years ago
hw Make sure bluez programs (cross-)compile, add missing statics. 18 years ago
keymaps fixing keymap for Windows keys (Stefano Stabellini) 18 years ago
linux-user Silence some warnings about uninitialized variables 18 years ago
pc-bios Update OpenBIOS images to SVN r237. 18 years ago
slirp Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings 18 years ago
target-alpha target-alpha: convert palcode ops to TCG 18 years ago
target-arm Fix ARM NEON vdup and vtbl bugs. 18 years ago
target-cris CRIS: Improve ASID related TLB flushes. 18 years ago
target-i386 Fix save/restore regression introduced by r5318 18 years ago
target-m68k Fix swapped mvz/mvs instructions. 18 years ago
target-mips Use concet TCG instructions in the MIPS target. 18 years ago
target-ppc Add concat_i32_i64 op. 18 years ago
target-sh4 Add concat_i32_i64 op. 18 years ago
target-sparc Add mmu tlb demap support (Igor Kovalenko) 18 years ago
tcg Fix tcg_gen_concat32_i64 on 64-bit hosts. 18 years ago
tests Add a simple SSSE3 test. 18 years ago
.gitignore Add gitignore file 18 years ago
COPYING distribution patches 23 years ago
COPYING.LIB update 23 years ago
Changelog Update 18 years ago
LICENSE use the TCG code generator 18 years ago
MAINTAINERS Update maintainers list. 18 years ago
Makefile Emulate a USB bluetooth dongle (or HCI Transport layer). 18 years ago
Makefile.target Implement a HCI passthrough to host. 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
aio.c Refactor AIO to allow multiple AIO implementations 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 23 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 bug in block-qcow2.c:alloc_cluster_offset() (Shahar Frank) 18 years ago
block-raw-posix.c Make compatfd fallback more robust 18 years ago
block-raw-win32.c Refactor AIO to allow multiple AIO implementations 18 years ago
block-vmdk.c Fix warning, based on patches by Zeev Tarantov and Jindrich Makovicka 18 years ago
block-vpc.c Fix char* signedness, by Andre Przywara. 19 years ago
block-vvfat.c Fix OpenBSD linker warnings 18 years ago
block.c Refactor AIO to allow multiple AIO implementations 18 years ago
block.h Refactor AIO to allow multiple AIO implementations 18 years ago
block_int.h Fix warnings that would be caused by ld flag --warn-common 18 years ago
bswap.h e1000: fix unaligned access 18 years ago
bt-host.c Implement a HCI passthrough to host. 18 years ago
bt-vhci.c Use VHCI to allow the host os to participate in a qemu bluetooth "vlan". 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
compatfd.c Make compatfd fallback more robust 18 years ago
compatfd.h Fix the build on non-Linux systems 18 years ago
configure target-alpha: convert palcode ops to TCG 18 years ago
console.c Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's. 18 years ago
console.h Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's. 18 years ago
cpu-all.h Revert incorrect part of r4574 to avoid unaligned traps with i386 target 18 years ago
cpu-defs.h Move interrupt_request and user_mode_only to common cpu state. 18 years ago
cpu-exec.c SH4: Privilege check for instructions 18 years ago
cris-dis.c Teach the CRIS disassembler to stay within the provided buffer. 18 years ago
curses.c Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's. 18 years ago
curses_keys.h Typo in curses_keys.h. 18 years ago
cutils.c Prevent guest reusing host memory allocations. 18 years ago
d3des.c Some little fixes on QEMU 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 Fix warnings that would be generated by gcc -Wstrict-prototypes 18 years ago
disas.h monitor_disas() prototype change 21 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 Add statics and missing #includes for prototypes. 19 years ago
exec-all.h Move offsetof to osdep.h, remove local defintions. 18 years ago
exec.c Allocate code gen buffer properly on FreeBSD 18 years ago
gdbstub.c Move the active FPU registers into env again, and use more TCG registers 18 years ago
gdbstub.h Fix warnings that would be caused by gcc flag -Wwrite-strings 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 Fix always_inline definition for Darwin, by Andreas Faerber. 18 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 Revert broken part of r5044 (thanks to Igor Kovalenko for spotting) 18 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 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
loader.c Remove most uses of phys_ram_base (initial patch by Ian Jackson) 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
mips-dis.c Fix most warnings that would be caused by gcc flag -Wundef 18 years ago
mips.ld Linker scripts for MIPS hosts. 19 years ago
mipsel.ld Linker scripts for MIPS hosts. 19 years ago
monitor.c Add "info uuid" command to monitor (Gleb Natapov) 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.h Add a "null" bluetooth HCI and a header file for bluetooth. 18 years ago
osdep.c Use common objects for qemu-img and qemu-nbd 18 years ago
osdep.h Move offsetof to osdep.h, remove local defintions. 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
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.h qemu-char.h: Fix IOCTL values 18 years ago
qemu-common.h Add a "null" bluetooth HCI and a header file for bluetooth. 18 years ago
qemu-doc.texi Change the way video graphics adapter is selected 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 Fix error introduced by r5044 18 years ago
qemu-nbd.c qemu-nbd: remove useless parameter from nbd_negotiate() (Laurent Vivier) 18 years ago
qemu-nbd.texi Fix formatting of documentation (Stefan Weil) 18 years ago
qemu-tech.texi Spelling fixes, by Stefan Weil. 18 years ago
qemu-timer.h Break up vl.h. 19 years ago
qemu-tool.c Use common objects for qemu-img and qemu-nbd 18 years ago
qemu_socket.h Use common objects for qemu-img and qemu-nbd 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. 18 years ago
s390.ld update 23 years ago
sdl.c add DisplayState->idle (Samuel Thibault) 18 years ago
sdl_keysym.h Windows keys support with keymaps 21 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 More detabification 19 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 Add -uuid command line option (Gleb Natapov) 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 Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. 18 years ago
uboot_image.h Simple u-boot image loading support. 19 years ago
usb-linux.c Don't use sprintf() or strcpy() 18 years ago
vgafont.h Some little fixes on QEMU 18 years ago
vl.c Silence some warnings about uninitialized variables 18 years ago
vnc.c Fix compiler warning when _VNC_DEBUG isn't defined. 18 years ago
vnc_keysym.h Improve jp106 keyboard support, by Akio Takebe. 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

README

Read the documentation in qemu-doc.html.

Fabrice Bellard.