No description
Find a file
Akihiko Odaki bedcc7465d target/arm: Define raw write for PMU CLR registers
Raw writes to PMCNTENCLR and PMCNTENCLR_EL0 incorrectly used their
default write function, which clears written bits instead of writes the
raw value.

PMINTENCLR and PMINTENCLR_EL1 are similar registers, but they instead
had ARM_CP_NO_RAW. Commit 7a0e58fa64 ("target-arm: Split NO_MIGRATE
into ALIAS and NO_RAW") sugguests ARM_CP_ALIAS should be used instead of
ARM_CP_NO_RAW in such a case:

> We currently mark ARM coprocessor/system register definitions with
> the flag ARM_CP_NO_MIGRATE for two different reasons:
> 1) register is an alias on to state that's also visible via
>    some other register, and that other register is the one
>    responsible for migrating the state
> 2) register is not actually state at all (for instance the TLB
>    or cache maintenance operation "registers") and it makes no
>    sense to attempt to migrate it or otherwise access the raw state
>
> This works fine for identifying which registers should be ignored
> when performing migration, but we also use the same functions for
> synchronizing system register state between QEMU and the kernel
> when using KVM. In this case we don't want to try to sync state
> into registers in category 2, but we do want to sync into registers
> in category 1, because the kernel might have picked a different
> one of the aliases as its choice for which one to expose for
> migration.

These registers fall in category 1 (ARM_CP_ALIAS), not category 2
(ARM_CP_NO_RAW).

ARM_CP_NO_RAW also has another undesired side effect that hides
registers from GDB.

Properly set raw write functions and drop the ARM_CP_NO_RAW flag from
PMINTENCLR and PMINTENCLR_EL1; this fixes GDB/KVM state synchronization
of PMCNTENCLR and PMCNTENCLR_EL0, and exposes all these four registers
to GDB.

It is not necessary to add ARM_CP_ALIAS to these registers because the
flag is already set.

Signed-off-by: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
Message-id: 20250531-clr-v3-1-377f9bf1746d@rsg.ci.i.u-tokyo.ac.jp
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2025-06-13 11:03:20 +01:00
.github/workflows
.gitlab/issue_templates
.gitlab-ci.d gitlab: disable debug info on CI builds 2025-06-07 15:15:30 +01:00
accel accel/hvf: Fix TYPE_HVF_ACCEL instance size 2025-06-10 12:59:09 +02:00
audio audio: Reset rate control when adding bytes 2025-05-25 15:25:21 +02:00
authz
backends backends/tpm: Avoid using g_alloca() 2025-06-10 12:59:09 +02:00
block block/io: remove duplicate GLOBAL_STATE_CODE() in bdrv_do_drained_end() 2025-06-04 18:16:34 +02:00
bsd-user bsd-user: add option to enable plugins 2025-05-08 09:02:58 +02:00
chardev
common-user common-user/host/riscv: use tail pseudoinstruction for calling tail 2025-05-19 13:38:04 +10:00
configs * target/i386/kvm: Intel TDX support 2025-05-30 11:41:07 -04:00
contrib contrib/plugins: allow setting of instructions per quantum 2025-06-07 16:40:44 +01:00
crypto crypto: fully drop built-in cipher provider 2025-05-22 11:24:25 +01:00
disas
docs contrib/plugins: allow setting of instructions per quantum 2025-06-07 16:40:44 +01:00
dump
ebpf
fpu
fsdev 9pfs: Introduce futimens file op 2025-05-05 11:28:29 +02:00
gdb-xml gdbstub: update aarch64-core.xml 2025-06-07 16:40:44 +01:00
gdbstub gdbstub: Implement qGDBServerVersion packet 2025-06-07 16:40:44 +01:00
host/include
hw hw/arm/virt: Check bypass iommu is not set for iommu-map DT property 2025-06-12 15:50:17 +01:00
include vfio queue: 2025-06-11 11:39:53 -04:00
io io: Add helper for setting socket send buffer size 2025-05-29 16:37:15 -05:00
libdecnumber
linux-headers linux-headers: update from 6.15 + kvm/next 2025-05-12 17:48:32 +02:00
linux-user linux-user: implement pgid field of /proc/self/stat 2025-05-28 08:07:59 +01:00
migration migration: lower handler priority 2025-06-11 14:01:58 +02:00
monitor monitor: don't wake up qmp_dispatcher_co coroutine upon cleanup 2025-05-02 23:51:30 +02:00
nbd nbd: Set unix socket send buffer on Linux 2025-05-29 16:37:15 -05:00
net vdpa: move iova_tree allocation to net_vhost_vdpa_init 2025-06-02 14:29:15 -04:00
pc-bios seabios: update to 1.17.0 release 2025-06-11 11:38:35 -04:00
plugins meson: remove lib{system, user}_ss aliases 2025-05-26 17:31:06 +02:00
po
python python: Drop redundant warn_unused_configs = True 2025-06-05 12:10:05 -04:00
qapi qapi: Improve documentation around job state @concluded 2025-06-03 08:34:57 +02:00
qga
qobject
qom qom: reverse order of instance_post_init calls 2025-05-20 08:18:53 +02:00
replay
roms seabios: update submodule to 1.17.0 2025-06-11 09:44:02 +02:00
rust rust: make TryFrom macro more resilient 2025-06-06 14:32:54 +02:00
scripts scripts/meson-buildoptions: Sort coroutine_backend choices lexicographically 2025-06-11 13:08:31 +02:00
scsi
semihosting
stats
storage-daemon
stubs qapi: make s390x specific CPU commands unconditionally available 2025-05-28 18:56:08 +02:00
subprojects subprojects: add the foreign crate 2025-06-05 20:24:51 +02:00
system vfio: return mr from vfio_get_xlat_addr 2025-06-05 10:40:38 +02:00
target target/arm: Define raw write for PMU CLR registers 2025-06-13 11:03:20 +01:00
tcg * target/i386/kvm: Intel TDX support 2025-05-30 11:41:07 -04:00
tests tests/functional: Add a test for the realview-eb-mpcore machine 2025-06-12 15:50:17 +01:00
tools
trace
ui ui/gtk-egl: Render guest content with padding in fixed-scale mode 2025-05-24 17:04:09 +02:00
util qemu-thread: Use futex if available for QemuLockCnt 2025-06-06 14:32:55 +02:00
.b4-config
.dir-locals.el
.editorconfig
.exrc
.gdbinit
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitlab-ci.yml
.gitmodules
.gitpublish
.mailmap MAINTAINERS: Update Akihiko Odaki's affiliation 2025-06-11 13:08:31 +02:00
.patchew.yml
.readthedocs.yml
.travis.yml travis.yml: Remove the aarch64 job 2025-06-11 12:17:17 +02:00
block.c block: move drain outside of quorum_del_child() 2025-06-04 18:16:34 +02:00
blockdev-nbd.c
blockdev.c blockdev: drain while unlocked in external_snapshot_action() 2025-06-04 18:16:34 +02:00
blockjob.c block: move drain outside of bdrv_root_unref_child() 2025-06-04 18:16:34 +02:00
clippy.toml rust: use native Meson support for clippy and rustdoc 2025-06-03 22:42:18 +02:00
configure build, dockerfiles: add support for detecting rustdoc 2025-06-03 22:42:18 +02:00
COPYING
COPYING.LIB
cpu-common.c
cpu-target.c
event-loop-base.c
gitdm.config
hmp-commands-info.hx migration/hmp: Add "info migrate -a", reorg the dump 2025-05-20 13:05:57 -04:00
hmp-commands.hx
iothread.c
job-qmp.c
job.c
Kconfig
Kconfig.host
LICENSE
MAINTAINERS tests/functional: Add a test for the realview-eb-mpcore machine 2025-06-12 15:50:17 +01:00
Makefile
meson.build futex: Support Windows 2025-06-06 14:32:55 +02:00
meson_options.txt meson: drop --enable-avx* options 2025-05-12 10:35:25 +02:00
module-common.c
os-posix.c
os-wasm.c include/qemu/osdep.h: Add Emscripten-specific OS dependencies 2025-05-06 16:02:04 +02:00
os-win32.c
page-target.c
page-vary-common.c
page-vary-target.c
pythondeps.toml meson: update to version 1.8.1 2025-06-03 22:42:18 +02:00
qemu-bridge-helper.c
qemu-edid.c
qemu-img-cmds.hx
qemu-img.c block/snapshot: move drain outside of read-locked bdrv_snapshot_delete() 2025-06-04 18:16:33 +02:00
qemu-io-cmds.c
qemu-io.c
qemu-keymap.c
qemu-nbd.c
qemu-options.hx qemu-options.hx: Fix reversed description of icount sleep behavior 2025-06-13 10:05:19 +01:00
qemu.nsi
qemu.sasl
README.rst
replication.c
target-info-stub.c qemu: Introduce target_long_bits() 2025-04-30 12:51:51 -07:00
target-info.c qemu: Introduce target_long_bits() 2025-04-30 12:51:51 -07:00
trace-events
VERSION
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>`_