No description
Find a file
Richard Henderson c39c2b9043 target/arm: Expand vector registers for SVE
Change vfp.regs as a uint64_t to vfp.zregs as an ARMVectorReg.
The previous patches have made the change in representation
relatively painless.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20180123035349.24538-2-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2018-02-09 10:40:31 +00:00
accel tcg: Add generic vector helpers with a scalar operand 2018-02-08 15:54:06 +00:00
audio
backends Add memfd based hostmem 2018-02-07 14:09:25 +01:00
block block: Move NVMe constants to a separate header 2018-02-08 09:22:03 +08:00
bsd-user
capstone@22ead3e0bf
chardev chardev/char-socket: add POLLHUP handler 2018-02-07 14:09:24 +01:00
contrib
crypto
default-configs
disas
docs docs: Add docs/devel/testing.rst 2018-02-08 09:23:07 +08:00
dtc@e54388015a
fpu
fsdev coroutine-lock: make qemu_co_enter_next thread-safe 2018-02-08 09:22:03 +08:00
gdb-xml
hw hw/arm: Move virt's PSCI DT fixup code to arm/boot.c 2018-02-09 10:40:30 +00:00
include usb: Add basic code to emulate Chipidea USB IP 2018-02-09 10:40:30 +00:00
io
libdecnumber
linux-headers
linux-user target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction support 2018-02-09 10:40:29 +00:00
migration
nbd
net
pc-bios
po
qapi qapi: Add NVMe driver options to the schema 2018-02-08 09:22:03 +08:00
qga
qobject
qom
replay
roms
scripts * socket option parsing fix (Daniel) 2018-02-07 20:40:36 +00:00
scsi
slirp
stubs stubs: Add stubs for ram block API 2018-02-08 09:22:03 +08:00
target target/arm: Expand vector registers for SVE 2018-02-09 10:40:31 +00:00
tcg tcg/aarch64: Add vector operations 2018-02-08 15:54:08 +00:00
tests -----BEGIN PGP SIGNATURE----- 2018-02-08 14:31:51 +00:00
trace
ui
util -----BEGIN PGP SIGNATURE----- 2018-02-08 14:31:51 +00:00
.dir-locals.el
.editorconfig
.exrc
.gdbinit
.gitignore
.gitmodules
.mailmap
.shippable.yml
.travis.yml * socket option parsing fix (Daniel) 2018-02-07 20:40:36 +00:00
arch_init.c
balloon.c
block.c
blockdev-nbd.c
blockdev.c
blockjob.c
bootdevice.c
bt-host.c
bt-vhci.c
Changelog
CODING_STYLE
configure tcg: Add generic vector expanders 2018-02-08 15:54:05 +00:00
COPYING
COPYING.LIB
COPYING.PYTHON
cpus-common.c
cpus.c * socket option parsing fix (Daniel) 2018-02-07 20:40:36 +00:00
device-hotplug.c
device_tree.c
disas.c
dma-helpers.c
dump.c
exec.c tcg: Replace fprintf(stderr, "*\n" with error_report() 2018-02-06 18:29:46 +01:00
gdbstub.c
HACKING
hmp-commands-info.hx
hmp-commands.hx
hmp.c
hmp.h
ioport.c
iothread.c
LICENSE
MAINTAINERS block: Add VFIO based NVMe driver 2018-02-08 09:22:03 +08:00
Makefile
Makefile.objs
Makefile.target tcg: Add generic vector expanders 2018-02-08 15:54:05 +00:00
memory.c * socket option parsing fix (Daniel) 2018-02-07 20:40:36 +00:00
memory_ldst.inc.c
memory_mapping.c
module-common.c
monitor.c
numa.c
os-posix.c
os-win32.c
qapi-schema.json
qdev-monitor.c
qdict-test-data.txt
qemu-bridge-helper.c
qemu-doc.texi docs: Add section for NVMe VFIO driver 2018-02-08 09:22:03 +08:00
qemu-ga.texi
qemu-img-cmds.hx
qemu-img.c qemu-img: Map bench buffer 2018-02-08 09:22:03 +08:00
qemu-img.texi
qemu-io-cmds.c
qemu-io.c
qemu-keymap.c
qemu-nbd.c
qemu-nbd.texi
qemu-option-trace.texi
qemu-options-wrapper.h
qemu-options.h
qemu-options.hx Add the Windows Hypervisor Platform accelerator. 2018-02-07 14:09:26 +01:00
qemu-seccomp.c
qemu-tech.texi
qemu.nsi
qemu.sasl
qmp.c
qtest.c
README
replication.c
replication.h
rules.mak
thunk.c
tpm.c
trace-events
VERSION
version.rc
vl.c tcg: Replace fprintf(stderr, "*\n" with error_report() 2018-02-06 18:29:46 +01: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, 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

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

  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