qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/14] checkpatch, warnings and other fixes


From: Paolo Bonzini
Subject: [Qemu-devel] [PULL 00/14] checkpatch, warnings and other fixes
Date: Wed, 10 Aug 2016 15:57:03 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]