QEMU With E2K User Support
Go to file
Alexey Kardashevskiy ae4de14cd3 spapr_pci/spapr_pci_vfio: Support Dynamic DMA Windows (DDW)
This adds support for Dynamic DMA Windows (DDW) option defined by
the SPAPR specification which allows to have additional DMA window(s)

The "ddw" property is enabled by default on a PHB but for compatibility
the pseries-2.6 machine and older disable it.
This also creates a single DMA window for the older machines to
maintain backward migration.

This implements DDW for PHB with emulated and VFIO devices. The host
kernel support is required. The advertised IOMMU page sizes are 4K and
64K; 16M pages are supported but not advertised by default, in order to
enable them, the user has to specify "pgsz" property for PHB and
enable huge pages for RAM.

The existing linux guests try creating one additional huge DMA window
with 64K or 16MB pages and map the entire guest RAM to. If succeeded,
the guest switches to dma_direct_ops and never calls TCE hypercalls
(H_PUT_TCE,...) again. This enables VFIO devices to use the entire RAM
and not waste time on map/unmap later. This adds a "dma64_win_addr"
property which is a bus address for the 64bit window and by default
set to 0x800.0000.0000.0000 as this is what the modern POWER8 hardware
uses and this allows having emulated and VFIO devices on the same bus.

This adds 4 RTAS handlers:
* ibm,query-pe-dma-window
* ibm,create-pe-dma-window
* ibm,remove-pe-dma-window
* ibm,reset-pe-dma-window
These are registered from type_init() callback.

These RTAS handlers are implemented in a separate file to avoid polluting
spapr_iommu.c with PCI.

This changes sPAPRPHBState::dma_liobn to an array to allow 2 LIOBNs
and updates all references to dma_liobn. However this does not add
64bit LIOBN to the migration stream as in fact even 32bit LIOBN is
rather pointless there (as it is a PHB property and the management
software can/should pass LIOBNs via CLI) but we keep it for the backward
migration support.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2016-07-05 14:31:08 +10:00
audio -----BEGIN PGP SIGNATURE----- 2016-06-20 22:30:34 +01:00
backends
block * serial port fixes (Paolo) 2016-06-29 19:14:48 +01:00
bsd-user trace: [*-user] Add events to trace guest syscalls in syscall emulation mode 2016-06-28 21:14:12 +01:00
contrib
crypto crypto: allow default TLS priority to be chosen at build time 2016-07-04 15:53:19 +01:00
default-configs dma: Add Xilinx Zynq devcfg device model 2016-07-04 13:15:22 +01:00
disas
docs memory: Provide memory_region_init_rom() 2016-07-04 13:06:35 +01:00
dtc@65cc4d2748
fpu softfloat: Handle snan_bit_is_one == 0 in MIPS pickNaNMulAdd() 2016-06-24 13:41:32 +01:00
fsdev 9p: don't include <sys/uio.h> 2016-07-01 14:38:54 +02:00
gdb-xml
hw spapr_pci/spapr_pci_vfio: Support Dynamic DMA Windows (DDW) 2016-07-05 14:31:08 +10:00
include spapr_pci/spapr_pci_vfio: Support Dynamic DMA Windows (DDW) 2016-07-05 14:31:08 +10:00
io socket: unlink unix socket on remove 2016-06-29 16:49:41 +02:00
libdecnumber
linux-headers
linux-user linux-user: Make semihosting heap/stack fields abi_ulongs 2016-07-04 13:06:35 +01:00
migration trace: split out trace events for migration/ directory 2016-06-20 17:22:14 +01:00
nbd
net * serial port fixes (Paolo) 2016-06-29 19:14:48 +01:00
pc-bios Revert "bios: Add fast variant of SeaBIOS for use with -kernel on x86." 2016-07-04 17:23:33 +02:00
pixman@87eea99e44
po Added Bulgarian translation 2016-07-01 16:06:57 +01:00
qapi crypto: implement sha224, sha384, sha512 and ripemd160 hashes 2016-07-04 15:52:36 +01:00
qga coccinelle: Remove unnecessary variables for function return value 2016-06-20 16:38:13 +02:00
qobject qobject: Correct JSON lexer grammar comments 2016-06-30 15:24:36 +02:00
qom -----BEGIN PGP SIGNATURE----- 2016-06-20 22:30:34 +01:00
replay
roms Revert "bios: Add fast variant of SeaBIOS for use with -kernel on x86." 2016-07-04 17:23:33 +02:00
scripts qapi: Fix crash on missing alternate member of QAPI struct 2016-06-30 15:24:36 +02:00
slirp slirp: Add support for stateless DHCPv6 2016-07-03 23:59:42 +02:00
stubs pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hook 2016-06-24 05:21:16 +03:00
target-alpha * serial port fixes (Paolo) 2016-06-29 19:14:48 +01:00
target-arm target-arm/arm-semi.c: Fix SYS_HEAPINFO for 64-bit guests 2016-07-04 13:06:35 +01:00
target-cris target-*: Don't redefine cpu_exec() 2016-06-29 14:03:47 +02:00
target-i386 target-*: Don't redefine cpu_exec() 2016-06-29 14:03:47 +02:00
target-lm32 target-*: Don't redefine cpu_exec() 2016-06-29 14:03:47 +02:00
target-m68k * serial port fixes (Paolo) 2016-06-29 19:14:48 +01:00
target-microblaze * serial port fixes (Paolo) 2016-06-29 19:14:48 +01:00
target-mips * serial port fixes (Paolo) 2016-06-29 19:14:48 +01:00
target-moxie target-*: Don't redefine cpu_exec() 2016-06-29 14:03:47 +02:00
target-openrisc target-*: Don't redefine cpu_exec() 2016-06-29 14:03:47 +02:00
target-ppc ppc: simplify max_smt initialization in ppc_cpu_realizefn() 2016-07-05 10:43:02 +10:00
target-s390x * serial port fixes (Paolo) 2016-06-29 19:14:48 +01:00
target-sh4 * serial port fixes (Paolo) 2016-06-29 19:14:48 +01:00
target-sparc * serial port fixes (Paolo) 2016-06-29 19:14:48 +01:00
target-tilegx target-*: Don't redefine cpu_exec() 2016-06-29 14:03:47 +02:00
target-tricore target-*: Don't redefine cpu_exec() 2016-06-29 14:03:47 +02:00
target-unicore32 * serial port fixes (Paolo) 2016-06-29 19:14:48 +01:00
target-xtensa target-*: Don't redefine cpu_exec() 2016-06-29 14:03:47 +02:00
tcg trace: [all] Add "guest_mem_before" event 2016-06-20 17:21:56 +01:00
tests crypto: implement sha224, sha384, sha512 and ripemd160 hashes 2016-07-04 15:52:36 +01:00
trace trace: move qemu_trace_opts to trace/control.c 2016-06-28 21:14:12 +01:00
ui vnc: generalize "VNC server running on ..." message 2016-06-29 14:03:47 +02:00
util qapi: Fix memleak in string visitors on int lists 2016-06-30 15:28:54 +02:00
.dir-locals.el
.exrc
.gitignore trace: add build framework for merging trace-events files 2016-06-20 17:22:14 +01:00
.gitmodules
.mailmap
.travis.yml
CODING_STYLE
COPYING
COPYING.LIB
Changelog
HACKING
LICENSE
MAINTAINERS MAINTAINERS: Remove Blue Swirl leftovers 2016-06-30 13:34:49 +01:00
Makefile Revert "bios: Add fast variant of SeaBIOS for use with -kernel on x86." 2016-07-04 17:23:33 +02:00
Makefile.objs trace: split out trace events for linux-user/ directory 2016-06-20 17:22:17 +01:00
Makefile.target linux-user: Create a hostdep.h for each host architecture 2016-06-26 13:17:21 +03:00
README
VERSION
accel.c
aio-posix.c
aio-win32.c
arch_init.c
async.c
balloon.c
block.c Error reporting patches for 2016-06-20 2016-06-20 16:19:18 +01:00
blockdev-nbd.c
blockdev.c Error reporting patches for 2016-06-20 2016-06-20 16:19:18 +01:00
blockjob.c blockjob: assert(cb) when create job 2016-06-28 23:08:13 -04:00
bootdevice.c error: Remove NULL checks on error_propagate() calls 2016-06-20 16:38:13 +02:00
bt-host.c
bt-vhci.c
configure crypto: allow default TLS priority to be chosen at build time 2016-07-04 15:53:19 +01:00
cpu-exec-common.c
cpu-exec.c
cpus.c
cputlb.c cputlb: don't cpu_abort() if guest tries to execute outside RAM or RAM 2016-06-28 18:50:53 +01:00
device-hotplug.c
device_tree.c
disas.c
dma-helpers.c dma-helpers: dma_blk_io() cancel support 2016-06-28 13:08:31 +01:00
dump.c error: Remove NULL checks on error_propagate() calls 2016-06-20 16:38:13 +02:00
exec.c
gdbstub.c
hmp-commands-info.hx
hmp-commands.hx
hmp.c qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCore 2016-06-27 13:15:06 +10:00
hmp.h
iohandler.c
ioport.c
iothread.c
kvm-all.c
kvm-stub.c
main-loop.c
memory.c memory: Assert that memory_region_init_rom_device() ops aren't NULL 2016-07-04 13:06:35 +01:00
memory_mapping.c
module-common.c
monitor.c log: Fix qemu_set_log_filename() error handling 2016-06-20 16:39:08 +02:00
numa.c
os-posix.c
os-win32.c
page_cache.c coccinelle: Remove unnecessary variables for function return value 2016-06-20 16:38:13 +02:00
qapi-schema.json qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCore 2016-06-27 13:15:06 +10:00
qdev-monitor.c
qdict-test-data.txt
qemu-bridge-helper.c
qemu-char.c char: clean up remaining chardevs when leaving 2016-06-29 16:49:41 +02:00
qemu-doc.texi
qemu-ga.texi
qemu-img-cmds.hx
qemu-img.c trace: enable tracing in qemu-img 2016-06-28 21:14:12 +01:00
qemu-img.texi trace: enable tracing in qemu-img 2016-06-28 21:14:12 +01:00
qemu-io-cmds.c
qemu-io.c trace: enable tracing in qemu-io 2016-06-28 21:14:12 +01:00
qemu-nbd.c trace: enable tracing in qemu-nbd 2016-06-28 21:14:12 +01:00
qemu-nbd.texi trace: enable tracing in qemu-nbd 2016-06-28 21:14:12 +01:00
qemu-option-trace.texi doc: move text describing --trace to specific .texi file 2016-06-28 21:14:12 +01:00
qemu-options-wrapper.h
qemu-options.h
qemu-options.hx doc: move text describing --trace to specific .texi file 2016-06-28 21:14:12 +01:00
qemu-seccomp.c
qemu-tech.texi
qemu-timer.c
qemu.nsi
qemu.sasl
qmp-commands.hx qmp: fix spapr example of query-hotpluggable-cpus 2016-07-01 13:41:47 +10:00
qmp.c
qtest.c
rules.mak
softmmu_template.h
spice-qemu-char.c
tcg-runtime.c
tci.c
thread-pool.c
thunk.c
tpm.c
trace-events trace: [*-user] Add events to trace guest syscalls in syscall emulation mode 2016-06-28 21:14:12 +01:00
translate-all.c exec: [tcg] Track which vCPU is performing translation and execution 2016-06-20 15:30:01 +01:00
translate-all.h
translate-common.c
user-exec.c user-exec: Remove unused code for OSX hosts 2016-06-26 13:17:20 +03:00
version.rc
vl.c * serial port fixes (Paolo) 2016-06-29 19:14:48 +01:00
xen-common-stub.c
xen-common.c
xen-hvm-stub.c
xen-hvm.c
xen-mapcache.c

README

         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

Complete details of the process for building and configuring QEMU for
all supported host platforms can be found in the qemu-tech.html file.
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