qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/14] checkpatch, warnings and other fixes
@ 2016-08-10 13:57 Paolo Bonzini
  2016-08-10 13:57 ` [Qemu-devel] [PULL 01/14] linuxboot_dma: avoid guest ABI breakage on gcc vs. clang compilation Paolo Bonzini
                   ` (14 more replies)
  0 siblings, 15 replies; 18+ messages in thread
From: Paolo Bonzini @ 2016-08-10 13:57 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2016-08-15  9:09 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-10 13:57 [Qemu-devel] [PULL 00/14] checkpatch, warnings and other fixes Paolo Bonzini
2016-08-10 13:57 ` [Qemu-devel] [PULL 01/14] linuxboot_dma: avoid guest ABI breakage on gcc vs. clang compilation Paolo Bonzini
2016-08-10 13:57 ` [Qemu-devel] [PULL 02/14] build-sys: fix building with make CFLAGS=.. argument Paolo Bonzini
2016-08-15  8:41   ` Christian Borntraeger
2016-08-15  9:08     ` Christian Borntraeger
2016-08-10 13:57 ` [Qemu-devel] [PULL 03/14] optionrom: add -fno-stack-protector Paolo Bonzini
2016-08-10 13:57 ` [Qemu-devel] [PULL 04/14] optionrom: fix compilation with mingw docker target Paolo Bonzini
2016-08-10 13:57 ` [Qemu-devel] [PULL 05/14] atomic: strip "const" from variables declared with typeof Paolo Bonzini
2016-08-10 13:57 ` [Qemu-devel] [PULL 06/14] Disable warn about left shifts of negative values Paolo Bonzini
2016-08-10 13:57 ` [Qemu-devel] [PULL 07/14] clang: Fix warning reg. expansion to 'defined' Paolo Bonzini
2016-08-10 13:57 ` [Qemu-devel] [PULL 08/14] checkpatch: ignore automatically imported Linux headers Paolo Bonzini
2016-08-10 13:57 ` [Qemu-devel] [PULL 09/14] timer: set vm_clock disabled default Paolo Bonzini
2016-08-10 13:57 ` [Qemu-devel] [PULL 10/14] checkpatch: tweak the files in which TABs are checked Paolo Bonzini
2016-08-10 13:57 ` [Qemu-devel] [PULL 11/14] checkpatch: check for CVS keywords on all sources Paolo Bonzini
2016-08-10 13:57 ` [Qemu-devel] [PULL 12/14] CODING_STYLE, checkpatch: update line length rules Paolo Bonzini
2016-08-10 13:57 ` [Qemu-devel] [PULL 13/14] checkpatch: bump most warnings to errors Paolo Bonzini
2016-08-10 13:57 ` [Qemu-devel] [PULL 14/14] checkpatch: default to success if only warnings Paolo Bonzini
2016-08-10 16:14 ` [Qemu-devel] [PULL 00/14] checkpatch, warnings and other fixes Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).