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.
 
 
 
 
 
 
aliguori 28c699a2b6 build system: Further improve quiet mode (Jan Kiszka) 17 years ago
audio Fix NAME2/FIELD2 warnings 17 years ago
bsd-user Fix bsd-user compile like r6412 17 years ago
darwin-user Convert references to logfile/loglevel to use qemu_log*() macros 17 years ago
fpu Add static qualifier to local functions 17 years ago
gdb-xml target-ppc: Add XML files for PowerPC registers 17 years ago
hw Move definition of rgb_to_pixel_dup_table (Nathan Froyd) 17 years ago
keymaps Remove unnecessary trailing newlines 18 years ago
linux-user linux-user: add qemu_realloc() implementation to unbreak the build (Gerd Hoffman) 17 years ago
pc-bios Add BIOS fixes from KVM tree 17 years ago
slirp Use broadcast address for slirp dhcp replies 17 years ago
target-alpha global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) 17 years ago
target-arm global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) 17 years ago
target-cris global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) 17 years ago
target-i386 global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) 17 years ago
target-m68k global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) 17 years ago
target-mips global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) 17 years ago
target-ppc kvm/powerpc: extern one function for MPC85xx code use 17 years ago
target-sh4 global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) 17 years ago
target-sparc global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) 17 years ago
tcg global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) 17 years ago
tests Get rid of user_mode_only 17 years ago
.gitignore Extend gitignore (Jan Kiszka) 17 years ago
COPYING COPYING: update from FSF 18 years ago
COPYING.LIB Update FSF address in GPL/LGPL boilerplate 18 years ago
Changelog Update 18 years ago
LICENSE Add missing newline at the end of file 18 years ago
MAINTAINERS Update maintainers list. 18 years ago
Makefile build system: Further improve quiet mode (Jan Kiszka) 17 years ago
Makefile.target Consolidate library creation (Avi Kivity) 17 years ago
README Add missing newline at the end of file 18 years ago
TODO Update 18 years ago
VERSION version change 19 years ago
a.out.h Remove unnecessary trailing newlines 18 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 Update FSF address in GPL/LGPL boilerplate 18 years ago
alpha.ld alpha support 23 years ago
arm-dis.c Update ARM disassembler. 19 years ago
arm-semi.c Fix more FSF addresses 18 years ago
arm.ld Link ARM prologue closer to code segment to avoid a build failure 18 years ago
balloon.h Add missing file from previous commit. 18 years ago
block-bochs.c Split block API from vl.h. 19 years ago
block-cloop.c Remove unnecessary trailing newlines 18 years ago
block-cow.c Split block API from vl.h. 19 years ago
block-dmg.c Remove unnecessary trailing newlines 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 qcow1: Fix compressed images (Kevin Wolf) 18 years ago
block-qcow2.c qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri Lublin) 17 years ago
block-raw-posix.c Rename sigev_signo to avoid FreeBSD problems (Juergen Lock) 17 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 Use a hex value instead of possibly ambiguous 8 bit character 18 years ago
block.c qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri Lublin) 17 years ago
block.h qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri Lublin) 17 years ago
block_int.h Use an option rom instead of boot sector for -kernel 18 years ago
bswap.h Remove all traces of __powerpc__ 17 years ago
bt-host.c Update FSF address in GPL/LGPL boilerplate 18 years ago
bt-vhci.c Update FSF address in GPL/LGPL boilerplate 18 years ago
buffered_file.c Remove unnecessary trailing newlines 18 years ago
buffered_file.h Introduce a buffered file wrapper for QEMUFile 18 years ago
cache-utils.c Remove all traces of __powerpc__ 17 years ago
cache-utils.h Remove all traces of __powerpc__ 17 years ago
cocoa.m Let the USB tablet reach the far bottom and right pixels 18 years ago
configure Enabled building of x86_64 code on Mac OS X (Alexander Graf) 17 years ago
console.c vnc fixes and improvements (Stefano Stabellini) 17 years ago
console.h vnc fixes and improvements (Stefano Stabellini) 17 years ago
cpu-all.h Massage PPC version of cpu_get_real_ticks a little 17 years ago
cpu-defs.h Get rid of user_mode_only 17 years ago
cpu-exec.c global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) 17 years ago
cris-dis.c Teach the CRIS disassembler to stay within the provided buffer. 18 years ago
curses.c fix curses interface (Stefano Stabellini) 17 years ago
curses_keys.h Control + i and [tab] share keycode in curses, simulate [tab]. 18 years ago
cutils.c I/O vector helpers (Avi Kivity) 17 years ago
d3des.c Ansify to please sparse 18 years ago
d3des.h Actually add d3des implementation files. 19 years ago
def-helper.h Remove unnecessary trailing newlines 18 years ago
device_tree.c Implement device tree support needed for Bamboo emulation 18 years ago
device_tree.h Implement device tree support needed for Bamboo emulation 18 years ago
dis-asm.h Fix OpenBSD linker warnings 18 years ago
disas.c Remove all traces of __powerpc__ 17 years ago
disas.h * Use function pointers for symbol lookup (currently for elf32 and elf64, 18 years ago
dyngen-exec.h Remove all traces of __powerpc__ 17 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 Add noreturn function attribute 17 years ago
exec.c Add map client retry notification (Avi Kivity) 17 years ago
feature_to_c.sh Fix undeclared symbol warnings from sparse 18 years ago
gdbstub.c target-ppc: Change core powerpc gdbstub bits to be XML-aware 17 years ago
gdbstub.h User-mode GDB stub improvements - handle signals 18 years ago
gen-icount.h Remove unnecessary trailing newlines 18 years ago
host-utils.c Code used by the linux-user targets should not use vl.h. 19 years ago
host-utils.h Include <strings.h> for ffs(). 18 years ago
hostregs_helper.h Update FSF address in GPL/LGPL boilerplate 18 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 Update FSF address in GPL/LGPL boilerplate 18 years ago
i386.ld Add TLS sections. 18 years ago
ia64.ld ia64 host support (David Mosberger) 21 years ago
keymaps.c Make keysym tables const 18 years ago
kqemu.c Convert references to logfile/loglevel to use qemu_log*() macros 17 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: Silence unused s warning 18 years ago
kvm.h kvm: sync vcpu state during initialization (Hollis Blanchard) 18 years ago
libfdt_env.h Implement device tree support needed for Bamboo emulation 18 years ago
loader.c Update FSF address in GPL/LGPL boilerplate 18 years ago
m68k-dis.c Spelling and grammar fixes 18 years ago
m68k-semi.c Fix more FSF addresses 18 years ago
m68k.ld m68k host port (Richard Zidlicky) 23 years ago
migration-exec.c Fix brown-paper-bag bugs from live-migration patch (Charles Duffy) 18 years ago
migration-tcp.c Fix brown-paper-bag bugs from live-migration patch (Charles Duffy) 18 years ago
migration.c Reintroduce migrate-to-exec: support (Charles Duffy) 18 years ago
migration.h Remove unnecessary trailing newlines 18 years ago
mips-dis.c Update FSF address in GPL/LGPL boilerplate 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 Synch code, help and docs 17 years ago
nbd.c Update FSF address in GPL/LGPL boilerplate 18 years ago
nbd.h Update FSF address in GPL/LGPL boilerplate 18 years ago
net-checksum.c Update FSF address in GPL/LGPL boilerplate 18 years ago
net.c Handle link status in qemu_sendv_packet() (Mark McLoughlin) 17 years ago
net.h Add qemu_check_nic_model() and qemu_check_nic_model_list() (Mark McLoughlin) 17 years ago
osdep.c Remove redundant #ifdef _BSD 18 years ago
osdep.h snapshot subcommand for qemu-img (Kevin Wolf) 18 years ago
pci-ids.txt List virtio console device in pci-ids.txt 17 years ago
posix-aio-compat.c Rename sigev_signo to avoid FreeBSD problems (Juergen Lock) 17 years ago
posix-aio-compat.h Rename sigev_signo to avoid FreeBSD problems (Juergen Lock) 17 years ago
ppc-dis.c Update FSF address in GPL/LGPL boilerplate 18 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.c monitor-mux: fix timestamp prefixes (Jan Kiszka) 17 years ago
qemu-char.h add an init function parameter to qemu_chr_open() 17 years ago
qemu-common.h I/O vector helpers (Avi Kivity) 17 years ago
qemu-doc.texi Synch code, help and docs 17 years ago
qemu-img.c Synch code, help and docs 17 years ago
qemu-img.texi Synch code, help and docs 17 years ago
qemu-lock.h Remove all traces of __powerpc__ 17 years ago
qemu-log.h Define macros that will become the new logging API (Eduardo Habkost) 17 years ago
qemu-malloc.c Add qemu_strndup: qemu_strdup with length limit. 18 years ago
qemu-nbd.c qemu-nbd: fix options: -b (--bind) expects an argument (IFACE) (Uri Lublin) 18 years ago
qemu-nbd.texi Fix formatting of documentation (Stefan Weil) 18 years ago
qemu-sockets.c Fix some more warnings 17 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 Fix warning from sparse (wrong declaration) 18 years ago
qemu_socket.h sockets: helper functions for qemu (Gerd Hoffman) 18 years ago
readline.c Remove unnecessary trailing newlines 18 years ago
rules.mak build system: Further improve quiet mode (Jan Kiszka) 17 years ago
s390-dis.c Remove unnecessary trailing newlines 18 years ago
s390.ld Remove unnecessary trailing newlines 18 years ago
savevm.c Fix handling of disk-only snapshots (Kevin Wolf) 18 years ago
sdl.c Fix SDL slowness. 17 years ago
sdl_keysym.h Make keysym tables const 18 years ago
sh4-dis.c Update FSF address in GPL/LGPL boilerplate 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 Update FSF address in GPL/LGPL boilerplate 18 years ago
softmmu_template.h Update FSF address in GPL/LGPL boilerplate 18 years ago
sparc-dis.c Make OpenBSD sparc-softmmu compile warning free 17 years ago
sparc.ld More detabification 19 years ago
sparc64.ld Map code buffers below 2G on Sparc64 18 years ago
sys-queue.h Remove CRs 18 years ago
sysemu.h Rework vm_state_change notifiers (Jan Kiszka) 17 years ago
tap-win32.c Add a -net name=foo parameter (Mark McLoughlin) 18 years ago
texi2pod.pl Update texi2pod.pl. 18 years ago
thunk.c Update FSF address in GPL/LGPL boilerplate 18 years ago
thunk.h Update FSF address in GPL/LGPL boilerplate 18 years ago
translate-all.c global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) 17 years ago
uboot_image.h Update FSF address in GPL/LGPL boilerplate 18 years ago
usb-bsd.c Make OpenBSD sparc-softmmu compile warning free 17 years ago
usb-linux.c Suppress a -Werror=format-security warning 18 years ago
usb-stub.c Fix usb-stub compilation 18 years ago
vgafont.h Some little fixes on QEMU 18 years ago
vl.c Synch code, help and docs 17 years ago
vnc.c vnc fixes and improvements (Stefano Stabellini) 17 years ago
vnc_keysym.h Make keysym tables const 18 years ago
vnchextile.h exploiting the new interface in vnc.c (Stefano Stabellini) 17 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.