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 b946a15332 Introduce VLANClientState::cleanup() (Mark McLoughlin) 18 years ago
audio Support for DragonFly BSD (Hasso Tepper) 18 years ago
bsd-user BSD user: initial support for i386 and x86_64 targets 18 years ago
darwin-user Add new command line option -singlestep for tcg single stepping. 18 years ago
fpu Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' 18 years ago
gdb-xml Work around QEMU GDB stub suboptimality 18 years ago
hw Introduce VLANClientState::cleanup() (Mark McLoughlin) 18 years ago
keymaps Fix fr-be keymap 18 years ago
linux-user linux-user: fix inotify syscalls 18 years ago
pc-bios Make PCI config status register read-only 18 years ago
slirp Fix some win32 compile warnings 18 years ago
target-alpha target-alpha: fix emulation of ecb 18 years ago
target-arm target-arm: don't use T[x] in helper 18 years ago
target-cris Add new command line option -singlestep for tcg single stepping. 18 years ago
target-i386 Add new command line option -singlestep for tcg single stepping. 18 years ago
target-m68k Add new command line option -singlestep for tcg single stepping. 18 years ago
target-mips Revert "target-mips: fix call to check_*() functions" 18 years ago
target-ppc target-ppc: mark a few helpers TCG_CALL_CONST and/or TCG_CALL_PURE 18 years ago
target-sh4 Add new command line option -singlestep for tcg single stepping. 18 years ago
target-sparc Add new command line option -singlestep for tcg single stepping. 18 years ago
tcg tcg: make sure NDEBUG is defined before including <assert.h> 18 years ago
tests target-alpha: overflow condition for sublv and subqv 18 years ago
.gitignore Extend gitignore (Jan Kiszka) 18 years ago
CODING_STYLE Remove potentially offensive humor. 18 years ago
COPYING COPYING: update from FSF 18 years ago
COPYING.LIB Update FSF address in GPL/LGPL boilerplate 18 years ago
Changelog Update Changelog to reflect 0.10.2 release 18 years ago
LICENSE Add missing newline at the end of file 18 years ago
MAINTAINERS Update maintainers list. 18 years ago
Makefile Simplify reconfiguration 18 years ago
Makefile.target Implement sonic netcard (MIPS Jazz) 18 years ago
README Add missing newline at the end of file 18 years ago
TODO Update 18 years ago
VERSION Update the version information to 0.10.50 to signify development branch 18 years ago
a.out.h Remove unnecessary trailing newlines 18 years ago
acl.c Remove tabs introduced from VNC ACL series 18 years ago
acl.h Support ACLs for controlling VNC access ("Daniel P. Berrange") 18 years ago
aes.c Delete some unused macros detected with -Wp,-Wunused-macros use 18 years ago
aes.h AES crypto support 22 years ago
aio.c toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) 18 years ago
alpha-dis.c Update FSF address in GPL/LGPL boilerplate 18 years ago
alpha.ld alpha support 24 years ago
arm-dis.c clean build: Fix arm build warnings 18 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 Use C99 initializers for BlockDriver methods 18 years ago
block-cloop.c Use C99 initializers for BlockDriver methods 18 years ago
block-cow.c Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' 18 years ago
block-dmg.c Use C99 initializers for BlockDriver methods 18 years ago
block-nbd.c Use C99 initializers for BlockDriver methods 18 years ago
block-parallels.c Use C99 initializers for BlockDriver methods 18 years ago
block-qcow.c Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' 18 years ago
block-qcow2.c Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' 18 years ago
block-raw-posix.c push down vector linearization to posix-aio-compat.c (Christoph Hellwig) 18 years ago
block-raw-win32.c more BlockDriver C99 initializers (Christoph Hellwig) 18 years ago
block-vmdk.c Use C99 initializers for BlockDriver methods 18 years ago
block-vpc.c block-vpc: Don't silently create smaller image than requested 18 years ago
block-vvfat.c Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' 18 years ago
block.c Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' 18 years ago
block.h remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig) 18 years ago
block_int.h push down vector linearization to posix-aio-compat.c (Christoph Hellwig) 18 years ago
bswap.h Sparse fixes: truncation by cast 18 years ago
bt-host.c Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' 18 years ago
bt-host.h Clean build: Add bt-host.h 18 years ago
bt-vhci.c Sparse fixes: NULL use, header order, ANSI prototypes, static 18 years ago
buffered_file.c toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) 18 years ago
buffered_file.h Introduce a buffered file wrapper for QEMUFile 18 years ago
cache-utils.c Properly initialize len argument of sysctl and include stdio.h (perror) 18 years ago
cache-utils.h Remove all traces of __powerpc__ 18 years ago
cmd.c Fix a few Sparse warnings 18 years ago
cmd.h Fix a few Sparse warnings 18 years ago
cocoa.m Update cocoa.m to match new DisplayState code (Samuel Benson) 18 years ago
configure linux-user: fix inotify syscalls 18 years ago
console.c Delete some unused macros detected with -Wp,-Wunused-macros use 18 years ago
console.h DisplayAllocator interface (Stefano Stabellini) 18 years ago
cpu-all.h Implement dynamic guest ram allocation. 18 years ago
cpu-defs.h The _exit syscall is used for both thread termination in NPTL applications, 18 years ago
cpu-exec.c BSD user: add support for OpenBSD/amd64 host 18 years ago
cris-dis.c toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) 18 years ago
curses.c DisplayAllocator interface (Stefano Stabellini) 18 years ago
curses_keys.h Sparse fixes: remove duplicate entry 18 years ago
cutils.c add qemu_iovec_init_external (Christoph Hellwig) 18 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 Wean device tree code off phys_ram_base. 18 years ago
device_tree.h Wean device tree code off phys_ram_base. 18 years ago
dis-asm.h Update ppc-dis.c from binutils 2.17 18 years ago
disas.c monitor: Rework API (Jan Kiszka) 18 years ago
disas.h monitor: Rework API (Jan Kiszka) 18 years ago
dma-helpers.c Fix a few Sparse warnings 18 years ago
dma.h Implement cancellation method for dma async I/O (Avi Kivity) 18 years ago
dyngen-exec.h Use stdint.h for integral data types and definitions 18 years ago
elf.h Fix most warnings that would be caused by gcc flag -Wundef 18 years ago
elf_ops.h Make the ELF loader aware of backwards compatibility 18 years ago
exec-all.h Implement dynamic guest ram allocation. 18 years ago
exec.c Implement dynamic guest ram allocation. 18 years ago
feature_to_c.sh Fix undeclared symbol warnings from sparse 18 years ago
gdbstub.c Fix ppc-softmmu warnings on OpenBSD host 18 years ago
gdbstub.h Guest debugging support for KVM (Jan Kiszka) 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 Prune unused AREGs 18 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
hxtool Fix hxtool eating backslash sequences for sh != bash 18 years ago
i386-dis.c Update i386-dis.c from commits before GPLv3 switch 18 years ago
i386.ld Add TLS sections. 18 years ago
ia64.ld ia64 host support (David Mosberger) 22 years ago
keymaps.c Refactor keymap code to avoid duplication ("Daniel P. Berrange") 18 years ago
keymaps.h Add missing file from previous commit 18 years ago
kqemu.c Implement dynamic guest ram allocation. 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: improve handling of overlapping slots (Jan Kiszka) 18 years ago
kvm.h kvm: Add sanity checks to slot management (Jan Kiszka) 18 years ago
libfdt_env.h Implement device tree support needed for Bamboo emulation 18 years ago
loader.c Delete some unused macros detected with -Wp,-Wunused-macros use 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 monitor: Decouple terminals (Jan Kiszka) 18 years ago
migration-tcp.c monitor: Decouple terminals (Jan Kiszka) 18 years ago
migration.c propagate error on failed completion (Glauber Costa) 18 years ago
migration.h monitor: Decouple terminals (Jan Kiszka) 18 years ago
mips-dis.c Update FSF address in GPL/LGPL boilerplate 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 --with-pkgversion. 18 years ago
monitor.h monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka) 18 years ago
nbd.c Fix some win32 compile warnings 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 Introduce VLANClientState::cleanup() (Mark McLoughlin) 18 years ago
net.h Introduce VLANClientState::cleanup() (Mark McLoughlin) 18 years ago
osdep.c Fix windows build and clean up use of <windows.h> 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 18 years ago
posix-aio-compat.c native preadv/pwritev support (Christoph Hellwig) 18 years ago
posix-aio-compat.h push down vector linearization to posix-aio-compat.c (Christoph Hellwig) 18 years ago
ppc-dis.c Update ppc-dis.c from binutils from 4th July, 2007, just before GPLv3 switch 18 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 Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' 18 years ago
qemu-char.h monitor: Improve mux'ed console experience (Jan Kiszka) 18 years ago
qemu-common.h add qemu_iovec_init_external (Christoph Hellwig) 18 years ago
qemu-doc.texi Add new command line option -singlestep for tcg single stepping. 18 years ago
qemu-img.c block-vpc: Don't silently create smaller image than requested 18 years ago
qemu-img.texi qemu-img: adding a "-F base_fmt" option to "qemu-img create -b" (Uri Lublin) 18 years ago
qemu-io.c Add files not included in previous commit. 18 years ago
qemu-lock.h Remove all traces of __powerpc__ 18 years ago
qemu-log.h Define macros that will become the new logging API (Eduardo Habkost) 18 years ago
qemu-malloc.c Fix qemu_realloc() (Kevin Wolf) 18 years ago
qemu-nbd.c toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) 18 years ago
qemu-nbd.texi Fix formatting of documentation (Stefan Weil) 18 years ago
qemu-options.hx Implement --version. 18 years ago
qemu-sockets.c Fix some more warnings 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 monitor: Rework API (Jan Kiszka) 18 years ago
qemu.sasl Add SASL authentication support ("Daniel P. Berrange") 18 years ago
qemu_socket.h Fix windows build and clean up use of <windows.h> 18 years ago
readline.c monitor: Provide empty command as final history entry (Jan Kiszka) 18 years ago
readline.h monitor: Improve mux'ed console experience (Jan Kiszka) 18 years ago
rules.mak build system: Further improve quiet mode (Jan Kiszka) 18 years ago
s390-dis.c Remove unnecessary trailing newlines 18 years ago
s390.ld Remove unnecessary trailing newlines 18 years ago
savevm.c Add unregister_savevm() (Mark McLoughlin) 18 years ago
sdl.c Recognise evdev(xx)_aliases(yy) and xfree86(xx)_aliases(yy) as keymap names. 18 years ago
sdl_keysym.h Refactor keymap code to avoid duplication ("Daniel P. Berrange") 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 Allow 5 mmu indexes. 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 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 Remove CRs 18 years ago
sysemu.h Fix windows build and clean up use of <windows.h> 18 years ago
tap-win32.c Introduce VLANClientState::cleanup() (Mark McLoughlin) 18 years ago
texi2pod.pl Update texi2pod.pl. 19 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) 18 years ago
uboot_image.h Update FSF address in GPL/LGPL boilerplate 18 years ago
usb-bsd.c Support for DragonFly BSD (Hasso Tepper) 18 years ago
usb-linux.c monitor: Rework API (Jan Kiszka) 18 years ago
usb-stub.c monitor: Rework API (Jan Kiszka) 18 years ago
vgafont.h Some little fixes on QEMU 18 years ago
vl.c kvm: Sync CPU state on reset (Jan Kiszka) 18 years ago
vnc-auth-sasl.c Remove tabs introduced from VNC ACL series 18 years ago
vnc-auth-sasl.h Support ACLs for controlling VNC access ("Daniel P. Berrange") 18 years ago
vnc-auth-vencrypt.c Add more missing files 18 years ago
vnc-auth-vencrypt.h Add more missing files 18 years ago
vnc-tls.c Add more missing files 18 years ago
vnc-tls.h Add more missing files 18 years ago
vnc.c vnc: Fix incorrect attempt to clear a flag 18 years ago
vnc.h vnc: throttle screen updates. (Gerd Hoffmann) 18 years ago
vnc_keysym.h Refactor keymap code to avoid duplication ("Daniel P. Berrange") 18 years ago
vnchextile.h vnc: cleanup surface handling, fix screen corruption bug. (Gerd Hoffmann) 18 years ago
x86_64.ld update 22 years ago
x_keymap.c Fix SDL on evdev hosts (Anthony Liguori) 18 years ago
x_keymap.h Fix SDL on evdev hosts (Anthony Liguori) 18 years ago

README

Read the documentation in qemu-doc.html.

Fabrice Bellard.