QEMU With E2K User Support
Go to file
Paolo Bonzini b13d396227 virtio: move ioeventfd_started flag to VirtioBusState
This simplifies the code and removes the ioeventfd_started
and ioeventfd_set_started callback.  The only difference is
in how virtio-ccw handles an error---it doesn't disable
ioeventfd forever anymore.  It was the only backend to do
so, and if desired this behavior should be implemented in

virtio-bus.c.

Instead of ioeventfd_started, the ioeventfd_assign callback now
determines whether the virtio bus supports host notifiers.

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2016-10-30 19:51:32 +02:00
audio
backends Defer BrlAPI tty acquisition to when guest starts using device 2016-10-28 11:19:38 +02:00
block Merge qio 2016/10/27 v1 2016-10-28 15:30:55 +01:00
bsd-user Put the copyright information on a separate line 2016-10-24 11:30:55 +02:00
contrib
crypto crypto: fix initialization of gcrypt threading 2016-10-20 12:19:35 +01:00
default-configs ppc/pnv: add skeleton PowerNV platform 2016-10-28 09:38:24 +11:00
disas
docs spapr: update spapr hotplug documentation 2016-10-28 11:17:35 +11:00
dtc@65cc4d2748
fpu
fsdev 9pfs: fsdev: drop useless extern annotation for functions 2016-10-17 14:13:58 +02:00
gdb-xml
hw virtio: move ioeventfd_started flag to VirtioBusState 2016-10-30 19:51:32 +02:00
include virtio: move ioeventfd_started flag to VirtioBusState 2016-10-30 19:51:32 +02:00
io io: add ability to set a name for IO channels 2016-10-27 09:13:10 +02:00
libdecnumber
linux-headers linux-headers: update 2016-10-13 12:58:06 +11:00
linux-user target-alpha: Emulate LL/SC using cmpxchg helpers 2016-10-26 08:29:02 -07:00
migration Merge qio 2016/10/27 v1 2016-10-28 15:30:55 +01:00
nbd nbd: set name for all I/O channels created 2016-10-27 09:13:10 +02:00
net colo-proxy: fix memory leak 2016-10-26 09:58:02 +08:00
pc-bios ppc patch queue 2016-10-28 2016-10-28 16:31:59 +01:00
pixman@87eea99e44
po
qapi qapi: Allow blockdev-add for NBD 2016-10-27 19:05:23 +02:00
qga
qobject qdict: implement a qdict_crumple method for un-flattening a dict 2016-10-25 17:56:14 +02:00
qom qapi: rename QmpOutputVisitor to QObjectOutputVisitor 2016-10-25 16:25:54 +02:00
replay
roms ppc patch queue 2016-10-28 2016-10-28 16:31:59 +01:00
scripts trace: Fix 'char **' compilation error in simple backend 2016-10-27 19:24:15 +01:00
slirp
stubs tests: cleanup ptimer-test 2016-10-17 19:22:17 +01:00
target-alpha target-alpha: Emulate LL/SC using cmpxchg helpers 2016-10-26 08:29:02 -07:00
target-arm target-arm: remove EXCP_STREX + cpu_exclusive_{test, info} 2016-10-26 08:29:02 -07:00
target-cris exec: move cpu_exec_init() calls to realize functions 2016-10-24 17:29:16 -02:00
target-i386 target-i386: remove helper_lock() 2016-10-26 08:29:01 -07:00
target-lm32 exec: move cpu_exec_init() calls to realize functions 2016-10-24 17:29:16 -02:00
target-m68k target-m68k: immediate ops manage word and byte operands 2016-10-28 10:38:48 +02:00
target-microblaze exec: move cpu_exec_init() calls to realize functions 2016-10-24 17:29:16 -02:00
target-mips exec: move cpu_exec_init() calls to realize functions 2016-10-24 17:29:16 -02:00
target-moxie exec: move cpu_exec_init() calls to realize functions 2016-10-24 17:29:16 -02:00
target-openrisc exec: move cpu_exec_init() calls to realize functions 2016-10-24 17:29:16 -02:00
target-ppc ppc: allow certain HV interrupts to be delivered to guests 2016-10-28 11:17:35 +11:00
target-s390x qapi: rename QmpInputVisitor to QObjectInputVisitor 2016-10-25 16:25:54 +02:00
target-sh4 exec: move cpu_exec_init() calls to realize functions 2016-10-24 17:29:16 -02:00
target-sparc exec: move cpu_exec_init() calls to realize functions 2016-10-24 17:29:16 -02:00
target-tilegx exec: move cpu_exec_init() calls to realize functions 2016-10-24 17:29:16 -02:00
target-tricore exec: move cpu_exec_init() calls to realize functions 2016-10-24 17:29:16 -02:00
target-unicore32 exec: move cpu_exec_init() calls to realize functions 2016-10-24 17:29:16 -02:00
target-xtensa exec: move cpu_exec_init() calls to realize functions 2016-10-24 17:29:16 -02:00
tcg tcg: Emit barriers with parallel_cpus 2016-10-26 08:29:01 -07:00
tests ppc patch queue 2016-10-28 2016-10-28 16:31:59 +01:00
trace
ui braille fixes and improvements. 2016-10-28 17:59:04 +01:00
util qapi: rename *qmp-*-visitor* to *qobject-*-visitor* 2016-10-25 16:25:48 +02:00
.dir-locals.el
.exrc
.gitignore
.gitmodules ppc: add skiboot firmware for the pnv platform 2016-10-28 09:36:58 +11:00
.mailmap
.travis.yml
accel.c
aio-posix.c
aio-win32.c
arch_init.c
async.c
atomic_template.h tcg: Add atomic128 helpers 2016-10-26 08:29:01 -07:00
balloon.c
block.c
blockdev-nbd.c nbd: set name for all I/O channels created 2016-10-27 09:13:10 +02:00
blockdev.c qapi: rename QmpOutputVisitor to QObjectOutputVisitor 2016-10-25 16:25:54 +02:00
blockjob.c
bootdevice.c
bt-host.c
bt-vhci.c
Changelog
CODING_STYLE
configure braille fixes and improvements. 2016-10-28 17:59:04 +01:00
COPYING
COPYING.LIB
cpu-exec-common.c tcg: Add EXCP_ATOMIC 2016-10-26 08:29:00 -07:00
cpu-exec.c cmpxchg emulation of atomics, v8 2016-10-27 14:06:34 +01:00
cpus-common.c
cpus.c tcg: Add EXCP_ATOMIC 2016-10-26 08:29:00 -07:00
cputlb.c tcg: Add CONFIG_ATOMIC64 2016-10-26 08:29:01 -07:00
device_tree.c
device-hotplug.c
disas.c
dma-helpers.c dma-helpers: explicitly pass alignment into DMA helpers 2016-10-27 16:29:13 -04:00
dump.c
exec.c exec: Avoid direct references to Int128 parts 2016-10-26 08:29:00 -07:00
gdbstub.c char: remove explicit_fe_open, use a set_handlers argument 2016-10-24 15:46:10 +02:00
HACKING
hmp-commands-info.hx
hmp-commands.hx
hmp.c char: remove init callback 2016-10-24 15:27:20 +02:00
hmp.h
iohandler.c
ioport.c
iothread.c
kvm-all.c kvm-all: don't use stale dbg_data->cpu 2016-10-23 16:10:59 +02:00
kvm-stub.c
LICENSE
main-loop.c main: set names for main loop sources created 2016-10-27 09:13:11 +02:00
MAINTAINERS -----BEGIN PGP SIGNATURE----- 2016-10-28 17:22:57 +01:00
Makefile ppc: add skiboot firmware for the pnv platform 2016-10-28 09:36:58 +11:00
Makefile.objs tcg: Add atomic helpers 2016-10-26 08:29:01 -07:00
Makefile.target tcg: Add atomic helpers 2016-10-26 08:29:01 -07:00
memory_mapping.c
memory.c memory: optimize memory_region_sync_dirty_bitmap 2016-10-24 15:27:19 +02:00
module-common.c
monitor.c qapi: rename *qmp-*-visitor* to *qobject-*-visitor* 2016-10-25 16:25:48 +02:00
numa.c
os-posix.c
os-win32.c
page_cache.c
qapi-schema.json trivial: Restore blank line in qapi-schema 2016-10-25 13:57:58 +02:00
qdev-monitor.c
qdict-test-data.txt
qemu-bridge-helper.c
qemu-char.c Merge qio 2016/10/27 v1 2016-10-28 15:30:55 +01:00
qemu-doc.texi
qemu-ga.texi
qemu-img-cmds.hx
qemu-img.c qapi: rename QmpOutputVisitor to QObjectOutputVisitor 2016-10-25 16:25:54 +02:00
qemu-img.texi
qemu-io-cmds.c
qemu-io.c
qemu-nbd.c qemu-nbd: Add --fork option 2016-10-24 17:54:03 +02:00
qemu-nbd.texi qemu-nbd: Add --fork option 2016-10-24 17:54:03 +02:00
qemu-option-trace.texi
qemu-options-wrapper.h
qemu-options.h
qemu-options.hx
qemu-seccomp.c
qemu-tech.texi
qemu-timer.c
qemu.nsi
qemu.sasl
qmp.c qapi: rename QmpInputVisitor to QObjectInputVisitor 2016-10-25 16:25:54 +02:00
qtest.c char: remove explicit_fe_open, use a set_handlers argument 2016-10-24 15:46:10 +02:00
README
replication.c
replication.h
rules.mak
softmmu_template.h cputlb: Tidy some macros 2016-10-26 08:29:00 -07:00
spice-qemu-char.c char: remove explicit_be_open from CharDriverState 2016-10-24 15:46:11 +02:00
tcg-runtime.c tcg: Add CONFIG_ATOMIC64 2016-10-26 08:29:01 -07:00
tci.c
thread-pool.c
thunk.c
tpm.c
trace-events
translate-all.c tcg: Add EXCP_ATOMIC 2016-10-26 08:29:00 -07:00
translate-all.h
translate-common.c
user-exec.c
VERSION
version.rc
vl.c fdc: Move qdev properties to FloppyDrive 2016-10-27 16:29:13 -04:00
xen-common-stub.c
xen-common.c
xen-hvm-stub.c
xen-hvm.c
xen-mapcache.c

         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:

  http://qemu-project.org/Hosts/Linux
  http://qemu-project.org/Hosts/W32


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

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

   git clone git://git.qemu-project.org/qemu.git

When submitting patches, the preferred 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

  http://qemu-project.org/Contribute/SubmitAPatch
  http://qemu-project.org/Contribute/TrivialPatches


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:

  http://qemu-project.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
   http://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:

  http://qemu-project.org/Contribute/StartHere

-- End