[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 00/12] target-arm queue
From: |
Peter Maydell |
Subject: |
[PULL 00/12] target-arm queue |
Date: |
Tue, 14 Apr 2020 17:26:01 +0100 |
Almost nothing in here is arm-related, but the target-arm
queue was convenient for these last minute bits and pieces
for 5.0...
thanks
-- PMM
The following changes since commit 14e5526b51910efd62cd31cd95b49baca975c83f:
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
(2020-04-13 15:42:51 +0100)
are available in the Git repository at:
https://git.linaro.org/people/pmaydell/qemu-arm.git
tags/pull-target-arm-20200414
for you to fetch changes up to 84f82ddcbb4ac4ed04c8675e85155329f23184f0:
Deprecate KVM support for AArch32 (2020-04-14 17:20:22 +0100)
----------------------------------------------------------------
patch queue:
* Fix some problems that trip up Coverity's scanner
* run-coverity-scan: New script automating the scan-and-upload process
* docs: Improve our gdbstub documentation
* configure: Honour --disable-werror for Sphinx
* docs: Fix errors produced when building with Sphinx 3.0
* docs: Require Sphinx 1.6 or better
* Add deprecation notice for KVM support on AArch32 hosts
----------------------------------------------------------------
Peter Maydell (12):
osdep.h: Drop no-longer-needed Coverity workarounds
thread.h: Fix Coverity version of qemu_cond_timedwait()
thread.h: Remove trailing semicolons from Coverity qemu_mutex_lock() etc
linux-user/flatload.c: Use "" for include of QEMU header target_flat.h
scripts/run-coverity-scan: Script to run Coverity Scan build
scripts/coverity-scan: Add Docker support
docs: Improve our gdbstub documentation
configure: Honour --disable-werror for Sphinx
scripts/kernel-doc: Add missing close-paren in c:function directives
kernel-doc: Use c:struct for Sphinx 3.0 and later
docs: Require Sphinx 1.6 or better
Deprecate KVM support for AArch32
configure | 9 +-
Makefile | 2 +-
include/qemu/osdep.h | 14 -
include/qemu/thread.h | 12 +-
linux-user/flatload.c | 2 +-
MAINTAINERS | 5 +
docs/conf.py | 6 +-
docs/sphinx/kerneldoc.py | 1 +
docs/system/deprecated.rst | 8 +
docs/system/gdb.rst | 22 +-
qemu-options.hx | 24 +-
scripts/coverity-scan/coverity-scan.docker | 131 ++++++++++
scripts/coverity-scan/run-coverity-scan | 401 +++++++++++++++++++++++++++++
scripts/kernel-doc | 18 +-
14 files changed, 615 insertions(+), 40 deletions(-)
create mode 100644 scripts/coverity-scan/coverity-scan.docker
create mode 100755 scripts/coverity-scan/run-coverity-scan
- [PULL 00/12] target-arm queue,
Peter Maydell <=
- [PULL 01/12] osdep.h: Drop no-longer-needed Coverity workarounds, Peter Maydell, 2020/04/14
- [PULL 02/12] thread.h: Fix Coverity version of qemu_cond_timedwait(), Peter Maydell, 2020/04/14
- [PULL 03/12] thread.h: Remove trailing semicolons from Coverity qemu_mutex_lock() etc, Peter Maydell, 2020/04/14
- [PULL 04/12] linux-user/flatload.c: Use "" for include of QEMU header target_flat.h, Peter Maydell, 2020/04/14
- [PULL 10/12] kernel-doc: Use c:struct for Sphinx 3.0 and later, Peter Maydell, 2020/04/14
- [PULL 06/12] scripts/coverity-scan: Add Docker support, Peter Maydell, 2020/04/14
- [PULL 07/12] docs: Improve our gdbstub documentation, Peter Maydell, 2020/04/14
- [PULL 05/12] scripts/run-coverity-scan: Script to run Coverity Scan build, Peter Maydell, 2020/04/14
- [PULL 11/12] docs: Require Sphinx 1.6 or better, Peter Maydell, 2020/04/14
- [PULL 12/12] Deprecate KVM support for AArch32, Peter Maydell, 2020/04/14