QEMU With E2K User Support
Go to file
Martin Kaiser bd96e10071 imx_serial: set wake bit when we receive a data byte
The Linux kernel added a flood check for RX data recently in commit
496a4471b7c3 ("serial: imx: work-around for hardware RX flood"). This
check uses the wake bit in the UART status register 2. The wake bit
indicates that the receiver detected a start bit on the RX line. If the
kernel sees a number of RX interrupts without the wake bit being set, it
treats this as spurious data and resets the UART port. imx_serial does
never set the wake bit and triggers the kernel's flood check.

This patch adds support for the wake bit. wake is set when we receive a
new character (it's not set for break events). It seems that wake is
cleared by the kernel driver, the hardware does not have to clear it
automatically after data was read.

The wake bit can be configured as an interrupt source. Support this
mechanism as well.

Co-developed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2023-06-19 11:35:58 +01:00
.github/workflows
.gitlab/issue_templates
.gitlab-ci.d gitlab: Add cross-arm64-kvm-only 2023-06-07 08:35:24 -07:00
accel Second RISC-V PR for 8.1 2023-06-14 05:28:51 +02:00
audio cutils: Adjust signature of parse_uint[_full] 2023-06-02 12:27:19 -05:00
authz
backends exec/memory: Introduce RAM_NAMED_FILE flag 2023-06-13 11:28:58 +02:00
block * Fix emulated LCCB, LOCFHR, MXDB and MXDBR s390x instructions 2023-06-06 07:07:37 -07:00
bsd-user linux-user, bsd-user: Preserve incoming order of environment variables in the target 2023-06-13 11:28:53 +02:00
chardev bulk: Remove pointless QOM casts 2023-06-05 20:48:34 +02:00
common-user
configs arm/Kconfig: Keep Kconfig default entries in default.mak as documentation 2023-05-30 15:50:17 +01:00
contrib cutils: Adjust signature of parse_uint[_full] 2023-06-02 12:27:19 -05:00
crypto
disas disas/riscv.c: Remove redundant parentheses 2023-06-13 17:31:35 +10:00
docs xenpvh5 2023-06-16 12:29:48 +02:00
dump
ebpf
fpu
fsdev 9pfs: prevent opening special files (CVE-2023-2861) 2023-06-08 17:04:58 +02:00
gdb-xml
gdbstub
host/include accel/tcg: Add aarch64 store_atom_insert_al16 2023-05-30 09:51:12 -07:00
hw imx_serial: set wake bit when we receive a data byte 2023-06-19 11:35:58 +01:00
include imx_serial: set wake bit when we receive a data byte 2023-06-19 11:35:58 +01:00
io aio: remove aio_disable_external() API 2023-05-30 17:37:26 +02:00
libdecnumber
linux-headers
linux-user linux-user, bsd-user: Preserve incoming order of environment variables in the target 2023-06-13 11:28:53 +02:00
migration exec/memory: Introduce RAM_NAMED_FILE flag 2023-06-13 11:28:58 +02:00
monitor atomics: eliminate mb_read/mb_set 2023-06-06 09:42:14 +02:00
nbd bulk: Remove pointless QOM casts 2023-06-05 20:48:34 +02:00
net cocoa: Fix warnings about invalid prototype declarations 2023-06-13 11:28:58 +02:00
pc-bios meson: install keyboard maps only if necessary 2023-06-09 23:38:16 +03:00
plugins
po
python mkvenv: always pass locally-installed packages to pip 2023-06-06 16:30:01 +02:00
qapi exec/memory: Introduce RAM_NAMED_FILE flag 2023-06-13 11:28:58 +02:00
qga spelling: information 2023-06-09 23:38:16 +03:00
qobject docs/interop: Convert qmp-spec.txt to rST 2023-05-22 10:21:01 +02:00
qom
replay ui: add the infrastructure to support MT events 2023-05-28 13:08:25 +04:00
roms
scripts xen: Drop support for Xen versions below 4.7.1 2023-06-07 15:07:10 +01:00
scsi scsi/qemu-pr-helper: Drop support for 'old' libmultipath API 2023-06-06 10:31:31 +02:00
semihosting
softmmu exec/memory: Introduce RAM_NAMED_FILE flag 2023-06-13 11:28:58 +02:00
stats
storage-daemon
stubs include/hw/xen/xen: Rename xen_piix3_set_irq() to xen_intx_set_irq() 2023-06-07 15:07:10 +01:00
subprojects meson: subprojects: replace berkeley-{soft,test}float-3 with wraps 2023-06-06 16:30:01 +02:00
target target/arm: Convert load/store tags insns to decodetree 2023-06-19 11:23:38 +01:00
tcg tcg/tci: Fix MemOpIdx operand index for 3-operand memops 2023-06-09 08:30:56 -07:00
tests test/qtest: add xepvh to skip list for qtest 2023-06-15 16:46:58 -07:00
tools
trace trace: remove control-vcpu.h 2023-06-01 11:05:05 -04:00
ui cocoa: Fix warnings about invalid prototype declarations 2023-06-13 11:28:58 +02:00
util Second RISC-V PR for 8.1 2023-06-14 05:28:51 +02:00
.dir-locals.el
.editorconfig
.exrc
.gdbinit
.git-blame-ignore-revs
.gitattributes
.gitignore configure: rename --enable-pypi to --enable-download, control subprojects too 2023-06-06 16:30:01 +02:00
.gitlab-ci.yml
.gitmodules meson: subprojects: replace berkeley-{soft,test}float-3 with wraps 2023-06-06 16:30:01 +02:00
.gitpublish
.mailmap Hexagon (target/hexagon) Change Hexagon maintainer 2023-05-26 07:03:41 -07:00
.patchew.yml
.readthedocs.yml
.travis.yml
block.c block.c: add newline for "Detected format" warning 2023-06-09 23:38:16 +03:00
blockdev-nbd.c
blockdev.c cutils: Adjust signature of parse_uint[_full] 2023-06-02 12:27:19 -05:00
blockjob.c
configure - Refactor PCXI/ICR field handling in newer ISA versions 2023-06-07 11:45:22 -07:00
COPYING
COPYING.LIB
cpu.c
cpus-common.c
event-loop-base.c
gitdm.config
hmp-commands-info.hx
hmp-commands.hx
iothread.c
job-qmp.c
job.c
Kconfig
Kconfig.host
LICENSE
MAINTAINERS hw/char/parallel-isa: Export struct ISAParallelState 2023-06-13 11:28:58 +02:00
Makefile build: remove git submodule handling from main makefile 2023-06-06 16:30:01 +02:00
memory_ldst.c.inc
meson_options.txt
meson.build meson.build: enable xenpv machine build for ARM 2023-06-15 16:46:50 -07: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
qemu-io-cmds.c
qemu-io.c
qemu-keymap.c
qemu-nbd.c block: Take main AioContext lock when calling bdrv_open() 2023-05-30 17:21:23 +02:00
qemu-options.hx qcow2: add discard-no-unref option 2023-06-05 13:15:42 +02:00
qemu.nsi
qemu.sasl
README.rst
replication.c
trace-events trace-events: remove the remaining vcpu trace events 2023-06-01 11:05:05 -04:00
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>`_