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.
 
 
 
 
 
 
Andreas Färber a77d90e68a musicpal: QOM cast cleanup for mv88w8618_eth_state 13 years ago
QMP net: add support of mac-programming over macvtap in QEMU side 13 years ago
audio audio: Replace static functions in header file by macros, remove GCC_ATTR 13 years ago
backends rng-random: use error_setg_file_open() 13 years ago
block Merge remote-tracking branch 'stefanha/block' into staging 13 years ago
bsd-user gdbstub: Change gdb_handlesig() argument to CPUState 13 years ago
default-configs default-configs/ppc64: add all components of i82378 SuperIO chip used by prep 13 years ago
disas tcg-arm: Implement division instructions 13 years ago
docs misc: Fix new typos in comments and strings 13 years ago
dtc@bc895d6d09 dtc: add submodule 13 years ago
fpu softfloat: Fix shift128Right for shift counts 64..127 13 years ago
fsdev fsdev: Fix potential memory leak 13 years ago
gdb-xml gdb-xml: fix hacks in powerpc register numbering 17 years ago
hw musicpal: QOM cast cleanup for mv88w8618_eth_state 13 years ago
include pcie_port: Turn PCIEPort and PCIESlot into abstract QOM types 13 years ago
libcacard libcacard: Fix cppcheck warning and remove unneeded code 13 years ago
linux-headers linux-headers: Update to v3.10-rc5 13 years ago
linux-user linux-user: correct argument number for sys_mremap and sys_splice 13 years ago
net misc: Use g_assert_not_reached for code which is expected to be unreachable 13 years ago
pc-bios Merge remote-tracking branch 'agraf/s390-for-upstream' into staging 13 years ago
pixman@97336fad32 qapi: move include files to include/qobject/ 13 years ago
po po/Makefile: Use macro quiet-command for nice looking messages 13 years ago
qapi qapi: Anonymous unions 13 years ago
qga qga: escape cmdline args when registering win32 service (CVE-2013-2231) 13 years ago
qobject Implement qdict_flatten() 13 years ago
qom cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" 13 years ago
roms seabios: update to 1.7.3 13 years ago
scripts qapi.py: Permit comments starting anywhere on the line 13 years ago
slirp slirp: remove mbuf(m_hdr,m_dat) indirection 13 years ago
stubs cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XML 13 years ago
sysconfigs/target Eliminate cpus-x86_64.conf file 14 years ago
target-alpha cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" 13 years ago
target-arm cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" 13 years ago
target-cris cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" 13 years ago
target-i386 target-i386: Disable PMU CPUID leaf by default 13 years ago
target-lm32 cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" 13 years ago
target-m68k cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" 13 years ago
target-microblaze cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" 13 years ago
target-mips cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" 13 years ago
target-moxie cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" 13 years ago
target-openrisc cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" 13 years ago
target-ppc QOM CPUState refactorings 13 years ago
target-s390x cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" 13 years ago
target-sh4 cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" 13 years ago
target-sparc cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" 13 years ago
target-unicore32 cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" 13 years ago
target-xtensa cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" 13 years ago
tcg Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-next 13 years ago
tests qapi.py: Permit comments starting anywhere on the line 13 years ago
trace trace: Add ftrace tracing backend 13 years ago
ui migration: fix spice migration 13 years ago
util aes: Remove unused code (NDEBUG, u16) 13 years ago
.exrc qemu: add .exrc 14 years ago
.gitignore gitignore: unignore *.patch 13 years ago
.gitmodules pc-bios: Update palcode-clipper 13 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 18 years ago
Changelog fix some common typos 14 years ago
HACKING HACKING: Document vaddr type usage 13 years ago
LICENSE LICENSE: There is no libqemu.a anymore 15 years ago
MAINTAINERS tcg: Add myself to general TCG maintainership 13 years ago
Makefile w32, w64: Add build rule for installer 13 years ago
Makefile.objs rdma: core logic 13 years ago
Makefile.target build: do not use TARGET_ARCH 13 years ago
README Update README 15 years ago
VERSION Open up 1.6 development 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 rdma: send pc.ram 13 years ago
async.c QEMUBH: make AioContext's bh re-entrant 13 years ago
balloon.c softmmu: move include files to include/sysemu/ 13 years ago
block-migration.c block-migration: efficiently encode zero blocks 13 years ago
block.c block: Repair the throttling code. 13 years ago
blockdev-nbd.c hw: move headers to include/ 13 years ago
blockdev.c misc: Use g_assert_not_reached for code which is expected to be unreachable 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
configure tests: QAPI schema parser tests 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 Fix warnings suppressors to honor --disable-werror 13 years ago
coroutine-win32.c block: move include files to include/block/ 13 years ago
cpu-exec.c cpu: Move singlestep_enabled field from CPU_COMMON to CPUState 13 years ago
cpus.c timer: make timers_state static 13 years ago
cputlb.c cpu: Make first_cpu and next_cpu CPUState 13 years ago
device-hotplug.c hw: move device-hotplug.o to toplevel, compile it once 13 years ago
device_tree.c device_tree: Add qemu_devtree_setprop_sized_cells() utility functions 13 years ago
disas.c exec: Change cpu_memory_rw_debug() argument to CPUState 13 years ago
dma-helpers.c dma: keep a device alive while it has SGLists 13 years ago
dump.c cpu: Make first_cpu and next_cpu CPUState 13 years ago
exec.c kvm: Change prototype of kvm_update_guest_debug() 13 years ago
gdbstub.c cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XML 13 years ago
hmp-commands.hx block: add drive_backup HMP command 13 years ago
hmp.c rdma: account for the time spent in MIG_STATE_SETUP through QMP 13 years ago
hmp.h block: add drive_backup HMP command 13 years ago
iohandler.c iohandler: switch to GPollFD 13 years ago
ioport.c Revert "ioport: remove LITTLE_ENDIAN mark for portio" 13 years ago
kvm-all.c kvm: Change prototype of kvm_update_guest_debug() 13 years ago
kvm-stub.c kvm: Change prototype of kvm_update_guest_debug() 13 years ago
main-loop.c main-loop: do not include slirp/slirp.h, use libslirp.h instead 13 years ago
memory.c memory: add tracepoints for MMIO reads/writes 13 years ago
memory_mapping.c cpu: Make first_cpu and next_cpu CPUState 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-rdma.c misc: Fix new typos in comments and strings 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 migration: fix spice migration 13 years ago
monitor.c exec: Change cpu_memory_rw_debug() argument to CPUState 13 years ago
nbd.c nbd: support large NBD requests 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 13 years ago
page_cache.c remove some double-includes 13 years ago
qapi-schema.json qapi: Rename ChardevBackend member "memory" to "ringbuf" 13 years ago
qdev-monitor.c qemu-help: Sort devices by logical functionality 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 qapi: Rename ChardevBackend member "memory" to "ringbuf" 13 years ago
qemu-coroutine-io.c rdma: export yield_until_fd_readable() 13 years ago
qemu-coroutine-lock.c block: Repair the throttling code. 13 years ago
qemu-coroutine-sleep.c misc: move include files to include/qemu/ 13 years ago
qemu-coroutine.c coroutine: stop using AioContext in CoQueue 13 years ago
qemu-doc.texi doc: we use seabios, not bochs bios 13 years ago
qemu-img-cmds.hx qemu-img: Add compare subcommand 13 years ago
qemu-img.c block: Don't parse protocol from file.filename 13 years ago
qemu-img.texi qemu-img: Add compare subcommand 13 years ago
qemu-io-cmds.c qemu-io: Interface cleanup 13 years ago
qemu-io.c qemu-io: Use the qemu version for -V 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 15 years ago
qemu-options.h vl.c: Move option generation logic into a wrapper file 15 years ago
qemu-options.hx Revert "chardev: Make the name of memory device consistent" 13 years ago
qemu-seccomp.c seccomp: removing unused syscalls gtom whitelist 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.nsi w32, w64: Add build rule for installer 13 years ago
qemu.sasl Fix command example in qemu.sasl 13 years ago
qmp-commands.hx Implement sync modes for drive-backup. 13 years ago
qmp.c QMP: Add cpu-add command 13 years ago
qtest.c qtest: Don't reset on qtest chardev connect 13 years ago
readline.c readline: Handle xterm escape sequences for Home/End keys 13 years ago
rules.mak win32: fix compilation again 13 years ago
savevm.c rdma: bugfix: ram_control_save_page() 13 years ago
spice-qemu-char.c qemu-char: don't issue CHR_EVENT_OPEN in a BH 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 tpm.c: Don't try to put -1 in a variable of type TpmModel 13 years ago
trace-events memory: add tracepoints for MMIO reads/writes 13 years ago
translate-all.c linux-user: Unlock mmap_lock when resuming guest from page_unprotect 13 years ago
translate-all.h cputlb: Pass CPUState to cpu_unlink_tb() 13 years ago
user-exec.c linux-user: fix segmentation fault passing with h2g(x) != x 13 years ago
version.rc mingw: add version information to the executables 16 years ago
vl.c add timestamp to error_report() 13 years ago
xbzrle.c Move XBZRLE encoding code to a separate file to allow testing 13 years ago
xen-all.c memory: add ref/unref calls 13 years ago
xen-mapcache.c hw: move headers to include/ 13 years ago
xen-stub.c Allow use of pc machine type (accel=xen) for Xen HVM domains. 13 years ago

README

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

- QEMU team