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.
 
 
 
 
 
 
Markus Armbruster c4f26c9f37 blockdev: Convert drive_new() to Error 8 years ago
accel accel/tcg: Remove dead code 8 years ago
audio audio: add audio timer trace points 8 years ago
backends hostmem: add some properties description 8 years ago
block block: Use warn_report() & friends to report warnings 8 years ago
bsd-user bsd-user: Use the IEC binary prefix definitions 8 years ago
capstone@22ead3e0bf disas: Add capstone as submodule 9 years ago
chardev char: Use error_printf() to print help and such 8 years ago
contrib contrib: add elf2dmp tool 8 years ago
crypto crypto: Implement TLS Pre-Shared Keys (PSK). 8 years ago
default-configs display: add separate config option for bochs-display 8 years ago
disas fix "Missing break in switch" coverity reports 8 years ago
docs tests: remove gcov-files- variables 8 years ago
dtc@88f18909db Update dtc/libfdt submodule to v1.4.7 8 years ago
fpu qemu/compiler: Wrap __attribute__((flatten)) in a macro 8 years ago
fsdev fsdev: Clean up error reporting in qemu_fsdev_add() 8 years ago
gdb-xml s390x/gdb: add gs registers 9 years ago
hw fsdev: Clean up error reporting in qemu_fsdev_add() 8 years ago
include blockdev: Convert drive_new() to Error 8 years ago
io Delete AF_UNIX socket after close 8 years ago
libdecnumber build: remove CONFIG_LIBDECNUMBER 9 years ago
linux-headers linux-headers: update 8 years ago
linux-user Add a workaround for clang bug and remove misleading comment (sparc) 8 years ago
migration migration: Fix !replay_can_snapshot() error handling 8 years ago
nbd nbd/server: drop old-style negotiation 8 years ago
net net/socket: Fix invalid socket type error handling 8 years ago
pc-bios Update OpenBIOS images to 441a84d3 built from submodule. 8 years ago
po po: Don't include comments with location 8 years ago
qapi qmp, hmp: make subsystem/system-vendor identities optional 8 years ago
qga util: add qemu_write_pidfile() 8 years ago
qobject json: Eliminate lexer state IN_WHITESPACE, pseudo-token JSON_SKIP 8 years ago
qom qom: Clean up error reporting in user_creatable_add_opts_foreach() 8 years ago
replay replay: allow loading any snapshots before recording 8 years ago
roms Update OpenBIOS images to 441a84d3 built from submodule. 8 years ago
scripts Use error_fatal to simplify obvious fatal errors (again) 8 years ago
scsi util: add qemu_write_pidfile() 8 years ago
slirp slirp: Propagate host TCP RST packet to the guest after socket disconnected 8 years ago
stubs tpm: Clean up error reporting in tpm_init_tpmdev() 8 years ago
target cpus hw target: Use warn_report() & friends to report warnings 8 years ago
tcg tcg/i386: fix vector operations on 32-bit hosts 8 years ago
tests tests: remove gcov-files- variables 8 years ago
trace tracing: Use double-dash spelling for trace option 8 years ago
ui spice: Clean up error reporting in add_channel() 8 years ago
util error: Fix use of error_prepend() with &error_fatal, &error_abort 8 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 edid: Ignore built binary 8 years ago
.gitmodules gitmodules: add berkeley's softfloat + testfloat version 3 8 years ago
.gitpublish Add a git-publish configuration file 8 years ago
.mailmap mailmap: Add an item for Yongbok Kim 8 years ago
.shippable.yml shippable: Remove Debian 8 libfdt kludge 8 years ago
.travis.yml travis: add gcovr summary for GCOV build 8 years ago
CODING_STYLE CODING_STYLE: Define our preferred form for multiline comments 8 years ago
COPYING COPYING: update from FSF 18 years ago
COPYING.LIB Update FSF address in GPL/LGPL boilerplate 17 years ago
Changelog Use HTTPS for qemu.org and other domains 8 years ago
HACKING HACKING: document preference for g_new instead of g_malloc 8 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 block/sheepdog maintainers 8 years ago
Makefile Makefile: Install new vgabios binaries 8 years ago
Makefile.objs contrib: add elf2dmp tool 8 years ago
Makefile.target dump: add Windows dump format to dump-guest-memory 8 years ago
README README: Fix typo 'git-publish' 8 years ago
VERSION Open 3.1 development tree 8 years ago
arch_init.c arch_init: sort architectures 8 years ago
balloon.c balloon: Allow multiple inhibit users 8 years ago
block.c error: Fix use of error_prepend() with &error_fatal, &error_abort 8 years ago
blockdev-nbd.c nbd/server: drop old-style negotiation 8 years ago
blockdev.c blockdev: Convert drive_new() to Error 8 years ago
blockjob.c block: Use a single global AioWait 8 years ago
bootdevice.c fw_cfg: ignore suffixes in the bootdevice list dependent on machine class 8 years ago
bt-host.c all: Clean up includes 10 years ago
bt-vhci.c all: Clean up includes 10 years ago
configure configure: remove glib_subprocess check 8 years ago
cpus-common.c qom: convert the CPU list to RCU 8 years ago
cpus.c cpus hw target: Use warn_report() & friends to report warnings 8 years ago
device-hotplug.c blockdev: Convert drive_new() to Error 8 years ago
device_tree.c device_tree: Add qemu_fdt_node_unit_path 8 years ago
disas.c RISC-V Disassembler 8 years ago
dma-helpers.c block: explicitly acquire aiocontext in bottom halves that need it 9 years ago
dump.c qapi: Drop qapi_event_send_FOO()'s Error ** argument 8 years ago
exec.c cpu: Provide a proper prototype for target_words_bigendian() in a header 8 years ago
gdbstub.c gdbstub: Remove unused include 8 years ago
hmp-commands-info.hx hmp-commands-info: add sync-profile 8 years ago
hmp-commands.hx hmp-commands: add sync-profile 8 years ago
hmp.c qmp, hmp: make subsystem/system-vendor identities optional 8 years ago
hmp.h hmp-commands: add sync-profile 8 years ago
ioport.c trace: switch to modular code generation for sub-directories 9 years ago
iothread.c iothread: fix crash with invalid properties 8 years ago
job-qmp.c jobs: canonize Error object 8 years ago
job.c block: Use a single global AioWait 8 years ago
memory.c memory: Remove old_mmio accessors 8 years ago
memory_ldst.inc.c exec: Fix MAP_RAM for cached access 8 years ago
memory_mapping.c Replace all occurances of __FUNCTION__ with __func__ 8 years ago
module-common.c all: Clean up includes 10 years ago
monitor.c qdev-monitor: print help to stdout 8 years ago
numa.c numa: Clean up error reporting in parse_numa() 8 years ago
os-posix.c util: add qemu_write_pidfile() 8 years ago
os-win32.c util: add qemu_write_pidfile() 8 years ago
qdev-monitor.c qdev-monitor: print help to stdout 8 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-deprecated.texi ui: remove support for GTK2 in favour of GTK3 8 years ago
qemu-doc.texi doc: replace x-root with rootdir for usb-mtp 8 years ago
qemu-edid.c display/edid: add edid generator to qemu. 8 years ago
qemu-ga.texi qemu-ga: Remove stray 'q' in documentation 10 years ago
qemu-img-cmds.hx qemu-img: Add -C option for convert with copy offloading 8 years ago
qemu-img.c qemu-img: fix regression copying secrets during convert 8 years ago
qemu-img.texi qemu-img: Add -C option for convert with copy offloading 8 years ago
qemu-io-cmds.c qemu-io: Fix writethrough check in reopen 8 years ago
qemu-io.c qom: Clean up error reporting in user_creatable_add_opts_foreach() 8 years ago
qemu-keymap.c ui: use enum to string helpers 8 years ago
qemu-nbd.c qom: Clean up error reporting in user_creatable_add_opts_foreach() 8 years ago
qemu-nbd.texi nbd: Add qemu-nbd -D for human-readable description 10 years ago
qemu-option-trace.texi qemu-option-trace: -trace enable= is a pattern, not a file 8 years ago
qemu-options-wrapper.h qemu-img: remove references to GEN_DOCS 8 years ago
qemu-options.h Clean up ill-advised or unusual header guards 10 years ago
qemu-options.hx qcow2: Fix cache-clean-interval documentation 8 years ago
qemu-seccomp.c seccomp: Clean up error reporting in parse_sandbox() 8 years ago
qemu-tech.texi cli qmp: Mark --preconfig, exit-preconfig experimental 8 years ago
qemu.nsi Use HTTPS for qemu.org and other domains 8 years ago
qemu.sasl Default to GSSAPI (Kerberos) instead of DIGEST-MD5 for SASL 9 years ago
qmp.c cli qmp: Mark --preconfig, exit-preconfig experimental 8 years ago
qtest.c qtest: Use cpu address space instead of system memory 8 years ago
replication.c replication: Introduce new APIs to do replication operation 10 years ago
replication.h block/replication: Remove protocol_name field 8 years ago
rules.mak tests/docker/Makefile.include: handle empty TARGET_LIST 8 years ago
thunk.c thunk: assert nb_fields is valid 9 years ago
tpm.c tpm: Clean up error reporting in tpm_init_tpmdev() 8 years ago
trace-events jobs: remove ret argument to job_completed; privatize it 8 years ago
version.rc Use HTTPS for qemu.org and other domains 8 years ago
vl.c blockdev: Convert drive_new() to Error 8 years ago
win_dump.c dump: fix Windows dump memory run mapping 8 years ago
win_dump.h dump: move Windows dump structures definitions 8 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:

https://qemu.org/Hosts/Linux
https://qemu.org/Hosts/Mac
https://qemu.org/Hosts/W32


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

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

git clone git://git.qemu.org/qemu.git

When submitting patches, one common 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

https://qemu.org/Contribute/SubmitAPatch
https://qemu.org/Contribute/TrivialPatches

The QEMU website is also maintained under source control.

git clone git://git.qemu.org/qemu-web.git
https://www.qemu.org/2017/02/04/the-new-qemu-website-is-up/

A 'git-publish' utility was created to make above process less
cumbersome, and is highly recommended for making regular contributions,
or even just for sending consecutive patch series revisions. It also
requires a working 'git send-email' setup, and by default doesn't
automate everything, so you may want to go through the above steps
manually for once.

For installation instructions, please go to

https://github.com/stefanha/git-publish

The workflow with 'git-publish' is:

$ git checkout master -b my-feature
$ # work on new commits, add your 'Signed-off-by' lines to each
$ git publish

Your patch series will be sent and tagged as my-feature-v1 if you need to refer
back to it in the future.

Sending v2:

$ git checkout my-feature # same topic branch
$ # making changes to the commits (using 'git rebase', for example)
$ git publish

Your patch series will be sent with 'v2' tag in the subject and the git tip
will be tagged as my-feature-v2.

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:

https://qemu.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
https://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:

https://qemu.org/Contribute/StartHere

-- End