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 1540008629 console: fix dpy_gfx_replace_surface assert 9 years ago
accel tcg: Infrastructure for managing constant pools 9 years ago
audio trace-events: fix code style: %# -> 0x% 9 years ago
backends QAPI patches for 2017-09-01 9 years ago
block nbd patches for 2017-09-06 9 years ago
bsd-user maint: Include bug-reporting info in --help output 9 years ago
chardev qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) 9 years ago
contrib libvhost-user: support resuming vq->last_avail_idx based on used_idx 9 years ago
crypto qapi: Change data type of the FOO_lookup generated for enum FOO 9 years ago
default-configs ppc4xx_i2c: Move to hw/i2c 9 years ago
disas disas/i386: Add disassembly of rorx 9 years ago
docs docs: update documentation considering PCIE-PCI bridge 9 years ago
dtc@558cd81bdd dtc: Revert unintentional submodule downgrade from commit c2cabb34220d63f9 9 years ago
fpu softfloat: define floatx80_round() 9 years ago
fsdev fsdev: fix memory leak in main() 9 years ago
gdb-xml s390x/gdb: add gs registers 9 years ago
hw pc, pci, virtio: patches queued before 2.10 9 years ago
include pc, pci, virtio: patches queued before 2.10 9 years ago
io io: Add new qio_channel_read{, v}_all_eof functions 9 years ago
libdecnumber decnumber: use DIV_ROUND_UP 9 years ago
linux-headers Revert "kvm: use DIV_ROUND_UP" 9 years ago
linux-user sparc: embed sparc_def_t into CPUSPARCState 9 years ago
migration migration: dump str in migrate_set_state trace 9 years ago
nbd nbd: Use new qio_channel_*_all() functions 9 years ago
net colo-compare: Use IOThread to Check old packet regularly and Process pactkets of the primary 9 years ago
pc-bios Update OpenBIOS images to 314d4f8 built from submodule. 9 years ago
po po: add missing translations in de, fr, it, zh 9 years ago
qapi block: add throttle block filter driver 9 years ago
qga maint: Include bug-reporting info in --help output 9 years ago
qobject qlit: Tighten QLit list vs QList comparison 9 years ago
qom boards.h: Define new flag ignore_memory_transaction_failures 9 years ago
replay -----BEGIN PGP SIGNATURE----- 9 years ago
roms Update OpenBIOS images to 314d4f8 built from submodule. 9 years ago
scripts hw/ppc/spapr_cpu_core: Add a proper check for spapr machine 9 years ago
slirp slirp: fix clearing ifq_so from pending packets 9 years ago
stubs hw/acpi: Move acpi_set_pci_info to pcihp 9 years ago
target target/m68k: Switch fpu_rom from make_floatx80() to make_floatx80_init() 9 years ago
tcg tcg/ppc: Use constant pool for movi 9 years ago
tests vhost-user-bridge: fix resume regression (since 2.9) 9 years ago
trace trace: add trace_event_get_state_backends() 9 years ago
ui console: fix dpy_gfx_replace_surface assert 9 years ago
util configure: Drop AIX host support 9 years ago
.dir-locals.el Add .dir-locals.el file to configure emacs coding style 11 years ago
.editorconfig add editorconfig 9 years ago
.exrc qemu: add .exrc 14 years ago
.gdbinit .gdbinit: load QEMU sub-commands when gdb starts 9 years ago
.gitignore coccinelle: ignore ASTs pre-parsed cached C files 9 years ago
.gitmodules pixman: drop submodule 9 years ago
.mailmap Update mailmap 13 years ago
.shippable.yml shippable: add win32/64 targets 9 years ago
.travis.yml travis: move make -j flag out of script 9 years ago
CODING_STYLE coding_style: add point about 0x in trace-events 9 years ago
COPYING COPYING: update from FSF 18 years ago
COPYING.LIB Update FSF address in GPL/LGPL boilerplate 18 years ago
COPYING.PYTHON scripts: add argparse module for Python 2.6 compatibility 9 years ago
Changelog Use qemu-project.org domain name 13 years ago
HACKING HACKING: document #include order 9 years ago
LICENSE vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfio 11 years ago
MAINTAINERS MAINTAINERS: Update mail address for COLO Proxy 9 years ago
Makefile pixman: drop submodule 9 years ago
Makefile.objs configure: Don't build ivshmem tools unless CONFIG_IVSHMEM is set 9 years ago
Makefile.target trace: ensure .stp files are rebuilt if trace tool source changes 9 years ago
README README: Add linux to macOS build info 9 years ago
VERSION Open 2.11 development tree 9 years ago
arch_init.c audio: Rename hw/audio/audio.h to hw/audio/soundhw.h 9 years ago
atomic_template.h tcg: Add atomic128 helpers 10 years ago
balloon.c trace: switch to modular code generation for sub-directories 9 years ago
block.c block: remove unused bdrv_media_changed 9 years ago
blockdev-nbd.c nbd: Fix regression on resiliency to port scan 9 years ago
blockdev.c block: move ThrottleGroup membership to ThrottleGroupMember 9 years ago
blockjob.c qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) 9 years ago
bootdevice.c Makefile: Move bootdevice.o to common-obj-y 9 years ago
bt-host.c all: Clean up includes 10 years ago
bt-vhci.c all: Clean up includes 10 years ago
configure pixman: drop configure switches 9 years ago
cpus-common.c *_run_on_cpu: introduce run_on_cpu_data type 10 years ago
cpus.c Convert error_report() to warn_report() 9 years ago
device-hotplug.c blockdev: Split monitor reference from BB creation 10 years ago
device_tree.c device_tree: fix compiler warnings (clang 5) 9 years ago
disas.c tcg: Remove support for ia64 as host 9 years ago
dma-helpers.c block: explicitly acquire aiocontext in bottom halves that need it 9 years ago
dump.c misc: Remove unused Error variables 9 years ago
exec.c exec: Add lock parameter to qemu_ram_ptr_length 9 years ago
gdbstub.c Use qemu_tolower() and qemu_toupper(), not tolower() and toupper() 9 years ago
hax-stub.c Plumb the HAXM-based hardware acceleration support 9 years ago
hmp-commands-info.hx hmp: allow apic-id for "info lapic" 9 years ago
hmp-commands.hx s390x/kvm/migration/cpumodel: fixes, enhancements and cleanups 9 years ago
hmp.c qapi: Change data type of the FOO_lookup generated for enum FOO 9 years ago
hmp.h hmp: add hmp analogue for qmp-chardev-change 9 years ago
ioport.c trace: switch to modular code generation for sub-directories 9 years ago
iothread.c qemu-iothread: IOThread supports the GMainContext event loop 9 years ago
memory.c migration: optimize the downtime 9 years ago
memory_ldst.inc.c exec: introduce memory_ldst.inc.c 9 years ago
memory_mapping.c dump: fix memory_mapping_filter leak 9 years ago
module-common.c all: Clean up includes 10 years ago
monitor.c qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) 9 years ago
numa.c memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() 9 years ago
os-posix.c Revert "rcu: do not create thread in pthread_atfork callback" 9 years ago
os-win32.c shutdown: Add source information to SHUTDOWN and RESET 9 years ago
qapi-schema.json qapi-schema: Improve section headings 9 years ago
qdev-monitor.c migration: Move remaining exported functions to migration/misc.h 9 years ago
qdict-test-data.txt Introduce QDict test data file 17 years ago
qemu-bridge-helper.c all: Remove unnecessary glib.h includes 10 years ago
qemu-doc.texi qemu-doc: Add UUID support in initiator name 9 years ago
qemu-ga.texi qemu-ga: Remove stray 'q' in documentation 10 years ago
qemu-img-cmds.hx qemu-img: Sort sub-command names in --help 9 years ago
qemu-img.c qapi: Change data type of the FOO_lookup generated for enum FOO 9 years ago
qemu-img.texi qemu-img: Check for backing image if specified during create 9 years ago
qemu-io-cmds.c qemu-io: Allow reopen read-write 9 years ago
qemu-io.c maint: Include bug-reporting info in --help output 9 years ago
qemu-nbd.c qapi: Change data type of the FOO_lookup generated for enum FOO 9 years ago
qemu-nbd.texi nbd: Add qemu-nbd -D for human-readable description 10 years ago
qemu-option-trace.texi docs: update manpage for stderr->log rename 9 years ago
qemu-options-wrapper.h hxtool: emit Texinfo headings as @subsection 9 years ago
qemu-options.h Clean up ill-advised or unusual header guards 10 years ago
qemu-options.hx qemu-options: document existance of versioned machine types 9 years ago
qemu-seccomp.c seccomp: adding getrusage to the whitelist 10 years ago
qemu-tech.texi qemu-doc: merge qemu-tech and qemu-doc 10 years ago
qemu.nsi qemu-doc: merge qemu-tech and qemu-doc 10 years ago
qemu.sasl Default to GSSAPI (Kerberos) instead of DIGEST-MD5 for SASL 9 years ago
qmp.c qmp: Include parent type on 'qom-list-types' output 9 years ago
qtest.c char: add backend hotswap handler 9 years ago
replication.c replication: Introduce new APIs to do replication operation 10 years ago
replication.h replication: Introduce new APIs to do replication operation 10 years ago
rules.mak docs: create interop/ subdirectory 9 years ago
softmmu_template.h cputlb: Support generating CPU exceptions on memory transaction failures 9 years ago
thunk.c thunk: assert nb_fields is valid 9 years ago
tpm.c qapi: Change data type of the FOO_lookup generated for enum FOO 9 years ago
trace-events trace-events: fix code style: %# -> 0x% 9 years ago
user-exec-stub.c stubs: group stubs for user-mode emulation 9 years ago
user-exec.c Replace 'struct ucontext' with 'ucontext_t' type 9 years ago
version.rc Use qemu-project.org domain name 13 years ago
vl.c runstate/migrate: Two more transitions 9 years ago

README

         QEMU README
===========

QEMU is a generic and open source machine & userspace emulator and
virtualizer.

QEMU is capable of emulating a complete machine in software without any
need for hardware virtualization support. By using dynamic translation,
it achieves very good performance. QEMU can also integrate with the Xen
and KVM hypervisors to provide emulated hardware while allowing the
hypervisor to manage the CPU. With hypervisor support, QEMU can achieve
near native performance for CPUs. When QEMU emulates CPUs directly it is
capable of running operating systems made for one machine (e.g. an ARMv7
board) on a different machine (e.g. an x86_64 PC board).

QEMU is also capable of providing userspace API virtualization for Linux
and BSD kernel interfaces. This allows binaries compiled against one
architecture ABI (e.g. the Linux PPC64 ABI) to be run on a host using a
different architecture ABI (e.g. the Linux x86_64 ABI). This does not
involve any hardware emulation, simply CPU and syscall emulation.

QEMU aims to fit into a variety of use cases. It can be invoked directly
by users wishing to have full control over its behaviour and settings.
It also aims to facilitate integration into higher level management
layers, by providing a stable command line interface and monitor API.
It is commonly invoked indirectly via the libvirt library when using
open source applications such as oVirt, OpenStack and virt-manager.

QEMU as a whole is released under the GNU General Public License,
version 2. For full licensing details, consult the LICENSE file.


Building
========

QEMU is multi-platform software intended to be buildable on all modern
Linux platforms, OS-X, Win32 (via the Mingw64 toolchain) and a variety
of other UNIX targets. The simple steps to build QEMU are:

mkdir build
cd build
../configure
make

Additional information can also be found online via the QEMU website:

http://qemu-project.org/Hosts/Linux
http://qemu-project.org/Hosts/Mac
http://qemu-project.org/Hosts/W32


Submitting patches
==================

The QEMU source code is maintained under the GIT version control system.

git clone git://git.qemu-project.org/qemu.git

When submitting patches, the preferred approach is to use 'git
format-patch' and/or 'git send-email' to format & send the mail to the
qemu-devel@nongnu.org mailing list. All patches submitted must contain
a 'Signed-off-by' line from the author. Patches should follow the
guidelines set out in the HACKING and CODING_STYLE files.

Additional information on submitting patches can be found online via
the QEMU website

http://qemu-project.org/Contribute/SubmitAPatch
http://qemu-project.org/Contribute/TrivialPatches


Bug reporting
=============

The QEMU project uses Launchpad as its primary upstream bug tracker. Bugs
found when running code built from QEMU git or upstream released sources
should be reported via:

https://bugs.launchpad.net/qemu/

If using QEMU via an operating system vendor pre-built binary package, it
is preferable to report bugs to the vendor's own bug tracker first. If
the bug is also known to affect latest upstream code, it can also be
reported via launchpad.

For additional information on bug reporting consult:

http://qemu-project.org/Contribute/ReportABug


Contact
=======

The QEMU community can be contacted in a number of ways, with the two
main methods being email and IRC

- qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel
- #qemu on irc.oftc.net

Information on additional methods of contacting the community can be
found online via the QEMU website:

http://qemu-project.org/Contribute/StartHere

-- End