From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXU0c-0003Lo-8v for qemu-devel@nongnu.org; Wed, 10 Aug 2016 09:57:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bXU0X-00084n-Nr for qemu-devel@nongnu.org; Wed, 10 Aug 2016 09:57:26 -0400 Received: from mail-wm0-x242.google.com ([2a00:1450:400c:c09::242]:33760) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXU0X-00084i-Gt for qemu-devel@nongnu.org; Wed, 10 Aug 2016 09:57:21 -0400 Received: by mail-wm0-x242.google.com with SMTP id o80so9707180wme.0 for ; Wed, 10 Aug 2016 06:57:21 -0700 (PDT) Received: from 640k.lan (94-39-152-88.adsl-ull.clienti.tiscali.it. [94.39.152.88]) by smtp.gmail.com with ESMTPSA id a9sm43257024wjf.16.2016.08.10.06.57.19 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 10 Aug 2016 06:57:19 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Wed, 10 Aug 2016 15:57:03 +0200 Message-Id: <1470837437-14713-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 00/14] checkpatch, warnings and other fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 2bb15bddf2607110820d5ce5aa43baac27292fb3: Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2016-08-09 16:53:32 +0100) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to 141de8865488189ad9d75408b3e0ad24c6fff2bb: checkpatch: default to success if only warnings (2016-08-10 12:44:51 +0200) ---------------------------------------------------------------- * pc-bios/optionrom/Makefile fixes * warning fixes for __atomic_load and -1 << x in clang * missed interrupt fix from Gonglei * checkpatch fix from Radim and myself ---------------------------------------------------------------- Gonglei (1): timer: set vm_clock disabled default Marc-André Lureau (1): build-sys: fix building with make CFLAGS=.. argument Paolo Bonzini (9): linuxboot_dma: avoid guest ABI breakage on gcc vs. clang compilation optionrom: add -fno-stack-protector optionrom: fix compilation with mingw docker target atomic: strip "const" from variables declared with typeof checkpatch: tweak the files in which TABs are checked checkpatch: check for CVS keywords on all sources CODING_STYLE, checkpatch: update line length rules checkpatch: bump most warnings to errors checkpatch: default to success if only warnings Pranith Kumar (2): Disable warn about left shifts of negative values clang: Fix warning reg. expansion to 'defined' Radim Krčmář (1): checkpatch: ignore automatically imported Linux headers CODING_STYLE | 8 ++- HACKING | 4 ++ Makefile | 3 +- configure | 2 +- include/qemu/atomic.h | 54 ++++++++++++++++--- include/ui/qemu-spice.h | 7 ++- pc-bios/linuxboot_dma.bin | Bin 1024 -> 1536 bytes pc-bios/optionrom/Makefile | 13 +++-- pc-bios/optionrom/flat.lds | 6 +++ pc-bios/optionrom/linuxboot_dma.c | 8 ++- qemu-timer.c | 2 +- scripts/checkpatch.pl | 110 +++++++++++++++++++------------------- scripts/signrom.py | 27 ++++------ tests/test-aio.c | 4 +- 14 files changed, 158 insertions(+), 90 deletions(-) create mode 100644 pc-bios/optionrom/flat.lds -- 1.8.3.1