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.
 
 
 
 
 
 
Gerd Hoffmann 380cd056ec console: add GraphicHwOps 13 years ago
QMP virtio,pci,qom 13 years ago
audio audio: Replace non-portable asprintf in debug code by g_strdup_printf 13 years ago
backends sysemu: avoid proliferation of include/ subdirectories 13 years ago
block rbd: add an asynchronous flush 13 years ago
bsd-user qemu-log: default to stderr for logging output 13 years ago
default-configs configure: fix TPM logic 13 years ago
disas target-i386: add AES-NI instructions 13 years ago
docs Typo, spelling and grammatical fixes 13 years ago
fpu fpu: Correct edgecase in float64_muladd 13 years ago
fsdev virtfs-proxy-helper: Fix unchecked strdup() by conv. to g_strdup() 13 years ago
gdb-xml gdb-xml: fix hacks in powerpc register numbering 17 years ago
hw console: add GraphicHwOps 13 years ago
include console: add GraphicHwOps 13 years ago
ldscripts build: create ldscripts/ 13 years ago
libcacard libcacard: Fix unchecked strdup() by converting to g_strdup() 13 years ago
linux-headers linux-headers: Update to v3.9-rc2 13 years ago
linux-user linux-user: pass correct host flags to eventfd2 call 13 years ago
net sysemu: avoid proliferation of include/ subdirectories 13 years ago
pc-bios hw: move headers to include/ 13 years ago
pixman@97336fad32 qapi: move include files to include/qobject/ 13 years ago
po po: Update German translation 13 years ago
qapi qapi: Fix unchecked strdup() by converting to g_strdup() 13 years ago
qga qemu-ga: ga_get_fd_handle(): abort if fd_counter overflows 13 years ago
qobject qjson: to_json() case QTYPE_QSTRING is buggy, rewrite 13 years ago
qom virtio,pci,qom 13 years ago
roms virtio,pci,qom 13 years ago
scripts trace: [stderr] Port to generic event information and new control interface 13 years ago
slirp sysemu: avoid proliferation of include/ subdirectories 13 years ago
stubs stubs: Add a vmstate_dummy struct for CONFIG_USER_ONLY 13 years ago
sysconfigs/target Eliminate cpus-x86_64.conf file 14 years ago
target-alpha cpu: Replace do_interrupt() by CPUClass::do_interrupt method 13 years ago
target-arm arm: fix location of some include files 13 years ago
target-cris cpu: Replace do_interrupt() by CPUClass::do_interrupt method 13 years ago
target-i386 target-i386: add AES-NI instructions 13 years ago
target-lm32 hw: move headers to include/ 13 years ago
target-m68k cpu: Replace do_interrupt() by CPUClass::do_interrupt method 13 years ago
target-microblaze Typo, spelling and grammatical fixes 13 years ago
target-mips target-mips: fix mipsdsp_mul_q15_q15 and tests for MAQ_SA_W_PHL/PHR 13 years ago
target-moxie target-moxie: Fix VMState registration 13 years ago
target-openrisc cpu: Replace do_interrupt() by CPUClass::do_interrupt method 13 years ago
target-ppc memory: move core typedefs to qemu/typedefs.h 13 years ago
target-s390x Typo, spelling and grammatical fixes 13 years ago
target-sh4 hw: move headers to include/ 13 years ago
target-sparc cpu: Replace do_interrupt() by CPUClass::do_interrupt method 13 years ago
target-unicore32 cpu: Replace do_interrupt() by CPUClass::do_interrupt method 13 years ago
target-xtensa cpu: Replace do_interrupt() by CPUClass::do_interrupt method 13 years ago
tcg tcg-ppc64: Handle deposit of zero 13 years ago
tests target-mips: fix mipsdsp_mul_q15_q15 and tests for MAQ_SA_W_PHL/PHR 13 years ago
trace trace: rebuild generated-events.o when configuration changes 13 years ago
ui console: add GraphicHwOps 13 years ago
util sysemu: avoid proliferation of include/ subdirectories 13 years ago
.exrc qemu: add .exrc 14 years ago
.gitignore .gitignore: rename trace/generated-tracers.dtrace 13 years ago
.gitmodules pixman: add submodule 14 years ago
.mailmap Add a .mailmap to map pre-git-conversion authors to friendly names 15 years ago
CODING_STYLE Replace Qemu by QEMU in internal documentation 14 years ago
COPYING COPYING: update from FSF 18 years ago
COPYING.LIB Update FSF address in GPL/LGPL boilerplate 17 years ago
Changelog fix some common typos 14 years ago
HACKING HACKING: List areas where we may rely on impdef C behaviour 14 years ago
LICENSE LICENSE: There is no libqemu.a anymore 15 years ago
MAINTAINERS MAINTAINERS: update for source code movement 13 years ago
Makefile Update Makefile to actually install the new efi-enabled nic roms that are used by default. 13 years ago
Makefile.objs tpm: reorganize headers and split hardware part 13 years ago
Makefile.target build: always link device_tree.o into emulators if libfdt available 13 years ago
README Update README 15 years ago
VERSION Open up 1.5 development tree 13 years ago
aio-posix.c aio: support G_IO_HUP and G_IO_ERR 13 years ago
aio-win32.c aio: Fix return value of aio_poll() 13 years ago
arch_init.c include: avoid useless includes of exec/ headers 13 years ago
async.c aio: add a ThreadPool instance to AioContext 13 years ago
balloon.c softmmu: move include files to include/sysemu/ 13 years ago
block-migration.c migration: run setup callbacks out of big lock 13 years ago
block.c block: Introduce bdrv_pwritev() for qcow2_save_vmstate 13 years ago
blockdev-nbd.c hw: move headers to include/ 13 years ago
blockdev.c hw: move headers to include/ 13 years ago
blockjob.c misc: move include files to include/qemu/ 13 years ago
bt-host.c sysemu: avoid proliferation of include/ subdirectories 13 years ago
bt-vhci.c sysemu: avoid proliferation of include/ subdirectories 13 years ago
cmd.c misc: move include files to include/qemu/ 13 years ago
cmd.h Delete useless 'extern' qualifiers for functions 15 years ago
configure Merge remote-tracking branch 'bonzini/hw-dirs' into staging 13 years ago
coroutine-gthread.c block: move include files to include/block/ 13 years ago
coroutine-sigaltstack.c Merge remote-tracking branch 'kwolf/for-anthony' into staging 13 years ago
coroutine-ucontext.c Merge remote-tracking branch 'kwolf/for-anthony' into staging 13 years ago
coroutine-win32.c block: move include files to include/block/ 13 years ago
cpu-exec.c Merge branch 'mingw' of git://qemu.weilnetz.de/qemu 13 years ago
cpus.c Check effective suspension of TCG thread 13 years ago
cputlb.c cpu: Move current_tb field to CPUState 13 years ago
device-hotplug.c hw: move device-hotplug.o to toplevel, compile it once 13 years ago
device_tree.c softmmu: move include files to include/sysemu/ 13 years ago
disas.c disas: Disassemble all ppc insns for the host 13 years ago
dma-helpers.c softmmu: move include files to include/sysemu/ 13 years ago
dump-stub.c softmmu: move include files to include/sysemu/ 13 years ago
dump.c include: avoid useless includes of exec/ headers 13 years ago
exec.c hw: move headers to include/ 13 years ago
gdbstub.c sysemu: avoid proliferation of include/ subdirectories 13 years ago
hmp-commands.hx Revert "New QMP command query-cpu-max and HMP command cpu_max" 13 years ago
hmp.c Merge remote-tracking branch 'bonzini/hw-dirs' into staging 13 years ago
hmp.h Revert "New QMP command query-cpu-max and HMP command cpu_max" 13 years ago
iohandler.c iohandler: switch to GPollFD 13 years ago
ioport.c exec: move include files to include/exec/ 13 years ago
kvm-all.c cpu: Pass CPUState to cpu_interrupt() 13 years ago
kvm-stub.c include: avoid useless includes of exec/ headers 13 years ago
main-loop.c main-loop: drop the BQL if the I/O appears to be spinning 13 years ago
memory.c memory: fix a bug of detection of memory region collision 13 years ago
memory_mapping-stub.c softmmu: move include files to include/sysemu/ 13 years ago
memory_mapping.c exec: change RAM list to a TAILQ 13 years ago
migration-exec.c migration: eliminate s->migration_file 13 years ago
migration-fd.c migration: eliminate s->migration_file 13 years ago
migration-tcp.c migration: eliminate s->migration_file 13 years ago
migration-unix.c migration: eliminate s->migration_file 13 years ago
migration.c oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() 13 years ago
monitor.c Merge remote-tracking branch 'bonzini/hw-dirs' into staging 13 years ago
nbd.c oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() 13 years ago
os-posix.c softmmu: move include files to include/sysemu/ 13 years ago
os-win32.c qemu-timer: move timeBeginPeriod/timeEndPeriod to os-win32 13 years ago
page_cache.c page_cache: dup memory on insert 13 years ago
qapi-schema-test.json qapi: add struct-errors test case to test-qmp-output-visitor 14 years ago
qapi-schema.json qapi: use valid JSON in schema 13 years ago
qdev-monitor.c hw: move qdev-monitor.o to toplevel directory 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 13 years ago
qemu-char.c Merge remote-tracking branch 'bonzini/hw-dirs' into staging 13 years ago
qemu-coroutine-io.c misc: move include files to include/qemu/ 13 years ago
qemu-coroutine-lock.c coroutine: use AioContext for CoQueue BH 13 years ago
qemu-coroutine-sleep.c misc: move include files to include/qemu/ 13 years ago
qemu-coroutine.c coroutine: move pooling to common code 13 years ago
qemu-doc.texi block: ssh: Use libssh2_sftp_fsync (if supported by libssh2) to flush to disk. 13 years ago
qemu-img-cmds.hx qemu-img: Add compare subcommand 13 years ago
qemu-img.c block: Add options QDict to bdrv_open() prototype 13 years ago
qemu-img.texi qemu-img: Add compare subcommand 13 years ago
qemu-io.c block: Add options QDict to bdrv_file_open() prototypes 13 years ago
qemu-log.c qemu-log: default to stderr for logging output 13 years ago
qemu-nbd.c Add -f FMT / --format FMT arg to qemu-nbd 13 years ago
qemu-nbd.texi Add -f FMT / --format FMT arg to qemu-nbd 13 years ago
qemu-options-wrapper.h vl.c: In qemu -h output, only print options for the arch we are running as 14 years ago
qemu-options.h vl.c: Move option generation logic into a wrapper file 14 years ago
qemu-options.hx block: Add support for Secure Shell (ssh) block device. 13 years ago
qemu-seccomp.c softmmu: move include files to include/sysemu/ 13 years ago
qemu-tech.texi qemu-tech.texi: update implemented xtensa features list 14 years ago
qemu-timer.c qemu-timer: move timeBeginPeriod/timeEndPeriod to os-win32 13 years ago
qemu.sasl Add SASL authentication support ("Daniel P. Berrange") 17 years ago
qmp-commands.hx Revert "New QMP command query-cpu-max and HMP command cpu_max" 13 years ago
qmp.c sysemu: avoid proliferation of include/ subdirectories 13 years ago
qtest.c sysemu: avoid proliferation of include/ subdirectories 13 years ago
readline.c readline: Fix unchecked strdup() by converting to g_strdup() 13 years ago
rules.mak rules/mak: make clean should blow away timestamp files 13 years ago
savevm.c Merge remote-tracking branch 'stefanha/block' into staging 13 years ago
spice-qemu-char.c sysemu: avoid proliferation of include/ subdirectories 13 years ago
tcg-runtime.c tcg: Implement multiword multiply helpers 13 years ago
tci.c tci: Make tcg temporaries local to tcg_qemu_tb_exec 13 years ago
thread-pool.c threadpool: drop global thread pool 13 years ago
thunk.c exec: move include files to include/exec/ 13 years ago
tpm.c sysemu: avoid proliferation of include/ subdirectories 13 years ago
trace-events console: add trace events 13 years ago
translate-all.c include: avoid useless includes of exec/ headers 13 years ago
translate-all.h cputlb: Pass CPUState to cpu_unlink_tb() 13 years ago
user-exec.c Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp() 13 years ago
version.rc mingw: add version information to the executables 16 years ago
vl.c console: move gui_update+gui_setup_refresh from vl.c into console.c 13 years ago
xbzrle.c Move XBZRLE encoding code to a separate file to allow testing 13 years ago
xen-all.c sysemu: avoid proliferation of include/ subdirectories 13 years ago
xen-mapcache.c hw: move headers to include/ 13 years ago
xen-stub.c hw: move headers to include/ 13 years ago

README

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

- QEMU team