mirror of https://gitlab.com/qemu-project/qemu
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 cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
- Endianness cleanups in memory core subsystem and for various targets - Few cleanups around target_ulong type - Build various compilation units as common -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE+qvnXhKRciHc/Wuy4+MsLN6twN4FAmlleisACgkQ4+MsLN6t wN40yw/+NYK6Q+v8YHclH0g6YkPsXYsCVOLWhYaUQ9Smc3Vk8js02LRMxomGiyjc lRhatftrH4dCuiWavyhlK/z+tu3b2WOgjjcIocg7ztZEwzyvDPEKidBNM4Wrv27d 6WNdtCn1rOOYQBcCs/MEHnrxIl3qfl5Kqt4hzejcK4E1DFa1m5ashAEVJwMlqYWp qkBT3fw0jfHojM+eTAbvKI1fi27GVMXbQXSM3V3vG3njxmx4JQT0p9QjyDYWZwgh xAJvy5neoNv3T7TBELCfqSWzGA5WHrW/eAkuRuO0JVa69IOn/mh2aGKboJMT7KQF ufyxceHMj8TLJr6c9BrvaWX7+p7xyvbX3ud+qXOV9P2FBVm+hf2lHnw0pJJ6A51g qv3u8zUVwhmx6oF95ibQtaWKdLNhGCKtVKJu59Xxj/7Bp00BS1Jnj6E/g34To8Vm 18g3cPJ+CEhdTFSkcHusiVI4GdHb8JEGUd5kyWza3gEgYb/J1Ps/a807n6C6NQcq MRkt2zNKS+sJeZzvl+BGH8WewMVGWm1f8IoP28ZvgyxFVutkgFcj+UQZp3J7mkpV ja0B7+1NMK9oMeq/+YM4gUgEF0ydThlqa+qTzxVYu8qpzWT9+cqqWeQHAteE3g/v rqqu/sBUSbh5xi+82zRbgwd7Hj31ST5XkepQN0vUTT4P3zCijy8= =P+9/ -----END PGP SIGNATURE----- Merge tag 'single-binary-20260112' of https://github.com/philmd/qemu into staging Various patches related to single binary effort: - Endianness cleanups in memory core subsystem and for various targets - Few cleanups around target_ulong type - Build various compilation units as common # -----BEGIN PGP SIGNATURE----- # # iQIzBAABCAAdFiEE+qvnXhKRciHc/Wuy4+MsLN6twN4FAmlleisACgkQ4+MsLN6t # wN40yw/+NYK6Q+v8YHclH0g6YkPsXYsCVOLWhYaUQ9Smc3Vk8js02LRMxomGiyjc # lRhatftrH4dCuiWavyhlK/z+tu3b2WOgjjcIocg7ztZEwzyvDPEKidBNM4Wrv27d # 6WNdtCn1rOOYQBcCs/MEHnrxIl3qfl5Kqt4hzejcK4E1DFa1m5ashAEVJwMlqYWp # qkBT3fw0jfHojM+eTAbvKI1fi27GVMXbQXSM3V3vG3njxmx4JQT0p9QjyDYWZwgh # xAJvy5neoNv3T7TBELCfqSWzGA5WHrW/eAkuRuO0JVa69IOn/mh2aGKboJMT7KQF # ufyxceHMj8TLJr6c9BrvaWX7+p7xyvbX3ud+qXOV9P2FBVm+hf2lHnw0pJJ6A51g # qv3u8zUVwhmx6oF95ibQtaWKdLNhGCKtVKJu59Xxj/7Bp00BS1Jnj6E/g34To8Vm # 18g3cPJ+CEhdTFSkcHusiVI4GdHb8JEGUd5kyWza3gEgYb/J1Ps/a807n6C6NQcq # MRkt2zNKS+sJeZzvl+BGH8WewMVGWm1f8IoP28ZvgyxFVutkgFcj+UQZp3J7mkpV # ja0B7+1NMK9oMeq/+YM4gUgEF0ydThlqa+qTzxVYu8qpzWT9+cqqWeQHAteE3g/v # rqqu/sBUSbh5xi+82zRbgwd7Hj31ST5XkepQN0vUTT4P3zCijy8= # =P+9/ # -----END PGP SIGNATURE----- # gpg: Signature made Tue 13 Jan 2026 09:48:11 AM AEDT # gpg: using RSA key FAABE75E12917221DCFD6BB2E3E32C2CDEADC0DE # gpg: Good signature from "Philippe Mathieu-Daudé (F4BUG) <f4bug@amsat.org>" [unknown] # gpg: WARNING: This key is not certified with a trusted signature! # gpg: There is no indication that the signature belongs to the owner. # Primary key fingerprint: FAAB E75E 1291 7221 DCFD 6BB2 E3E3 2C2C DEAD C0DE * tag 'single-binary-20260112' of https://github.com/philmd/qemu: (61 commits) target/arm/gdbstub: make compilation unit common target/arm/gdbstub: extract aarch64_cpu_register_gdb_regs_for_features gdbstub/helpers.h: allow header to be called from common code accel/tcg: Un-inline WatchPoint API user-emulation stubs target/tricore: Build system units in common source set target/tricore: Inline translator_lduw() target/tricore: Use little-endian variant of cpu_ld/st_data*() target/sparc: Inline cpu_ldl_code() call in cpu_do_interrupt() target/sparc: Inline translator_ldl() target/sparc: Use explicit big-endian LD/ST API hw/sparc: Use explicit big-endian LD/ST API hw/sparc: Mark SPARC-specific peripherals as big-endian target/sh4: drop cpu_reset from realizefn target/sh4: Build system units in common source set target/rx: Build system units in common source set target/rx: Inline translator_lduw() and translator_ldl() target/rx: Use explicit little-endian LD/ST API target/rx: Use little-endian variant of cpu_ld/st_data*() target/openrisc: Build system units in common source set target/openrisc: Avoid target-specific migration headers in machine.c ... Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
2 days ago | |
|---|---|---|
| .github/workflows | 4 years ago | |
| .gitlab/issue_templates | 3 years ago | |
| .gitlab-ci.d | 3 weeks ago | |
| accel | 2 days ago | |
| audio | 3 months ago | |
| authz | 9 months ago | |
| backends | 7 days ago | |
| block | 7 days ago | |
| bsd-user | 3 months ago | |
| chardev | 1 week ago | |
| common-user | 3 months ago | |
| configs | 2 days ago | |
| contrib | 1 month ago | |
| crypto | 2 months ago | |
| disas | 3 months ago | |
| docs | 2 days ago | |
| dump | 3 weeks ago | |
| ebpf | 2 months ago | |
| fpu | 6 months ago | |
| fsdev | 3 weeks ago | |
| gdb-xml | 3 weeks ago | |
| gdbstub | 3 weeks ago | |
| host/include | 1 month ago | |
| hw | 2 days ago | |
| include | 2 days ago | |
| io | 1 week ago | |
| libdecnumber | 7 months ago | |
| linux-headers | 3 months ago | |
| linux-user | 2 days ago | |
| migration | 7 days ago | |
| monitor | 7 days ago | |
| nbd | 1 week ago | |
| net | 7 days ago | |
| pc-bios | 3 weeks ago | |
| plugins | 3 weeks ago | |
| po | 1 year ago | |
| python | 3 weeks ago | |
| qapi | 2 weeks ago | |
| qga | 7 days ago | |
| qobject | 3 months ago | |
| qom | 3 weeks ago | |
| replay | 3 weeks ago | |
| roms | 3 weeks ago | |
| rust | 2 weeks ago | |
| scripts | 1 week ago | |
| scsi | 3 weeks ago | |
| semihosting | 3 weeks ago | |
| stats | 11 months ago | |
| storage-daemon | 6 months ago | |
| stubs | 2 days ago | |
| subprojects | 3 weeks ago | |
| system | 2 days ago | |
| target | 2 days ago | |
| tcg | 3 days ago | |
| tests | 2 days ago | |
| tools | 4 months ago | |
| trace | 4 months ago | |
| ui | 1 week ago | |
| util | 2 days ago | |
| .b4-config | 7 months ago | |
| .dir-locals.el | 10 years ago | |
| .editorconfig | 5 months ago | |
| .exrc | 14 years ago | |
| .gdbinit | 9 years ago | |
| .git-blame-ignore-revs | 3 years ago | |
| .gitattributes | 1 year ago | |
| .gitignore | 3 years ago | |
| .gitlab-ci.yml | 5 years ago | |
| .gitmodules | 3 months ago | |
| .gitpublish | 3 months ago | |
| .mailmap | 2 months ago | |
| .patchew.yml | 5 years ago | |
| .readthedocs.yml | 5 months ago | |
| .travis.yml | 7 months ago | |
| COPYING | 7 months ago | |
| COPYING.LIB | 7 months ago | |
| Kconfig | 1 year ago | |
| Kconfig.host | 11 months ago | |
| LICENSE | 6 years ago | |
| MAINTAINERS | 2 days ago | |
| Makefile | 2 months ago | |
| README.rst | 2 years ago | |
| VERSION | 3 weeks ago | |
| block.c | 2 months ago | |
| blockdev-nbd.c | 2 months ago | |
| blockdev.c | 1 month ago | |
| blockjob.c | 3 weeks ago | |
| clippy.toml | 4 months ago | |
| configure | 3 weeks ago | |
| cpu-common.c | 3 months ago | |
| cpu-target.c | 4 months ago | |
| event-loop-base.c | 9 months ago | |
| gitdm.config | 2 months ago | |
| hmp-commands-info.hx | 3 months ago | |
| hmp-commands.hx | 3 months ago | |
| iothread.c | 3 weeks ago | |
| job-qmp.c | 3 years ago | |
| job.c | 3 weeks ago | |
| meson.build | 2 days ago | |
| meson_options.txt | 3 months ago | |
| module-common.c | 10 years ago | |
| os-posix.c | 11 months ago | |
| os-wasm.c | 8 months ago | |
| os-win32.c | 1 year ago | |
| page-vary-common.c | 4 years ago | |
| page-vary-target.c | 9 months ago | |
| pythondeps.toml | 3 weeks ago | |
| qemu-bridge-helper.c | 5 years ago | |
| qemu-edid.c | 3 years ago | |
| qemu-img-cmds.hx | 3 months ago | |
| qemu-img.c | 2 months ago | |
| qemu-io-cmds.c | 11 months ago | |
| qemu-io.c | 11 months ago | |
| qemu-keymap.c | 9 months ago | |
| qemu-nbd.c | 11 months ago | |
| qemu-options.hx | 3 weeks ago | |
| qemu.nsi | 9 months ago | |
| qemu.sasl | 5 years ago | |
| replication.c | 5 years ago | |
| run.in | 3 weeks ago | |
| target-info-qom.c | 3 months ago | |
| target-info-stub.c | 3 weeks ago | |
| target-info.c | 3 months ago | |
| trace-events | 3 months ago | |
| version.rc | 5 years ago | |
README.rst
=========== 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. Documentation ============= Documentation can be found hosted online at `<https://www.qemu.org/documentation/>`_. The documentation for the current development version that is available at `<https://www.qemu.org/docs/master/>`_ is generated from the ``docs/`` folder in the source tree, and is built by `Sphinx <https://www.sphinx-doc.org/en/master/>`_. 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: .. code-block:: shell mkdir build cd build ../configure make Additional information can also be found online via the QEMU website: * `<https://wiki.qemu.org/Hosts/Linux>`_ * `<https://wiki.qemu.org/Hosts/Mac>`_ * `<https://wiki.qemu.org/Hosts/W32>`_ Submitting patches ================== The QEMU source code is maintained under the GIT version control system. .. code-block:: shell git clone https://gitlab.com/qemu-project/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 `style section <https://www.qemu.org/docs/master/devel/style.html>`_ of the Developers Guide. Additional information on submitting patches can be found online via the QEMU website: * `<https://wiki.qemu.org/Contribute/SubmitAPatch>`_ * `<https://wiki.qemu.org/Contribute/TrivialPatches>`_ The QEMU website is also maintained under source control. .. code-block:: shell git clone https://gitlab.com/qemu-project/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: .. code-block:: shell $ 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: .. code-block:: shell $ 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 GitLab issues to track bugs. Bugs found when running code built from QEMU git or upstream released sources should be reported via: * `<https://gitlab.com/qemu-project/qemu/-/issues>`_ 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 GitLab. For additional information on bug reporting consult: * `<https://wiki.qemu.org/Contribute/ReportABug>`_ ChangeLog ========= For version history and release notes, please visit `<https://wiki.qemu.org/ChangeLog/>`_ or look at the git history for more detailed information. Contact ======= The QEMU community can be contacted in a number of ways, with the two main methods being email and IRC: * `<mailto: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://wiki.qemu.org/Contribute/StartHere>`_