QEMU With E2K User Support
Go to file
Marc-André Lureau 95e30b2a13 chardev: mark the calls that allow an implicit mux monitor
This is mostly for readability of the code. Let's make it clear which
callers can create an implicit monitor when the chardev is muxed.

This will also enforce a safer behaviour, as we don't really support
creating monitor anywhere/anytime at the moment. Add an assert() to
make sure the programmer explicitely wanted that behaviour.

There are documented cases, such as: -serial/-parallel/-virtioconsole
and to less extent -debugcon.

Less obvious and questionable ones are -gdb, SLIRP -guestfwd and Xen
console. Add a FIXME note for those, but keep the support for now.

Other qemu_chr_new() callers either have a fixed parameter/filename
string or do not need it, such as -qtest:

* qtest.c: qtest_init()
  Afaik, only used by tests/libqtest.c, without mux. I don't think we
  support it outside of qemu testing: drop support for implicit mux
  monitor (qemu_chr_new() call: no implicit mux now).

* hw/
  All with literal @filename argument that doesn't enable mux monitor.

* tests/
  All with @filename argument that doesn't enable mux monitor.

On a related note, the list of monitor creation places:

- the chardev creators listed above: all from command line (except
  perhaps Xen console?)

- -gdb & hmp gdbserver will create a "GDB monitor command" chardev
  that is wired to an HMP monitor.

- -mon command line option

From this short study, I would like to think that a monitor may only
be created in the main thread today, though I remain skeptical :)

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
2018-10-03 14:45:05 +04:00
accel accel/tcg: Remove dead code 2018-10-02 19:09:13 +02:00
audio
backends hostmem-file: make available memory-backend-file on POSIX-based hosts 2018-10-02 19:09:13 +02:00
block block-backend: Set werror/rerror defaults in blk_new() 2018-10-01 19:13:46 +02:00
bsd-user
capstone@22ead3e0bf
chardev chardev: mark the calls that allow an implicit mux monitor 2018-10-03 14:45:05 +04:00
contrib contrib: add elf2dmp tool 2018-10-02 19:09:12 +02:00
crypto
default-configs arm: Add Nordic Semiconductor nRF51 SoC 2018-09-25 14:14:07 +01:00
disas fix "Missing break in switch" coverity reports 2018-08-23 13:32:50 +02:00
docs docs/devel/memory.txt: Document _with_attrs accessors 2018-10-02 19:09:14 +02:00
dtc@88f18909db Update dtc/libfdt submodule to v1.4.7 2018-10-02 13:53:26 +10:00
fpu softfloat: Add scaling float-to-int routines 2018-08-24 13:17:30 +01:00
fsdev fsdev: fix compilation with VIRTIO but not VIRTIO_9P 2018-08-22 12:21:13 +02:00
gdb-xml
hw chardev: mark the calls that allow an implicit mux monitor 2018-10-03 14:45:05 +04:00
include chardev: mark the calls that allow an implicit mux monitor 2018-10-03 14:45:05 +04:00
io
libdecnumber
linux-headers linux-headers: update 2018-08-20 14:18:49 +02:00
linux-user - some fixes for setrlimit() and write() 2018-09-28 11:22:36 +01:00
migration migration/ram.c: Avoid taking address of fields in packed MultiFDInit_t struct 2018-09-26 17:29:01 +01:00
nbd nbd/server: send more than one extent of base:allocation context 2018-09-26 21:37:48 -05:00
net chardev: mark the calls that allow an implicit mux monitor 2018-10-03 14:45:05 +04:00
pc-bios trivial: Make bios files and source files non-executable 2018-09-25 17:26:18 +02:00
po
qapi Block layer patches: 2018-10-01 18:22:55 +01:00
qga util: add qemu_write_pidfile() 2018-10-02 18:47:55 +02:00
qobject json: Eliminate lexer state IN_WHITESPACE, pseudo-token JSON_SKIP 2018-09-24 18:08:07 +02:00
qom qom/object: add some interface asserts 2018-10-02 19:09:13 +02:00
replay replay: allow loading any snapshots before recording 2018-10-02 19:08:58 +02:00
roms Update OpenBIOS images to a1280807 built from submodule. 2018-08-31 12:19:30 +01:00
scripts doc: replace x-root with rootdir for usb-mtp 2018-10-01 10:49:54 +02:00
scsi util: add qemu_write_pidfile() 2018-10-02 18:47:55 +02:00
slirp slirp: fix ipv6 timers 2018-10-02 19:08:59 +02:00
stubs qsp: track BQL callers explicitly 2018-08-23 18:46:25 +02:00
target target/i386: fix translation for icount mode 2018-10-02 19:09:13 +02:00
tcg tcg/i386: fix vector operations on 32-bit hosts 2018-09-26 09:02:51 -07:00
tests test-char: add socket reconnect test 2018-10-02 19:09:12 +02:00
trace
ui ui: fix virtual timers 2018-10-02 19:08:59 +02:00
util timer: introduce new virtual clock 2018-10-02 19:08:58 +02:00
.dir-locals.el
.editorconfig
.exrc
.gdbinit
.gitignore
.gitmodules
.gitpublish
.mailmap
.shippable.yml
.travis.yml
arch_init.c
balloon.c balloon: Allow multiple inhibit users 2018-08-17 09:27:15 -06:00
block.c block: Allow changing 'detect-zeroes' on reopen 2018-10-01 12:51:12 +02:00
blockdev-nbd.c
blockdev.c commit: Add top-node/base-node options 2018-09-25 15:50:15 +02:00
blockjob.c block: Use a single global AioWait 2018-09-25 15:50:15 +02:00
bootdevice.c fw_cfg: ignore suffixes in the bootdevice list dependent on machine class 2018-08-16 22:27:43 -03:00
bt-host.c
bt-vhci.c
Changelog
CODING_STYLE
configure contrib: add elf2dmp tool 2018-10-02 19:09:12 +02:00
COPYING
COPYING.LIB
cpus-common.c qom: convert the CPU list to RCU 2018-08-23 18:46:25 +02:00
cpus.c cpus: fix TCG kick timer leak 2018-10-02 19:09:14 +02:00
device_tree.c
device-hotplug.c
disas.c
dma-helpers.c
dump.c qapi: Drop qapi_event_send_FOO()'s Error ** argument 2018-08-28 18:21:38 +02:00
exec.c hostmem-file: make available memory-backend-file on POSIX-based hosts 2018-10-02 19:09:13 +02:00
gdbstub.c chardev: mark the calls that allow an implicit mux monitor 2018-10-03 14:45:05 +04:00
HACKING
hmp-commands-info.hx hmp-commands-info: add sync-profile 2018-08-23 18:46:25 +02:00
hmp-commands.hx hmp-commands: add sync-profile 2018-08-23 18:46:25 +02:00
hmp.c migration: show the statistics of compression 2018-09-26 12:27:27 +01:00
hmp.h hmp-commands: add sync-profile 2018-08-23 18:46:25 +02:00
ioport.c
iothread.c
job-qmp.c jobs: canonize Error object 2018-08-31 16:28:33 +02:00
job.c block: Use a single global AioWait 2018-09-25 15:50:15 +02:00
LICENSE
MAINTAINERS MAINTAINERS: add myself as elf2dmp maintainer 2018-10-02 19:09:13 +02:00
Makefile contrib: add elf2dmp tool 2018-10-02 19:09:12 +02:00
Makefile.objs contrib: add elf2dmp tool 2018-10-02 19:09:12 +02:00
Makefile.target
memory_ldst.inc.c
memory_mapping.c
memory.c memory: Remove old_mmio accessors 2018-10-02 19:09:14 +02:00
module-common.c
monitor.c monitor: print message when using 'help' with an unknown command 2018-09-25 14:48:44 +01:00
numa.c
os-posix.c util: add qemu_write_pidfile() 2018-10-02 18:47:55 +02:00
os-win32.c util: add qemu_write_pidfile() 2018-10-02 18:47:55 +02:00
qdev-monitor.c
qdict-test-data.txt
qemu-bridge-helper.c
qemu-deprecated.texi hw/core/machine: Officially deprecate the enforce-config-section parameter 2018-09-25 17:26:17 +02:00
qemu-doc.texi doc: replace x-root with rootdir for usb-mtp 2018-10-01 10:49:54 +02:00
qemu-edid.c display/edid: add edid generator to qemu. 2018-09-27 08:07:51 +02:00
qemu-ga.texi
qemu-img-cmds.hx
qemu-img.c
qemu-img.texi
qemu-io-cmds.c qemu-io: Fix writethrough check in reopen 2018-10-01 12:51:11 +02:00
qemu-io.c
qemu-keymap.c ui: use enum to string helpers 2018-08-24 08:40:10 +02:00
qemu-nbd.c
qemu-nbd.texi
qemu-option-trace.texi
qemu-options-wrapper.h
qemu-options.h
qemu-options.hx qcow2: Fix cache-clean-interval documentation 2018-10-01 19:13:55 +02:00
qemu-seccomp.c seccomp: check TSYNC host capability 2018-09-26 15:07:35 +02:00
qemu-tech.texi
qemu.nsi
qemu.sasl
qmp.c
qtest.c
README
replication.c
replication.h
rules.mak
thunk.c
tpm.c
trace-events jobs: remove ret argument to job_completed; privatize it 2018-08-31 16:28:33 +02:00
VERSION
version.rc
vl.c chardev: mark the calls that allow an implicit mux monitor 2018-10-03 14:45:05 +04:00
win_dump.c dump: fix Windows dump memory run mapping 2018-10-02 18:47:55 +02:00
win_dump.h dump: move Windows dump structures definitions 2018-10-02 19:09:12 +02:00

         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.


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:

  mkdir build
  cd build
  ../configure
  make

Additional information can also be found online via the QEMU website:

  https://qemu.org/Hosts/Linux
  https://qemu.org/Hosts/Mac
  https://qemu.org/Hosts/W32


Submitting patches
==================

The QEMU source code is maintained under the GIT version control system.

   git clone git://git.qemu.org/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 HACKING and CODING_STYLE files.

Additional information on submitting patches can be found online via
the QEMU website

  https://qemu.org/Contribute/SubmitAPatch
  https://qemu.org/Contribute/TrivialPatches

The QEMU website is also maintained under source control.

  git clone git://git.qemu.org/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:

  $ 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:

  $ 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 Launchpad as its primary upstream bug tracker. Bugs
found when running code built from QEMU git or upstream released sources
should be reported via:

  https://bugs.launchpad.net/qemu/

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 launchpad.

For additional information on bug reporting consult:

  https://qemu.org/Contribute/ReportABug


Contact
=======

The QEMU community can be contacted in a number of ways, with the two
main methods being email and IRC

 - 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://qemu.org/Contribute/StartHere

-- End