QEMU With E2K User Support
Go to file
Peter Maydell 53b90ae9b5 Migration Pull request
Hi
 
 This is just fixes for migration.
 - Fix rdma (dave)
 - Remove unused variable (Zhijian)
 - Fix AVX512 and XBZRLE (Matheus)
 - Fix migration preempt (Peter)
 - Fix populate_vfio_info (Steve)
 - Fix multifd send trace (Wei)
 
 Please apply.
 
 Later, Juan.
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEEGJn/jt6/WMzuA0uC9IfvGFhy1yMFAmQTMa0ACgkQ9IfvGFhy
 1yMKCBAAyHcE4TO3NrFpG87nGbLhr1zjXkLEKGuAA/E6NKKrf+OrSV2Wq0aBEO/B
 +yAAiXEPsjheh7gwS8FkgAgIj6PwRTtlKae/Tr0JtraukxYT4qzubkaw3X2VjEwf
 uJ8/I+BZOLBUxlZHYoyDP4CWX7elEMlzKdcShcpJCLTgLjxFXjQ9lZwQBgu51cF2
 YitYRDMsVMr77y20eTqCUrLPcSgTM+8h3PtdyDRH2D+KF1IEkjGmSuF8lBc2WiN+
 BiuW6RlaLjhQiBuWNbkrjdulArnim9qhIT5didJuE7p9L50WFSqZs3EV7a4fJjUl
 1TWJ4k/fzcYf5GF1ypVBrZ1WWCsyJe/fd8ZddGyz9Xpu6Ml7BevVA+0oGeBDYaDB
 T7o2TrHzz2vYCl20jwPbUeafjN8MppBdtHaJ2pP0nA3cPZHPziU2BE9D2/AUxMib
 ICrNe+nVqXUKqx8qZrRPzIBsnoAgmhkNC/k8T7VEhfmm+s6C+xEE0eyhE299TYJn
 ETpQCqiDPCDlkC8iL3OAd8Nn8kucT7EL7qcV2PcpWxgKPc7mCCNIHdpfpM2aZduJ
 0S/m19ICS8PSWSjFpSK2/vKLOyjA1PKA869iXFD+OOPb8jY5piTYOrj1gowkRjMx
 JOOVDX04lBxbgUVaZnC+iLuh/ZlMRFv2GFAHIk66XDsmUOzRddI=
 =Lwbm
 -----END PGP SIGNATURE-----

Merge tag 'migration-20230316-pull-request' of https://gitlab.com/juan.quintela/qemu into staging

Migration Pull request

Hi

This is just fixes for migration.
- Fix rdma (dave)
- Remove unused variable (Zhijian)
- Fix AVX512 and XBZRLE (Matheus)
- Fix migration preempt (Peter)
- Fix populate_vfio_info (Steve)
- Fix multifd send trace (Wei)

Please apply.

Later, Juan.

# -----BEGIN PGP SIGNATURE-----
#
# iQIzBAABCAAdFiEEGJn/jt6/WMzuA0uC9IfvGFhy1yMFAmQTMa0ACgkQ9IfvGFhy
# 1yMKCBAAyHcE4TO3NrFpG87nGbLhr1zjXkLEKGuAA/E6NKKrf+OrSV2Wq0aBEO/B
# +yAAiXEPsjheh7gwS8FkgAgIj6PwRTtlKae/Tr0JtraukxYT4qzubkaw3X2VjEwf
# uJ8/I+BZOLBUxlZHYoyDP4CWX7elEMlzKdcShcpJCLTgLjxFXjQ9lZwQBgu51cF2
# YitYRDMsVMr77y20eTqCUrLPcSgTM+8h3PtdyDRH2D+KF1IEkjGmSuF8lBc2WiN+
# BiuW6RlaLjhQiBuWNbkrjdulArnim9qhIT5didJuE7p9L50WFSqZs3EV7a4fJjUl
# 1TWJ4k/fzcYf5GF1ypVBrZ1WWCsyJe/fd8ZddGyz9Xpu6Ml7BevVA+0oGeBDYaDB
# T7o2TrHzz2vYCl20jwPbUeafjN8MppBdtHaJ2pP0nA3cPZHPziU2BE9D2/AUxMib
# ICrNe+nVqXUKqx8qZrRPzIBsnoAgmhkNC/k8T7VEhfmm+s6C+xEE0eyhE299TYJn
# ETpQCqiDPCDlkC8iL3OAd8Nn8kucT7EL7qcV2PcpWxgKPc7mCCNIHdpfpM2aZduJ
# 0S/m19ICS8PSWSjFpSK2/vKLOyjA1PKA869iXFD+OOPb8jY5piTYOrj1gowkRjMx
# JOOVDX04lBxbgUVaZnC+iLuh/ZlMRFv2GFAHIk66XDsmUOzRddI=
# =Lwbm
# -----END PGP SIGNATURE-----
# gpg: Signature made Thu 16 Mar 2023 15:11:41 GMT
# gpg:                using RSA key 1899FF8EDEBF58CCEE034B82F487EF185872D723
# gpg: Good signature from "Juan Quintela <quintela@redhat.com>" [full]
# gpg:                 aka "Juan Quintela <quintela@trasno.org>" [full]
# Primary key fingerprint: 1899 FF8E DEBF 58CC EE03  4B82 F487 EF18 5872 D723

* tag 'migration-20230316-pull-request' of https://gitlab.com/juan.quintela/qemu:
  migration: fix populate_vfio_info
  migration/multifd: correct multifd_send_thread to trace the flags
  migration/rdma: Remove deprecated variable rdma_return_path
  migration/xbzrle: fix out-of-bounds write with axv512
  migration/xbzrle: use ctz64 to avoid undefined result
  migration/rdma: Fix return-path case
  migration: Wait on preempt channel in preempt thread

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2023-03-16 20:09:08 +00:00
.github/workflows
.gitlab/issue_templates
.gitlab-ci.d gitlab-ci.d/buildtest: Rework the target list of build-system-alpine 2023-03-13 09:23:38 +01:00
accel tcg: Create tcg/tcg-temp-internal.h 2023-03-13 06:42:05 -07:00
audio audio/dbus: there are no sender for p2p mode 2023-03-13 22:57:39 +04:00
authz error: Drop superfluous #include "qapi/qmp/qerror.h" 2023-02-23 13:56:14 +01:00
backends win32: replace closesocket() with close() wrapper 2023-03-13 15:39:31 +04:00
block qed: remove spurious BDRV_POLL_WHILE() 2023-03-10 15:14:46 +01:00
bsd-user gdbstub: move syscall handling to new file 2023-03-07 20:44:08 +00:00
chardev char: do not double-close fd when failing to add client 2023-03-13 15:39:31 +04:00
common-user
configs target/arm: Implement gdbstub pauth extension 2023-03-06 14:08:11 +00:00
contrib contrib/gitdm: add Idan to IBM's group map 2023-03-10 15:54:43 +00:00
crypto win32: replace closesocket() with close() wrapper 2023-03-13 15:39:31 +04:00
disas Fix incorrect register name in disassembler for fmv,fabs,fneg instructions 2023-03-14 16:36:43 +10:00
docs docs/devel: clarify further the semantics of RMW operations 2023-03-15 11:52:25 +01:00
dtc@b6910bec11
dump dump: Add create_win_dump() stub for non-x86 targets 2023-02-27 22:29:02 +01:00
ebpf ebpf: fix compatibility with libbpf 1.0+ 2023-03-10 17:26:47 +08:00
fpu
fsdev
gdb-xml target/arm: Implement gdbstub pauth extension 2023-03-06 14:08:11 +00:00
gdbstub gdbstub: Build syscall.c once 2023-03-07 20:44:09 +00:00
hw Miscellaneous fixes 2023-03-15 17:20:04 +00:00
include ui: dbus & misc fixes 2023-03-14 14:28:58 +00:00
io io/channel-tls: plug memory leakage on GSource 2023-03-14 13:41:21 +00:00
libdecnumber
linux-headers linux-headers: Update to v6.2-rc8 2023-02-16 12:13:46 -07:00
linux-user Pull request linux-user 20230308-v2 2023-03-12 10:57:00 +00:00
meson@3a9b285a55
migration migration: fix populate_vfio_info 2023-03-16 16:07:07 +01:00
monitor monitor: restrict command getfd to POSIX hosts 2023-03-13 15:46:09 +04:00
nbd
net win32: replace closesocket() with close() wrapper 2023-03-13 15:39:31 +04:00
pc-bios update seabios binaries to 1.16.2 2023-03-16 11:04:18 +01:00
plugins includes: move tb_flush into its own header 2023-03-07 17:06:33 +00:00
po
python python: drop pipenv 2023-02-22 23:35:03 -05:00
qapi Add qemu qcode support for keys F13 to F24 2023-03-14 13:41:21 +00:00
qga qga/win/vss: requester_freeze changes 2023-03-08 18:26:50 +02:00
qobject
qom qom/object_interfaces: Fix QAPI headers included 2023-02-27 22:29:01 +01:00
replay replay: Simplify setting replay blockers 2023-02-23 14:10:17 +01:00
roms update seabios submodule to 1.16.2 2023-03-16 10:59:40 +01:00
scripts tests/avocado: Add igb test 2023-03-10 17:26:47 +08:00
scsi
semihosting gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_t 2023-03-07 20:44:09 +00:00
softmmu vl: defuse PID file path resolve error 2023-03-15 11:52:25 +01:00
stats cryptodev: Support query-stats QMP command 2023-03-07 12:38:59 -05:00
storage-daemon
stubs stubs: split semihosting_get_target from system only stubs 2023-03-07 20:44:09 +00:00
subprojects libvhost-user: check for NULL when allocating a virtqueue element 2023-03-02 19:13:51 -05:00
target Fix build without CONFIG_XEN_EMU 2023-03-15 11:52:24 +01:00
tcg tcg: Drop tcg_const_* 2023-03-13 07:03:39 -07:00
tests ui: dbus & misc fixes 2023-03-14 14:28:58 +00:00
tools ebpf: fix compatibility with libbpf 1.0+ 2023-03-10 17:26:47 +08:00
trace trace: Do not try to include QMP commands in user emulation binaries 2023-02-27 22:29:01 +01:00
ui Miscellaneous fixes 2023-03-15 17:20:04 +00:00
util osdep: implement qemu_socketpair() for win32 2023-03-13 15:39:31 +04:00
.cirrus.yml cirrus.yml: Improve the windows_msys2_task 2023-03-01 10:32:20 +00:00
.dir-locals.el
.editorconfig
.exrc
.gdbinit
.gitattributes
.gitignore
.gitlab-ci.yml
.gitmodules
.gitpublish
.mailmap MAINTAINERS: update my email address for the clock framework 2023-03-14 14:46:33 +01:00
.patchew.yml
.readthedocs.yml
.travis.yml
block.c block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCK 2023-02-23 19:49:33 +01:00
blockdev-nbd.c
blockdev.c
blockjob.c
configure gdbstub refactor: 2023-03-09 16:54:51 +00:00
COPYING
COPYING.LIB
cpu.c gdbstub: move update guest debug to accel ops 2023-03-07 20:44:09 +00:00
cpus-common.c cpu: Move breakpoint helpers to common code 2023-02-27 22:28:54 +01:00
disas.c
event-loop-base.c
gitdm.config contrib/gitdm: Add Facebook the domain map 2023-03-10 15:53:32 +00:00
hmp-commands-info.hx hmp: add cryptodev info command 2023-03-07 12:38:59 -05:00
hmp-commands.hx monitor: restrict command getfd to POSIX hosts 2023-03-13 15:46:09 +04:00
iothread.c iothread: Remove unused IOThreadClass / IOTHREAD_CLASS 2023-02-27 13:27:05 +00:00
job-qmp.c
job.c
Kconfig
Kconfig.host
LICENSE
MAINTAINERS trivial branch pull request 20230314 2023-03-14 14:28:35 +00:00
Makefile Makefile: qemu-bundle is a directory 2023-03-01 13:08:20 +01:00
memory_ldst.c.inc
meson_options.txt meson: stop looking for 'sphinx-build-3' 2023-02-27 11:01:30 +01:00
meson.build ui/dbus: do not require opengl & gbm 2023-03-13 23:48:45 +04:00
module-common.c
os-posix.c
os-win32.c
page-vary-common.c
page-vary.c
qemu-bridge-helper.c
qemu-edid.c
qemu-img-cmds.hx
qemu-img.c block: Mark bdrv_co_copy_range() GRAPH_RDLOCK 2023-02-23 19:49:20 +01:00
qemu-io-cmds.c
qemu-io.c
qemu-keymap.c qemu-keymap: Silence memory leak warning from Clang's sanitizer 2023-02-27 09:15:39 +01:00
qemu-nbd.c
qemu-options.hx qemu-options.hx: remove stray quote 2023-03-13 18:36:38 +01:00
qemu.nsi
qemu.sasl
README.rst
replication.c
trace-events
VERSION Update version for v8.0.0-rc0 release 2023-03-14 19:25:05 +00:00
version.rc

===========
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>`_