Go to file
Guenter Roeck 2884514b98 pci-host: designware: Limit value range of iATU viewport register
The latest version of qemu (v8.2.0-869-g7a1dc45af5) crashes when booting
the mcimx7d-sabre emulation with Linux v5.11 and later.

qemu-system-arm: ../system/memory.c:2750: memory_region_set_alias_offset: Assertion `mr->alias' failed.

Problem is that the Designware PCIe emulation accepts the full value range
for the iATU Viewport Register. However, both hardware and emulation only
support four inbound and four outbound viewports.

The Linux kernel determines the number of supported viewports by writing
0xff into the viewport register and reading the value back. The expected
value when reading the register is the highest supported viewport index.
Match that code by masking the supported viewport value range when the
register is written. With this change, the Linux kernel reports

imx6q-pcie 33800000.pcie: iATU: unroll F, 4 ob, 4 ib, align 0K, limit 4G

as expected and supported.

Fixes: d64e5eabc4 ("pci: Add support for Designware IP block")
Cc: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: Nikita Ostrenkov <n.ostrenkov@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Message-id: 20240129060055.2616989-1-linux@roeck-us.net
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 8a73152020)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2024-02-03 16:45:54 +03:00
.github/workflows
.gitlab/issue_templates
.gitlab-ci.d .gitlab-ci.d/buildtest.yml: Work around htags bug when environment is large 2024-01-13 11:30:27 +03:00
accel accel/tcg: Revert mapping of PCREL translation block to multiple virtual addresses 2024-01-25 19:14:18 +03:00
audio
authz configure, meson: convert pam detection to meson 2021-06-25 10:54:10 +02:00
backends tpm: fix crash when FD >= 1024 and unnecessary errors due to EINTR 2023-09-13 23:13:45 +03:00
block block/blkio: Make s->mem_region_alignment be 64 bits 2024-02-01 14:44:44 +03:00
bsd-user
chardev chardev/char.c: fix "abstract device type" error message 2024-01-08 19:25:14 +03:00
common-user
configs
contrib
crypto
disas disas/riscv: Fix the typo of inverted order of pmpaddr13 and pmpaddr14 2023-10-21 14:05:14 +03:00
docs qemu-docs: Update options for graphical frontends 2024-02-01 14:21:42 +03:00
dtc@b6910bec11
dump dump: kdump-zlib data pages not dumped with pvtime/aarch64 2023-09-11 10:53:50 +03:00
ebpf ebpf: replace deprecated bpf_program__set_socket_filter 2022-07-06 11:39:09 +08:00
fpu
fsdev
gdb-xml
gdbstub gdbstub: move guest debug support check to ops 2022-10-06 11:53:41 +01:00
hw pci-host: designware: Limit value range of iATU viewport register 2024-02-03 16:45:54 +03:00
include accel/tcg: Revert mapping of PCREL translation block to multiple virtual addresses 2024-01-25 19:14:18 +03:00
io
libdecnumber
linux-headers
linux-user linux-user: Fix loaddr computation for some elf files 2023-11-29 16:20:11 +03:00
meson@3a9b285a55
migration migration: Fix use-after-free of migration state object 2024-01-29 23:12:15 +03:00
monitor monitor: only run coroutine commands in qemu_aio_context 2024-01-26 19:40:19 +03:00
nbd
net net: Update MemReentrancyGuard for NIC 2023-11-29 16:20:11 +03:00
pc-bios optionrom: Remove build-id section 2023-10-03 18:21:41 +03:00
plugins
po
python python: drop pipenv 2023-09-11 10:53:50 +03:00
qapi monitor: only run coroutine commands in qemu_aio_context 2024-01-26 19:40:19 +03:00
qga
qobject
qom
replay
roms
scripts tracetool: avoid invalid escape in Python string 2023-11-19 21:15:23 +03:00
scsi
semihosting semihosting/arm-compat-semi: Avoid using hardcoded /tmp 2022-10-31 20:37:58 +00:00
softmmu system/vl.c: Fix handling of '-serial none -serial something' 2024-02-03 16:43:46 +03:00
storage-daemon
stubs
subprojects
target target/arm: fix exception syndrome for AArch32 bkpt insn 2024-02-03 16:42:56 +03:00
tcg tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_code 2022-11-09 12:29:03 +11:00
tests qtest: bump aspeed_smc-test timeout to 6 minutes 2024-01-26 19:53:14 +03:00
tools
trace
ui ui/vnc-clipboard: fix inflate_buffer 2023-12-20 19:11:10 +03:00
util async: avoid use-after-free on re-entrancy guard 2023-09-11 10:53:50 +03:00
.cirrus.yml
.dir-locals.el
.editorconfig
.exrc
.gdbinit
.gitattributes
.gitignore
.gitlab-ci.yml
.gitmodules
.gitpublish
.mailmap
.patchew.yml
.readthedocs.yml readthodocs: fully specify a build environment 2024-01-23 18:48:46 +03:00
.travis.yml Revert "gitlab: disable accelerated zlib for s390x" 2022-07-20 12:15:09 +01:00
block.c block: Make bdrv_child_get_parent_aio_context I/O 2022-11-10 14:58:34 +01:00
blockdev-nbd.c
blockdev.c
blockjob.c
configure configure: fix GLIB_VERSION for cross-compilation 2023-03-29 10:20:04 +03:00
COPYING
COPYING.LIB
cpu.c
cpus-common.c
disas.c disas: use result of ->read_memory_func 2022-10-06 11:53:40 +01:00
event-loop-base.c util/event-loop-base: Introduce options to set the thread pool size 2022-05-09 10:43:23 +01:00
gitdm.config
hmp-commands-info.hx
hmp-commands.hx
iothread.c
job-qmp.c job.c: enable job lock/unlock and remove Aiocontext locks 2022-10-07 12:11:41 +02:00
job.c
Kconfig
Kconfig.host
LICENSE
MAINTAINERS
Makefile
memory_ldst.c.inc
meson_options.txt
meson.build Revert "linux-user: fix compat with glibc >= 2.36 sys/mount.h" 2023-11-02 15:09:22 +03:00
module-common.c
os-posix.c
os-win32.c
page-vary-common.c
page-vary.c
qemu-bridge-helper.c qemu-bridge-helper: relocate path to default ACL 2020-09-30 19:11:36 +02:00
qemu-edid.c
qemu-img-cmds.hx qemu-img: Unify [-b [-F]] documentation 2022-02-01 13:49:15 +01:00
qemu-img.c qemu-img: rebase: stop when reaching EOF of old backing file 2023-11-02 15:04:24 +03:00
qemu-io-cmds.c
qemu-io.c
qemu-keymap.c
qemu-nbd.c
qemu-options.hx qemu-options.hx: Improve -serial option documentation 2024-02-03 16:43:46 +03:00
qemu.nsi
qemu.sasl
README.rst
replication.c
trace-events
VERSION Update version for 7.2.9 release 2024-01-29 12:49:21 +03: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>`_