patch QEMU for raspberry4
Go to file
Peter Maydell 3e904d6ade Drop building linux-user targets on HPPA or m68k host systems
and add safe_syscall support for i386, aarch64, arm, ppc64 and
 s390x.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAV3LCdLRIkN7ePJvAAQhVsQ/6AjcR308zzZzJAhYnk7eQYl7pQLpqokbl
 XDdZqXZf3qts5z9CUNZGxoCesPb+MTxIRWGZy13QHeJ3hcewMegcZny7b9xN2OaP
 SNRbPhkIZe9p+ImI2sZ4Unnb4NFssGdB/9e4I5aQQovrnXbbZqT3tAHqwoPwaI6c
 N4ub+HYkIqd7MnRG00PLdLbbrzMVIpbwENYxnb6AwBgYDsE01QL6USsyRVoSGK3i
 AHJz5jg/KiTaQJs4Bk8/NmrbfCnVtGpVz03FWsClm1LZ9BO3fpiHajbd9TNPhh3O
 v+M5S1UyCejvy+CiyZsIJnq29pYFJF1Yj+IviowQnwIRdSYtz9KI241UXdlrlVYK
 Ooadukgsgur+fNKl3I0SxGAqkDbRN3yjy6sCiRJSNNTuV2DWF92XPlrIBNVFQ0rP
 p4o2ZhuS9euerfuQ2bu8qFgAV/vyBA2A6XCY0NZYbYgZ/dwVqmuyvtTyPZhsy7Rq
 QvsOYKwmWkCM3FDY6oiJBNAwo/jOl28FR4WmtqbjEgtTgelZibW2HPVNc769XujG
 +qN+bphgyHUnSIMYcxS2csMsx6FjFz4Kst8TWbXTWG7HzlEbC73ShbQjS6MVDZ7H
 h0XbbQ8gWxLl540xLFv8BcjlXUSOth1iNtraWq60lwphhuT5lr1sMu+bu+27SPXm
 k3cNZHml3vY=
 =zonM
 -----END PGP SIGNATURE-----

Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160628' into staging

Drop building linux-user targets on HPPA or m68k host systems
and add safe_syscall support for i386, aarch64, arm, ppc64 and
s390x.

# gpg: Signature made Tue 28 Jun 2016 19:31:16 BST
# gpg:                using RSA key 0xB44890DEDE3C9BC0
# gpg: Good signature from "Riku Voipio <riku.voipio@iki.fi>"
# gpg:                 aka "Riku Voipio <riku.voipio@linaro.org>"
# Primary key fingerprint: FF82 03C8 C391 98AE 0581  41EF B448 90DE DE3C 9BC0

* remotes/riku/tags/pull-linux-user-20160628: (24 commits)
  linux-user: Provide safe_syscall for ppc64
  linux-user: Provide safe_syscall for s390x
  linux-user: Provide safe_syscall for aarch64
  linux-user: Provide safe_syscall for arm
  linux-user: Provide safe_syscall for i386
  linux-user: fix x86_64 safe_syscall
  linux-user: don't swap NLMSG_DATA() fields
  linux-user: fd_trans_host_to_target_data() must process only received data
  linux-user: add missing return in netlink switch statement
  linux-user: update get_thread_area/set_thread_area strace
  linux-user: fix clone() strace
  linux-user: add socket() strace
  linux-user: add socketcall() strace
  linux-user: Support F_GETPIPE_SZ and F_SETPIPE_SZ fcntls
  linux-user: Fix wrong type used for argument to rt_sigqueueinfo
  linux-user: Create a hostdep.h for each host architecture
  user-exec: Remove unused code for OSX hosts
  user-exec: Delete now-unused hppa and m68k cpu_signal_handler() code
  configure: Don't allow user-only targets for unknown CPU architectures
  configure: Don't override ARCH=unknown if enabling TCI
  ...

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2016-06-29 10:43:08 +01:00
audio -----BEGIN PGP SIGNATURE----- 2016-06-20 22:30:34 +01:00
backends rng-random: rename RndRandom to RngRandom 2016-05-23 12:18:43 +05:30
block -----BEGIN PGP SIGNATURE----- 2016-06-20 22:30:34 +01:00
bsd-user log: Fix qemu_set_log_filename() error handling 2016-06-20 16:39:08 +02:00
contrib os-posix: include sys/mman.h 2016-06-16 18:39:03 +02:00
crypto trace: split out trace events for crypto/ directory 2016-06-20 17:22:14 +01:00
default-configs hw/i2c-ddc.c: Implement DDC I2C slave 2016-06-14 15:59:15 +01:00
disas tci: do not include exec/exec-all.h 2016-05-20 15:07:46 +01:00
docs docs: update ACPI CPU hotplug spec with new protocol 2016-06-24 05:20:22 +03:00
dtc@65cc4d2748 dtc: Update dtc / libfdt submodule to version 1.4.0 2015-06-03 23:56:49 +02:00
fpu softfloat: Handle snan_bit_is_one == 0 in MIPS pickNaNMulAdd() 2016-06-24 13:41:32 +01:00
fsdev all: Remove unnecessary glib.h includes 2016-06-07 18:19:24 +03:00
gdb-xml target-ppc: gdbstub: Add VSX support 2016-01-30 23:37:38 +11:00
hw hw/sh4/sh_pci.c: Use ldl_le_p() and stl_le_p() 2016-06-28 15:09:32 +01:00
include -----BEGIN PGP SIGNATURE----- 2016-06-28 14:27:21 +01:00
io trace: split out trace events for io/ directory 2016-06-20 17:22:14 +01:00
libdecnumber libdecnumber: Clean up includes 2016-02-16 14:29:27 +00:00
linux-headers linux-headers: update 2016-06-14 13:34:50 +02:00
linux-user Drop building linux-user targets on HPPA or m68k host systems 2016-06-29 10:43:08 +01:00
migration trace: split out trace events for migration/ directory 2016-06-20 17:22:14 +01:00
nbd nbd/client.c: Correct trace format string 2016-06-17 15:05:55 +01:00
net Change net/socket.c to use socket_*() functions 2016-06-28 10:13:57 +08:00
pc-bios s390-ccw.img: rebuild image 2016-05-17 15:50:29 +02:00
pixman@87eea99e44 pixman: update internal copy to pixman-0.32.6 2014-09-15 08:14:19 +02:00
po po/Makefile: call rm -f directly 2016-06-07 18:02:49 +03:00
qapi all: Remove unnecessary glib.h includes 2016-06-07 18:19:24 +03:00
qga coccinelle: Remove unnecessary variables for function return value 2016-06-20 16:38:13 +02:00
qobject coccinelle: Remove unnecessary variables for function return value 2016-06-20 16:38:13 +02:00
qom -----BEGIN PGP SIGNATURE----- 2016-06-20 22:30:34 +01:00
replay replay: Clean up includes 2016-06-07 18:19:23 +03:00
roms Update OpenBIOS images 2016-04-18 09:38:55 +01:00
scripts coccinelle: Remove unnecessary variables for function return value 2016-06-20 16:38:13 +02:00
slirp slirp: Use DIV_ROUND_UP 2016-06-07 18:19:25 +03:00
stubs pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hook 2016-06-24 05:21:16 +03:00
target-alpha target-alpha: Avoid gcc 6.1 werror for linux-user 2016-06-27 21:03:58 +01:00
target-arm softfloat: Implement run-time-configurable meaning of signaling NaN bit 2016-06-24 13:40:37 +01:00
target-cris exec: [tcg] Track which vCPU is performing translation and execution 2016-06-20 15:30:01 +01:00
target-i386 -----BEGIN PGP SIGNATURE----- 2016-06-20 22:30:34 +01:00
target-lm32 exec: [tcg] Track which vCPU is performing translation and execution 2016-06-20 15:30:01 +01:00
target-m68k softfloat: Implement run-time-configurable meaning of signaling NaN bit 2016-06-24 13:40:37 +01:00
target-microblaze softfloat: Implement run-time-configurable meaning of signaling NaN bit 2016-06-24 13:40:37 +01:00
target-mips target-mips: Add FCR31's FS bit definition 2016-06-24 13:43:53 +01:00
target-moxie exec: [tcg] Track which vCPU is performing translation and execution 2016-06-20 15:30:01 +01:00
target-openrisc exec: [tcg] Track which vCPU is performing translation and execution 2016-06-20 15:30:01 +01:00
target-ppc softfloat: Implement run-time-configurable meaning of signaling NaN bit 2016-06-24 13:40:37 +01:00
target-s390x softfloat: Implement run-time-configurable meaning of signaling NaN bit 2016-06-24 13:40:37 +01:00
target-sh4 softfloat: Implement run-time-configurable meaning of signaling NaN bit 2016-06-24 13:40:37 +01:00
target-sparc target-sparc: fix register corruption in ldstub if there is no write permission 2016-06-24 18:18:32 +01:00
target-tilegx exec: [tcg] Track which vCPU is performing translation and execution 2016-06-20 15:30:01 +01:00
target-tricore -----BEGIN PGP SIGNATURE----- 2016-06-20 22:30:34 +01:00
target-unicore32 softfloat: Implement run-time-configurable meaning of signaling NaN bit 2016-06-24 13:40:37 +01:00
target-xtensa exec: [tcg] Track which vCPU is performing translation and execution 2016-06-20 15:30:01 +01:00
tcg trace: [all] Add "guest_mem_before" event 2016-06-20 17:21:56 +01:00
tests arm: Re-enable tmp105 test 2016-06-27 15:37:32 +01:00
trace -----BEGIN PGP SIGNATURE----- 2016-06-20 22:30:34 +01:00
ui -----BEGIN PGP SIGNATURE----- 2016-06-20 22:30:34 +01:00
util Change net/socket.c to use socket_*() functions 2016-06-28 10:13:57 +08:00
.dir-locals.el Add .dir-locals.el file to configure emacs coding style 2015-10-08 19:46:01 +03:00
.exrc qemu: add .exrc 2012-09-07 09:02:44 +03:00
.gitignore trace: add build framework for merging trace-events files 2016-06-20 17:22:14 +01:00
.gitmodules PPC: Add u-boot firmware for e500 2014-06-16 13:24:35 +02:00
.mailmap Update mailmap 2013-09-05 09:40:31 -05:00
.travis.yml .travis.yml: disable Sparse testing 2016-06-08 17:47:22 +01:00
accel.c accel: make configure_accelerator return void 2016-05-18 15:04:27 +03:00
aio-posix.c aio-posix: Skip external nodes in aio_dispatch 2016-04-22 16:43:59 +02:00
aio-win32.c all: Clean up includes 2016-02-04 17:41:30 +00:00
arch_init.c cpu: Eliminate cpudef_init(), cpudef_setup() 2016-05-23 19:47:37 -03:00
async.c include/qemu/osdep.h: Don't include qapi/error.h 2016-03-22 22:20:15 +01:00
balloon.c all: Clean up includes 2016-02-04 17:41:30 +00:00
block.c Error reporting patches for 2016-06-20 2016-06-20 16:19:18 +01:00
blockdev-nbd.c nbd: enable use of TLS with nbd-server-start command 2016-02-16 17:17:49 +01:00
blockdev.c Error reporting patches for 2016-06-20 2016-06-20 16:19:18 +01:00
blockjob.c blockjob: add AioContext attached callback 2016-06-20 14:25:41 +01:00
bootdevice.c error: Remove NULL checks on error_propagate() calls 2016-06-20 16:38:13 +02:00
bt-host.c all: Clean up includes 2016-02-04 17:41:30 +00:00
bt-vhci.c all: Clean up includes 2016-02-04 17:41:30 +00:00
Changelog Use qemu-project.org domain name 2013-10-11 09:34:56 -07:00
CODING_STYLE CODING_STYLE: update mixed declaration rules 2015-09-09 15:34:54 +02:00
configure Drop building linux-user targets on HPPA or m68k host systems 2016-06-29 10:43:08 +01:00
COPYING COPYING: update from FSF 2008-10-12 17:54:42 +00:00
COPYING.LIB Update FSF address in GPL/LGPL boilerplate 2009-01-04 22:05:52 +00:00
cpu-exec-common.c cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc() 2016-06-09 15:55:02 +01:00
cpu-exec.c tb hash: track translated blocks with qht 2016-06-11 17:11:16 -07:00
cpus.c seqlock: rename write_lock/unlock to write_begin/end 2016-06-11 22:59:34 +00:00
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 blockdev: Split monitor reference from BB creation 2016-03-17 15:47:56 +01:00
device_tree.c qemu-common: stop including qemu/bswap.h from qemu-common.h 2016-05-19 16:42:28 +02:00
disas.c all: Clean up includes 2016-02-04 17:41:30 +00:00
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 os-posix: include sys/mman.h 2016-06-16 18:39:03 +02:00
gdbstub.c linux-user pull request for June 2016 2016-06-08 18:34:32 +01:00
HACKING HACKING: Add a section on error handling and reporting 2016-02-09 13:19:49 +01:00
hmp-commands-info.hx hmp: Add 'info hotpluggable-cpus' HMP command 2016-06-17 16:33:49 +10:00
hmp-commands.hx migration: define 'tls-creds' and 'tls-hostname' migration parameters 2016-05-26 11:32:10 +05:30
hmp.c qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCore 2016-06-27 13:15:06 +10:00
hmp.h hmp: Add 'info hotpluggable-cpus' HMP command 2016-06-17 16:33:49 +10:00
iohandler.c iohandler: Introduce iohandler_get_aio_context 2016-04-22 16:43:42 +02:00
ioport.c hw: remove pio_addr_t 2016-05-19 16:42:30 +02:00
iothread.c all: Clean up includes 2016-02-04 17:41:30 +00:00
kvm-all.c KVM: use KVM_CAP_MAX_VCPU_ID 2016-06-16 18:39:04 +02:00
kvm-stub.c cpu: Reclaim vCPU objects 2016-05-30 14:03:59 +10:00
LICENSE vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfio 2014-12-19 15:24:06 -07:00
main-loop.c util: move declarations out of qemu-common.h 2016-03-22 22:20:17 +01:00
MAINTAINERS MAINTAINERS: remove Blue Swirl as SPARC maintainer 2016-06-20 21:55:16 +01:00
Makefile trace: add build framework for merging trace-events files 2016-06-20 17:22:14 +01: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
memory.c memory: Add reporting of supported page sizes 2016-06-22 11:13:09 +10:00
memory_mapping.c all: Remove unnecessary glib.h includes 2016-06-07 18:19:24 +03:00
module-common.c all: Clean up includes 2016-02-04 17:41:30 +00:00
monitor.c log: Fix qemu_set_log_filename() error handling 2016-06-20 16:39:08 +02:00
numa.c qapi: Don't special-case simple union wrappers 2016-03-18 10:29:26 +01:00
os-posix.c os-posix: include sys/mman.h 2016-06-16 18:39:03 +02:00
os-win32.c all: Clean up includes 2016-02-04 17:41:30 +00:00
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 util: move declarations out of qemu-common.h 2016-03-22 22:20:17 +01:00
qdict-test-data.txt Introduce QDict test data file 2009-09-04 09:37:34 -05:00
qemu-bridge-helper.c all: Remove unnecessary glib.h includes 2016-06-07 18:19:24 +03:00
qemu-char.c pc, pci, virtio: new features, cleanups, fixes 2016-06-17 11:25:46 +01:00
qemu-doc.texi Allow users to specify the vmdk virtual hardware version. 2016-05-12 15:22:08 +02:00
qemu-ga.texi docs: Style the command and its options in the synopsis 2016-01-26 15:58:11 +01:00
qemu-img-cmds.hx qemu-img bench: Add --flush-interval 2016-06-08 10:21:09 +02:00
qemu-img.c qemu-img bench: Fix uninitialised writethrough mode 2016-06-16 15:19:55 +02:00
qemu-img.texi qemu-img bench: Add --flush-interval 2016-06-08 10:21:09 +02:00
qemu-io-cmds.c block: Rename blk_write_zeroes() 2016-05-25 19:04:21 +02:00
qemu-io.c Use &error_fatal when initializing crypto on qemu-{img,io,nbd} 2016-05-20 14:28:55 -03:00
qemu-nbd.c nbd: Don't use *_to_cpup() functions 2016-06-16 18:39:04 +02:00
qemu-nbd.texi qemu-nbd: allow specifying image as a set of options args 2016-02-22 09:50:04 +01:00
qemu-options-wrapper.h vl.c: In qemu -h output, only print options for the arch we are running as 2011-12-19 10:27:33 -06:00
qemu-options.h vl.c: Move option generation logic into a wrapper file 2011-12-19 10:27:33 -06:00
qemu-options.hx trace: add build framework for merging trace-events files 2016-06-20 17:22:14 +01:00
qemu-seccomp.c seccomp: adding sysinfo system call to whitelist 2016-04-16 20:27:44 +02:00
qemu-tech.texi tcg: Rename tcg-target.c to tcg-target.inc.c 2016-02-23 08:30:38 -08:00
qemu-timer.c qemu-timer: Use DIV_ROUND_UP 2016-06-07 18:19:25 +03:00
qemu.nsi nsis: Add QEMU version information to Windows registry 2015-09-24 20:52:28 +02:00
qemu.sasl sasl: Avoid 'Could not find keytab file' in syslog 2014-03-15 13:54:18 +04:00
qmp-commands.hx QMP: Add query-hotpluggable-cpus 2016-06-17 16:33:49 +10:00
qmp.c Makefile: Derive "PKGVERSION" from "git describe" by default 2016-06-07 14:14:39 +02:00
qtest.c qemu-common: push cpu.h inclusion out of qemu-common.h 2016-05-19 16:42:29 +02:00
README README: fill out some useful quickstart information 2015-10-13 18:48:46 +02:00
rules.mak * max-ram-below-4g improvement (Gerd) 2016-06-08 14:45:28 +01:00
softmmu_template.h exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right AS 2016-01-21 14:15:05 +00:00
spice-qemu-char.c qapi: Don't special-case simple union wrappers 2016-03-18 10:29:26 +01:00
tcg-runtime.c all: Clean up includes 2016-02-04 17:41:30 +00:00
tci.c tci: do not include exec/exec-all.h 2016-05-20 15:07:46 +01:00
thread-pool.c all: Clean up includes 2016-02-04 17:41:30 +00:00
thunk.c thunk: Rename args and fields in host-target bitmask conversion code 2016-06-07 18:19:24 +03:00
tpm.c qapi: Don't special-case simple union wrappers 2016-03-18 10:29:26 +01:00
trace-events trace: split out trace events for linux-user/ directory 2016-06-20 17:22:17 +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 user-exec: Push resume-from-signal code out to handle_cpu_signal() 2016-06-09 15:55:02 +01:00
translate-common.c include: move CPU-related definitions out of qemu-common.h 2016-05-19 13:08:04 +02:00
user-exec.c user-exec: Remove unused code for OSX hosts 2016-06-26 13:17:20 +03:00
VERSION Open 2.7 development tree 2016-05-12 12:35:25 +01:00
version.rc Use qemu-project.org domain name 2013-10-11 09:34:56 -07:00
vl.c qapi: Report support for -device cpu hotplug in query-machines 2016-06-27 13:13:35 +10:00
xen-common-stub.c xen: Clean up includes 2016-01-29 15:07:23 +00:00
xen-common.c xen: drop XenXC and associated interface wrappers 2016-02-10 12:01:24 +00:00
xen-hvm-stub.c fix MSI injection on Xen 2016-02-06 20:44:10 +02:00
xen-hvm.c os-posix: include sys/mman.h 2016-06-16 18:39:03 +02:00
xen-mapcache.c os-posix: include sys/mman.h 2016-06-16 18:39:03 +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

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