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.
 
 
 
 
 
 
Paolo Bonzini cff8b2c6fc monitor: add object-add (QMP) and object_add (HMP) command 13 years ago
audio audio: adjust pulse to 100Hz wakeup rate 13 years ago
backends rng: initialize file descriptor to -1 13 years ago
block Collection of little cleanups anf bugfixes. 13 years ago
bsd-user *-user: Improve documentation for lock_user function 13 years ago
default-configs hw/arm: add allwinner a10 SoC support 13 years ago
disas disas/ppc.c: Fix little endian disassembly 13 years ago
docs docs/memory.txt: Clarify and expand priority/overlap documentation 13 years ago
dtc@bc895d6d09 dtc: add submodule 14 years ago
fpu softfloat: Add minNum() and maxNum() functions to softfloat. 13 years ago
fsdev fsdev: Fix potential memory leak 13 years ago
gdb-xml target-arm: Support fp registers in gdb stub 13 years ago
hw spapr: limit numa memory regions by ram size 13 years ago
include monitor: add object-add (QMP) and object_add (HMP) command 13 years ago
libcacard vscclient: do not add a socket watch if there is not data to send 13 years ago
linux-headers linux-headers: Update from v3.13-rc3 13 years ago
linux-user target-arm: Clean up handling of AArch64 PSTATE 13 years ago
net net: Update netdev peer on link change 13 years ago
pc-bios roms: update vgabios binaries 13 years ago
pixman@97336fad32 qapi: move include files to include/qobject/ 14 years ago
po po: Update all *.po files 13 years ago
qapi qapi: fix memleak by adding implict struct functions in dealloc visitor 13 years ago
qga qga: Fix two format strings for MinGW 13 years ago
qobject Block patches for 2.0 (flushing block-next) 13 years ago
qom qom: catch errors in object_property_add_child 13 years ago
roms roms: enable seabios cross builds 13 years ago
scripts Adjust qapi-visit for python-2.4.3 13 years ago
slirp misc: Spelling and grammar fixes in comments 13 years ago
stubs Merge remote-tracking branch 'kiszka/queues/slirp' into staging 13 years ago
sysconfigs/target Eliminate cpus-x86_64.conf file 14 years ago
target-alpha misc: Replace 'struct QEMUTimer' by 'QEMUTimer' 13 years ago
target-arm target-arm: A64: add support for logical (immediate) insns 13 years ago
target-cris target-cris: Use new qemu_ld/st opcodes 13 years ago
target-i386 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging 13 years ago
target-lm32 target: Include softmmu_exec.h where forgotten 13 years ago
target-m68k Merge remote-tracking branch 'rth/tcg-pull' into staging 13 years ago
target-microblaze target-microblaze: Use the new qemu_ld/st opcodes 13 years ago
target-mips target-mips: Use new qemu_ld/st opcodes 13 years ago
target-moxie cpu: Drop cpu_model_str from CPU_COMMON 13 years ago
target-openrisc misc: Replace 'struct QEMUTimer' by 'QEMUTimer' 13 years ago
target-ppc PPC: Fix compilation with TCG debug 13 years ago
target-s390x s390x/ioinst: CHSC has to set a condition code 13 years ago
target-sh4 target-sh4: Use new qemu_ld/st opcodes 13 years ago
target-sparc misc: Replace 'struct QEMUTimer' by 'QEMUTimer' 13 years ago
target-unicore32 Merge remote-tracking branch 'rth/tcg-pull' into staging 13 years ago
target-xtensa target-xtensa: add missing DEBUG section to dc233c config 13 years ago
tcg tcg/i386: fix a comment 13 years ago
tests hw/arm: add cubieboard support 13 years ago
trace trace: Add ftrace tracing backend 13 years ago
ui spice: move spice_server_vm_{start,stop} calls into qemu_spice_display_*() 13 years ago
util Block patches for 2.0 (flushing block-next) 13 years ago
.exrc qemu: add .exrc 14 years ago
.gitignore .gitignore: Ignore config.status 13 years ago
.gitmodules Use qemu-project.org domain name 13 years ago
.mailmap Update mailmap 13 years ago
.travis.yml .travis.yml: basic compile and check recipes 13 years ago
CODING_STYLE Replace Qemu by QEMU in internal documentation 15 years ago
COPYING COPYING: update from FSF 18 years ago
COPYING.LIB Update FSF address in GPL/LGPL boilerplate 18 years ago
Changelog Use qemu-project.org domain name 13 years ago
HACKING HACKING: Document vaddr type usage 13 years ago
LICENSE LICENSE: clarify 13 years ago
MAINTAINERS MAINTAINERS: add myself to maintain allwinner-a10 13 years ago
Makefile sun4m: Add FCode ROM for TCX framebuffer 13 years ago
Makefile.objs qemu-ga: Add Windows VSS provider and requester as DLL 13 years ago
Makefile.target default-configs/: CONFIG_GDBSTUB_XML removed 13 years ago
README Use qemu-project.org domain name 13 years ago
VERSION Open 2.0 development tree 13 years ago
aio-posix.c aio: make aio_poll(ctx, true) block with no fds 13 years ago
aio-win32.c aio: make aio_poll(ctx, true) block with no fds 13 years ago
arch_init.c migration: drop MADVISE_DONT_NEED for incoming zero pages 13 years ago
async.c aio / timers: aio_ctx_prepare sets timeout from AioContext timers 13 years ago
balloon.c softmmu: move include files to include/sysemu/ 14 years ago
block-migration.c block: per caller dirty bitmap 13 years ago
block.c block: expect get_block_status errors in bdrv_make_zero 13 years ago
blockdev-nbd.c nbd: use BlockDriverState refcnt 13 years ago
blockdev.c qmp_change_blockdev() remove unused has_format 13 years ago
blockjob.c qapi: make use of new BlockJobType 13 years ago
bt-host.c sysemu: avoid proliferation of include/ subdirectories 14 years ago
bt-vhci.c sysemu: avoid proliferation of include/ subdirectories 14 years ago
configure target-arm: Support fp registers in gdb stub 13 years ago
coroutine-gthread.c block: move include files to include/block/ 14 years ago
coroutine-sigaltstack.c Merge remote-tracking branch 'kwolf/for-anthony' into staging 14 years ago
coroutine-ucontext.c Fix warnings suppressors to honor --disable-werror 14 years ago
coroutine-win32.c block: move include files to include/block/ 14 years ago
cpu-exec.c cpu-exec: Also reload CPUClass *cc after longjmp return in cpu_exec() 13 years ago
cpus.c timers: fix stop/cont with -icount 13 years ago
cputlb.c cputlb: Remove dead function tlb_update_dirty() 13 years ago
device-hotplug.c hw: move device-hotplug.o to toplevel, compile it once 14 years ago
device_tree.c device_tree: qemu_fdt_setprop: Rename val_array arg 13 years ago
disas.c disas: Implement fallback to dump object code as hex 13 years ago
dma-helpers.c aio / timers: Untangle include files 13 years ago
dump.c dump-guest-memory: Check for the correct return value 13 years ago
exec.c roms: Flush icache when writing roms to guest memory 13 years ago
gdbstub.c vl: allow "cont" from panicked state 13 years ago
hmp-commands.hx monitor: add object-add (QMP) and object_add (HMP) command 13 years ago
hmp.c monitor: add object-add (QMP) and object_add (HMP) command 13 years ago
hmp.h monitor: add object-add (QMP) and object_add (HMP) command 13 years ago
iohandler.c iohandler: switch to GPollFD 14 years ago
ioport.c portio: Allow to mark portio lists as coalesced MMIO flushing 13 years ago
kvm-all.c kvm: Query KVM for available memory slots 13 years ago
kvm-stub.c kvm irqfd: support direct msimessage to irq translation 13 years ago
main-loop.c slirp: set mainloop timeout with more precise value 13 years ago
memory.c memory.c: bugfix - ref counting mismatch in memory_region_find 13 years ago
memory_mapping.c cpu: Use QTAILQ for CPU list 13 years ago
migration-exec.c aio / timers: Untangle include files 13 years ago
migration-fd.c aio / timers: Untangle include files 13 years ago
migration-rdma.c rdma: constify ram_chunk_{index, start, end} 13 years ago
migration-tcp.c aio / timers: Untangle include files 13 years ago
migration-unix.c aio / timers: Untangle include files 13 years ago
migration.c migration: Fix compiler warning ('caps' may be used uninitialized) 13 years ago
monitor.c Merge remote-tracking branch 'agraf/ppc-for-upstream' into staging 13 years ago
nbd.c nbd: don't change socket block during negotiate 13 years ago
os-posix.c Add option to mlock qemu and guest memory 13 years ago
os-win32.c qemu-timer: move timeBeginPeriod/timeEndPeriod to os-win32 14 years ago
page_cache.c remove some double-includes 13 years ago
qapi-schema.json monitor: add object-add (QMP) and object_add (HMP) command 13 years ago
qdev-monitor.c qdev-monitor: Inline qdev_init() for device_add 13 years ago
qdict-test-data.txt Introduce QDict test data file 17 years ago
qemu-bridge-helper.c qemu-bridge-helper: force usage of a very high MAC address for the bridge 14 years ago
qemu-char.c char: add qemu_chr_fe_event() 13 years ago
qemu-coroutine-io.c aio / timers: Untangle include files 13 years ago
qemu-coroutine-lock.c coroutine: remove qemu_co_queue_wait_insert_head 13 years ago
qemu-coroutine-sleep.c coroutine: add co_aio_sleep_ns() to allow sleep in block drivers 13 years ago
qemu-coroutine.c coroutine: add ./configure --disable-coroutine-pool 13 years ago
qemu-doc.texi doc: we use seabios, not bochs bios 13 years ago
qemu-img-cmds.hx qemu-img: add -l for snapshot in convert 13 years ago
qemu-img.c qemu-img: make progress output more accurate during convert 13 years ago
qemu-img.texi qemu-img: add -l for snapshot in convert 13 years ago
qemu-io-cmds.c blkdebug: add "remove_break" command 13 years ago
qemu-io.c qemu-io: Let "open" pass options to block driver 13 years ago
qemu-log.c qemu-log: default to stderr for logging output 14 years ago
qemu-nbd.c qemu-nbd: add doc for option -f 13 years ago
qemu-nbd.texi qemu-nbd: add doc for option -f 13 years ago
qemu-options-wrapper.h vl.c: In qemu -h output, only print options for the arch we are running as 15 years ago
qemu-options.h vl.c: Move option generation logic into a wrapper file 15 years ago
qemu-options.hx Merge remote-tracking branch 'bonzini/scsi-next' into staging 13 years ago
qemu-seccomp.c seccomp: add kill() to the syscall whitelist 13 years ago
qemu-tech.texi qemu-tech.texi: update implemented xtensa features list 14 years ago
qemu-timer.c timer: add timer_mod_anticipate and timer_mod_anticipate_ns 13 years ago
qemu.nsi nsis: Improved support for parallel installation of 32 and 64 bit code 13 years ago
qemu.sasl Fix command example in qemu.sasl 13 years ago
qmp-commands.hx monitor: add object-add (QMP) and object_add (HMP) command 13 years ago
qmp.c monitor: add object-add (QMP) and object_add (HMP) command 13 years ago
qtest.c qtest: split configuration of qtest accelerator and chardev 13 years ago
readline.c monitor: avoid use of global *cur_mon in readline_completion() 13 years ago
rules.mak rules.mak: New string testing functions 13 years ago
savevm.c The calculation of bytes_xfer in qemu_put_buffer() is wrong 13 years ago
spice-qemu-char.c spice-char: implement chardev port event 13 years ago
tcg-runtime.c tcg: Implement multiword multiply helpers 14 years ago
tci.c misc: Use new rotate functions 13 years ago
thread-pool.c aio / timers: Untangle include files 13 years ago
thunk.c exec: move include files to include/exec/ 14 years ago
tpm.c tpm.c: Don't try to put -1 in a variable of type TpmModel 13 years ago
trace-events Merge remote-tracking branch 'stefanha/block' into staging 13 years ago
translate-all.c split definitions for exec.c and translate-all.c radix trees 13 years ago
translate-all.h split definitions for exec.c and translate-all.c radix trees 13 years ago
user-exec.c linux-user: fix segmentation fault passing with h2g(x) != x 13 years ago
version.rc Use qemu-project.org domain name 13 years ago
vl.c qom: fix leak for objects created with -object 13 years ago
xbzrle.c Move XBZRLE encoding code to a separate file to allow testing 14 years ago
xen-all.c xen: fix two errors when debug is enabled 13 years ago
xen-mapcache.c hw: move headers to include/ 14 years ago
xen-stub.c pc: Initializing ram_memory under Xen. 13 years ago

README

Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org

- QEMU team