Go to file
Peter Maydell 8377e3fb85 tcg: Allow top bit of SIMD_DATA_BITS to be set in simd_desc()
In simd_desc() we create a SIMD descriptor from various pieces
including an arbitrary data value from the caller.  We try to
sanitize these to make sure everything will fit: the 'data' value
needs to fit in the SIMD_DATA_BITS (== 22) sized field.  However we
do that sanitizing with:
   tcg_debug_assert(data == sextract32(data, 0, SIMD_DATA_BITS));

This works for the case where the data is supposed to be considered
as a signed integer (which can then be returned via simd_data()).
However, some callers want to treat the data value as unsigned.

Specifically, for the Arm SVE operations, make_svemte_desc()
assembles a data value as a collection of fields, and it needs to use
all 22 bits.  Currently if MTE is enabled then its MTEDESC SIZEM1
field may have the most significant bit set, and then it will trip
this assertion.

Loosen the assertion so that we only check that the data value will
fit into the field in some way, either as a signed or as an unsigned
value.  This means we will fail to detect some kinds of bug in the
callers, but we won't spuriously assert for intentional use of the
data field as unsigned.

Cc: qemu-stable@nongnu.org
Fixes: db432672dc ("tcg: Add generic vector expanders")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2601
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-ID: <20241115172515.1229393-1-peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2024-11-16 08:42:25 -08:00
.github/workflows
.gitlab/issue_templates
.gitlab-ci.d tests: refresh package lists with latest libvirt-ci 2024-11-08 06:16:45 +01:00
accel accel/tcg: Fix user-only probe_access_internal plugin check 2024-11-16 08:42:24 -08:00
audio
authz
backends core/machine: Make create_default_memdev machine a virtual method 2024-10-31 18:28:33 +01:00
block
bsd-user bsd-user: Set TaskState ts_tid for initial threads 2024-11-04 20:26:40 -07:00
chardev
common-user
configs hw/microblaze: Deprecate big-endian petalogix-ml605 & xlnx-zynqmp-pmu 2024-11-05 23:31:43 +00:00
contrib contrib/plugins: remove Makefile for contrib/plugins 2024-11-05 09:13:51 +00:00
crypto crypto: perform runtime check for hash/hmac support in gcrypt 2024-11-05 18:37:18 +00:00
disas disas/riscv: enable disassembly for compressed sspush/sspopchk 2024-10-31 13:51:24 +10:00
docs * rust: cleanups 2024-11-06 21:27:47 +00:00
dump
ebpf
fpu softfloat: Remove fallback rule from pickNaN() 2024-11-05 10:09:58 +00:00
fsdev
gdb-xml
gdbstub
host/include target/i386/hvf: fix handling of XSAVE-related CPUID bits 2024-10-31 18:28:32 +01:00
hw * i386: fix -M isapc with ubsan 2024-11-09 12:34:01 +00:00
include * i386: fix -M isapc with ubsan 2024-11-09 12:34:01 +00:00
io
libdecnumber
linux-headers linux-headers: Update to Linux v6.12-rc5 2024-11-02 15:20:41 +08:00
linux-user linux-user/arm: Select vdso for be8 and be32 modes 2024-11-16 08:42:25 -08:00
migration migration: fix-possible-int-overflow 2024-11-13 13:02:46 -05:00
monitor
nbd
net migration: Drop migration_is_setup_or_active() 2024-10-31 15:48:18 -04:00
pc-bios target/hppa: Update SeaBIOS-hppa to version 17 2024-11-03 20:46:06 +01:00
plugins
po
python
qapi Misc HW patch queue 2024-11-06 17:28:45 +00:00
qga qemu-ga: Avoiding freeing line prematurely 2024-11-07 12:28:20 +02:00
qobject
qom qom: allow user-creatable classes to be in modules 2024-10-31 18:28:32 +01:00
replay
roms edk2: update submodule to edk2-stable202408.01 2024-11-13 15:58:52 +00:00
rust rust: qemu-api-macros: always process subprojects before dependencies 2024-11-09 08:34:07 +01:00
scripts scripts/checkpatch.pl: Ignore ObjC #import lines for operator spacing 2024-11-08 06:13:33 +01:00
scsi
semihosting
stats
storage-daemon
stubs stubs: avoid duplicate symbols in libqemuutil.a 2024-10-30 16:30:56 +01:00
subprojects rust: add meson_version to all subprojects 2024-11-07 16:54:02 +01:00
system * rust: cleanups 2024-11-06 21:27:47 +00:00
target target/i386: fix hang when using slow path for ptw_setl 2024-11-16 08:42:25 -08:00
tcg tcg: Allow top bit of SIMD_DATA_BITS to be set in simd_desc() 2024-11-16 08:42:25 -08:00
tests tests/tcg: Test that sigreturn() does not corrupt the signal mask 2024-11-16 08:42:24 -08:00
tools
trace
ui ui/input-legacy.c: remove unused legacy qemu_add_kbd_event_handler() function 2024-11-08 11:06:42 +01:00
util target/i386/hvf: fix handling of XSAVE-related CPUID bits 2024-10-31 18:28:32 +01:00
.dir-locals.el
.editorconfig
.exrc
.gdbinit
.git-blame-ignore-revs
.gitattributes rust: patch bilge-impl to allow compilation with 1.63.0 2024-11-05 14:18:16 +01:00
.gitignore
.gitlab-ci.yml
.gitmodules
.gitpublish
.mailmap
.patchew.yml
.readthedocs.yml
.travis.yml Revert "Remove the unused sh4eb target" 2024-11-04 14:16:11 +01:00
block.c
blockdev-nbd.c
blockdev.c
blockjob.c
configure contrib/plugins: remove Makefile for contrib/plugins 2024-11-05 09:13:51 +00:00
COPYING
COPYING.LIB
cpu-common.c cpu: ensure we don't call start_exclusive from cpu_exec 2024-11-16 08:42:25 -08:00
cpu-target.c
event-loop-base.c
gitdm.config
hmp-commands-info.hx
hmp-commands.hx
iothread.c
job-qmp.c
job.c
Kconfig
Kconfig.host hw/core: Add Enclave Image Format (EIF) related helpers 2024-10-31 18:28:32 +01:00
LICENSE
MAINTAINERS tests/functional: Split the test_aarch64_sbsaref test 2024-11-08 06:16:45 +01:00
Makefile contrib/plugins: remove Makefile for contrib/plugins 2024-11-05 09:13:51 +00:00
meson_options.txt * rust: cleanups 2024-11-06 21:27:47 +00:00
meson.build * rust: cleanups 2024-11-06 21:27:47 +00:00
module-common.c
os-posix.c
os-win32.c
page-target.c
page-vary-common.c
page-vary-target.c
pythondeps.toml
qemu-bridge-helper.c
qemu-edid.c
qemu-img-cmds.hx
qemu-img.c
qemu-io-cmds.c
qemu-io.c
qemu-keymap.c
qemu-nbd.c
qemu-options.hx
qemu.nsi
qemu.sasl
README.rst
replication.c
trace-events
VERSION Update version for v9.2.0-rc0 release 2024-11-13 21:44:45 +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>`_