All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] util/hexdump: Cleanup qemu_hexdump()
@ 2020-08-22 18:09 ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 32+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-08-22 18:09 UTC (permalink / raw)
  To: qemu-devel
  Cc: Li Zhijian, Jason Wang, Edgar E. Iglesias,
	Philippe Mathieu-Daudé, Alistair Francis, Zhang Chen,
	Gerd Hoffmann, Peter Maydell, David Gibson, qemu-trivial,
	qemu-ppc, qemu-arm, qemu-block, Philippe Mathieu-Daudé

- Pass const void* buffer
- Reorder arguments

Supersedes: <20200822150457.1322519-1-f4bug@amsat.org>

Philippe Mathieu-Daudé (2):
  util/hexdump: Convert to take a void pointer argument
  util/hexdump: Reorder qemu_hexdump() arguments

 include/qemu-common.h    |  3 ++-
 hw/dma/xlnx_dpdma.c      |  2 +-
 hw/net/fsl_etsec/etsec.c |  2 +-
 hw/net/fsl_etsec/rings.c |  2 +-
 hw/sd/sd.c               |  2 +-
 hw/usb/redirect.c        |  2 +-
 net/colo-compare.c       | 24 ++++++++++++------------
 net/net.c                |  2 +-
 util/hexdump.c           |  4 +++-
 util/iov.c               |  2 +-
 10 files changed, 24 insertions(+), 21 deletions(-)

-- 
2.26.2



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

end of thread, other threads:[~2020-09-11 15:53 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-22 18:09 [PATCH v2 0/2] util/hexdump: Cleanup qemu_hexdump() Philippe Mathieu-Daudé
2020-08-22 18:09 ` Philippe Mathieu-Daudé
2020-08-22 18:09 ` Philippe Mathieu-Daudé
2020-08-22 18:09 ` [PATCH v2 1/2] util/hexdump: Convert to take a void pointer argument Philippe Mathieu-Daudé
2020-08-22 18:09   ` Philippe Mathieu-Daudé
2020-08-22 18:09   ` Philippe Mathieu-Daudé
2020-08-25 18:25   ` Alistair Francis
2020-08-25 18:25     ` Alistair Francis
2020-08-28  9:12   ` Edgar E. Iglesias
2020-08-28  9:12     ` Edgar E. Iglesias
2020-08-28  9:56   ` Li Qiang
2020-08-28  9:56     ` Li Qiang
2020-08-28  9:56     ` Li Qiang
2020-09-11 15:51   ` Laurent Vivier
2020-08-22 18:09 ` [PATCH v2 2/2] util/hexdump: Reorder qemu_hexdump() arguments Philippe Mathieu-Daudé
2020-08-22 18:09   ` Philippe Mathieu-Daudé
2020-08-22 18:09   ` Philippe Mathieu-Daudé
2020-08-28  9:13   ` Edgar E. Iglesias
2020-08-28  9:13     ` Edgar E. Iglesias
2020-09-11 15:52   ` Laurent Vivier
2020-09-11 15:52     ` Laurent Vivier
2020-08-28  9:09 ` [PATCH v2 0/2] util/hexdump: Cleanup qemu_hexdump() Stefano Garzarella
2020-08-28  9:09   ` Stefano Garzarella
2020-08-28  9:09   ` Stefano Garzarella
2020-09-01  3:17 ` Jason Wang
2020-09-01  3:17   ` Jason Wang
2020-09-01  3:17   ` Jason Wang
2020-09-11 14:35 ` Philippe Mathieu-Daudé
2020-09-11 14:35   ` Philippe Mathieu-Daudé
2020-09-11 14:35   ` Philippe Mathieu-Daudé
2020-09-11 15:52   ` Laurent Vivier
2020-09-11 15:52     ` Laurent Vivier

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.