All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] 3 easy-to-fix clang warnings, 1 error code fixed
@ 2017-04-07 22:20 Philippe Mathieu-Daudé
  2017-04-07 22:20 ` [Qemu-devel] [PATCH v2 1/4] usb-ccid: make ccid_write_data_block() cope with null buffers Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-04-07 22:20 UTC (permalink / raw)
  To: Gerd Hoffmann, Markus Armbruster, Marc-André Lureau,
	Peter Crosthwaite, Alexander Graf, Michael Roth
  Cc: Philippe Mathieu-Daudé, qemu-devel, qemu-trivial

This patchset fixes three easy-to-fix unrelated clang warnings, so it was
probably better to send them separately the first time.

v2:
    - hw/usb/dev-smartcard-reader.c: The first patch was treating NULL and 0 as
      errors but those values are legal in some cases, i.e. no (virtual)
      smartcard inserted into the card reader (Gerd Hoffmann's review).
    - device_tree.c: Added Marc-André Lureau's Reviewed-by.
    - qga/commands-posix.c: Added a commit to improve failed operation, as
      suggested by Michael Roth.

Philippe Mathieu-Daudé (4):
  usb-ccid: make ccid_write_data_block() cope with null buffers
  device_tree: fix compiler warnings (clang 5)
  qga: fix compiler warnings (clang 5)
  qga: improve error handling in transfer_memory_block

 device_tree.c                 |  1 +
 hw/usb/dev-smartcard-reader.c |  5 ++++-
 qga/commands-posix.c          | 11 ++++++++---
 3 files changed, 13 insertions(+), 4 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-07-15 23:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-07 22:20 [Qemu-devel] [PATCH v2 0/4] 3 easy-to-fix clang warnings, 1 error code fixed Philippe Mathieu-Daudé
2017-04-07 22:20 ` [Qemu-devel] [PATCH v2 1/4] usb-ccid: make ccid_write_data_block() cope with null buffers Philippe Mathieu-Daudé
2017-04-07 22:20 ` [Qemu-devel] [PATCH v2 2/4] device_tree: fix compiler warnings (clang 5) Philippe Mathieu-Daudé
2017-04-07 22:20 ` [Qemu-devel] [PATCH v2 3/4] qga: " Philippe Mathieu-Daudé
2017-04-11  1:01   ` Michael Roth
2017-04-07 22:20 ` [Qemu-devel] [PATCH v2 4/4] qga: improve error handling in transfer_memory_block Philippe Mathieu-Daudé
2017-04-11  1:20   ` Michael Roth
2017-04-11  3:14     ` Philippe Mathieu-Daudé
2017-07-15 23:04     ` Philippe Mathieu-Daudé
2017-04-23  8:16 ` [Qemu-devel] [PATCH v2 0/4] 3 easy-to-fix clang warnings, 1 error code fixed Michael Tokarev

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.