All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL v2 00/19] Trivial branch for 5.1 patches
@ 2020-05-04 15:59 Laurent Vivier
  2020-05-04 15:59 ` [PULL v2 01/19] scsi/esp-pci: add g_assert() for fix clang analyzer warning in esp_pci_io_write() Laurent Vivier
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: Laurent Vivier @ 2020-05-04 15:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Michael Tokarev, Laurent Vivier

The following changes since commit 2ef486e76d64436be90f7359a3071fb2a56ce835:

  Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into s=
taging (2020-05-03 14:12:56 +0100)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/trivial-branch-for-5.1-pull-request

for you to fetch changes up to e702fba83108519618046a2a09235a62e3a81595:

  hw/timer/pxa2xx_timer: Add assertion to silent static analyzer warning (202=
0-05-04 14:43:24 +0200)

----------------------------------------------------------------
trivial patches (20200504)

Silent static analyzer warning
Remove dead assignments
Support -chardev serial on macOS
Update MAINTAINERS
Some cosmetic changes

----------------------------------------------------------------

Chen Qun (3):
  scsi/esp-pci: add g_assert() for fix clang analyzer warning in
    esp_pci_io_write()
  display/blizzard: use extract16() for fix clang analyzer warning in
    blizzard_draw_line16_32()
  timer/exynos4210_mct: Remove redundant statement in
    exynos4210_mct_write()

Mikhail Gusarov (1):
  chardev: Add macOS to list of OSes that support -chardev serial

Peter Maydell (1):
  elf_ops: Don't try to g_mapped_file_unref(NULL)

Philippe Mathieu-Daud=C3=A9 (11):
  MAINTAINERS: Mark the LatticeMico32 target as orphan
  MAINTAINERS: Update Keith Busch's email address
  block: Avoid dead assignment
  blockdev: Remove dead assignment
  hw/i2c/pm_smbus: Remove dead assignment
  hw/input/adb-kbd: Remove dead assignment
  hw/ide/sii3112: Remove dead assignment
  hw/isa/i82378: Remove dead assignment
  hw/gpio/aspeed_gpio: Remove dead assignment
  hw/timer/stm32f2xx_timer: Remove dead assignment
  hw/timer/pxa2xx_timer: Add assertion to silent static analyzer warning

Simran Singhal (1):
  Compress lines for immediate return

Wainer dos Santos Moschetta (2):
  hw/mem/pc-dimm: Print slot number on error at pc_dimm_pre_plug()
  hw/mem/pc-dimm: Fix line over 80 characters warning

 MAINTAINERS                | 14 +++++++-------
 block.c                    |  2 +-
 block/file-posix.c         |  8 +++-----
 block/nfs.c                |  3 +--
 block/nvme.c               |  4 +---
 block/vhdx.c               |  3 +--
 blockdev.c                 |  2 +-
 chardev/char-serial.c      |  2 +-
 hw/audio/ac97.c            |  4 +---
 hw/audio/adlib.c           |  5 +----
 hw/display/blizzard.c      | 10 ++++------
 hw/display/cirrus_vga.c    |  4 +---
 hw/gpio/aspeed_gpio.c      |  2 +-
 hw/i2c/pm_smbus.c          |  1 -
 hw/ide/sii3112.c           |  5 +++--
 hw/input/adb-kbd.c         |  6 +-----
 hw/isa/i82378.c            |  8 ++++----
 hw/mem/pc-dimm.c           |  7 ++++---
 hw/scsi/esp-pci.c          |  1 +
 hw/timer/exynos4210_mct.c  |  4 ----
 hw/timer/pxa2xx_timer.c    |  1 +
 hw/timer/stm32f2xx_timer.c |  1 -
 include/hw/elf_ops.h       |  4 +++-
 include/qemu/osdep.h       |  2 +-
 migration/ram.c            |  4 +---
 ui/gtk.c                   |  3 +--
 util/qemu-sockets.c        |  5 +----
 27 files changed, 45 insertions(+), 70 deletions(-)

--=20
2.26.2



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

end of thread, other threads:[~2020-05-05 14:49 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-04 15:59 [PULL v2 00/19] Trivial branch for 5.1 patches Laurent Vivier
2020-05-04 15:59 ` [PULL v2 01/19] scsi/esp-pci: add g_assert() for fix clang analyzer warning in esp_pci_io_write() Laurent Vivier
2020-05-04 15:59 ` [PULL v2 02/19] display/blizzard: use extract16() for fix clang analyzer warning in blizzard_draw_line16_32() Laurent Vivier
2020-05-04 15:59 ` [PULL v2 03/19] timer/exynos4210_mct: Remove redundant statement in exynos4210_mct_write() Laurent Vivier
2020-05-04 15:59 ` [PULL v2 04/19] MAINTAINERS: Mark the LatticeMico32 target as orphan Laurent Vivier
2020-05-04 15:59 ` [PULL v2 05/19] hw/mem/pc-dimm: Print slot number on error at pc_dimm_pre_plug() Laurent Vivier
2020-05-04 15:59 ` [PULL v2 06/19] hw/mem/pc-dimm: Fix line over 80 characters warning Laurent Vivier
2020-05-04 15:59 ` [PULL v2 07/19] elf_ops: Don't try to g_mapped_file_unref(NULL) Laurent Vivier
2020-05-04 15:59 ` [PULL v2 08/19] MAINTAINERS: Update Keith Busch's email address Laurent Vivier
2020-05-04 15:59 ` [PULL v2 09/19] chardev: Add macOS to list of OSes that support -chardev serial Laurent Vivier
2020-05-04 15:59 ` [PULL v2 10/19] Compress lines for immediate return Laurent Vivier
2020-05-04 15:59 ` [PULL v2 11/19] block: Avoid dead assignment Laurent Vivier
2020-05-04 15:59 ` [PULL v2 12/19] blockdev: Remove " Laurent Vivier
2020-05-04 15:59 ` [PULL v2 13/19] hw/i2c/pm_smbus: " Laurent Vivier
2020-05-04 15:59 ` [PULL v2 14/19] hw/input/adb-kbd: " Laurent Vivier
2020-05-04 15:59 ` [PULL v2 15/19] hw/ide/sii3112: " Laurent Vivier
2020-05-04 15:59 ` [PULL v2 16/19] hw/isa/i82378: " Laurent Vivier
2020-05-04 15:59 ` [PULL v2 17/19] hw/gpio/aspeed_gpio: " Laurent Vivier
2020-05-04 15:59 ` [PULL v2 18/19] hw/timer/stm32f2xx_timer: " Laurent Vivier
2020-05-04 15:59 ` [PULL v2 19/19] hw/timer/pxa2xx_timer: Add assertion to silent static analyzer warning Laurent Vivier
2020-05-05 14:47 ` [PULL v2 00/19] Trivial branch for 5.1 patches Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.