qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/7] use QEMU_PACKED and QEMU_ALIGNED macros
@ 2018-01-08 18:02 Philippe Mathieu-Daudé
  2018-01-08 18:02 ` [Qemu-devel] [PATCH 1/7] net: struct MACAddr can use the QEMU_PACKED macro Philippe Mathieu-Daudé
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-01-08 18:02 UTC (permalink / raw)
  To: Jiri Pirko, Jason Wang, Dmitry Fleytman, Stefan Weil,
	Paolo Bonzini, Eduardo Habkost, Michael S. Tsirkin,
	Marcel Apfelbaum, Richard Henderson
  Cc: Philippe Mathieu-Daudé, qemu-devel, Eric Blake

Still trying to reduce clang -Waddress-of-packed-member warnings.

Philippe Mathieu-Daudé (7):
  net: struct MACAddr can use the QEMU_PACKED macro
  net/eth: use the QEMU_PACKED macro
  net/rocker: use QEMU_PACKED and QEMU_ALIGNED() macros
  net/rocker: move struct rocker_desc to C file
  net/eepro100: use QEMU_ALIGNED() macro
  net/eepro100: reduce alignment to DWORD (32bit)
  i386/pc: use the QEMU_ALIGNED() macro

 hw/net/rocker/rocker_hw.h   | 15 +--------------
 include/net/eth.h           | 26 +++++++++++++-------------
 include/net/net.h           |  2 +-
 hw/i386/pc.c                |  4 ++--
 hw/net/eepro100.c           |  2 +-
 hw/net/rocker/rocker_desc.c | 13 +++++++++++++
 6 files changed, 31 insertions(+), 31 deletions(-)

-- 
2.15.1

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

end of thread, other threads:[~2018-01-09 16:28 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-08 18:02 [Qemu-devel] [PATCH 0/7] use QEMU_PACKED and QEMU_ALIGNED macros Philippe Mathieu-Daudé
2018-01-08 18:02 ` [Qemu-devel] [PATCH 1/7] net: struct MACAddr can use the QEMU_PACKED macro Philippe Mathieu-Daudé
2018-01-09 16:26   ` Richard Henderson
2018-01-08 18:02 ` [Qemu-devel] [PATCH 2/7] net/eth: " Philippe Mathieu-Daudé
2018-01-08 18:02 ` [Qemu-devel] [PATCH 3/7] net/rocker: use QEMU_PACKED and QEMU_ALIGNED() macros Philippe Mathieu-Daudé
2018-01-09 16:27   ` Richard Henderson
2018-01-08 18:02 ` [Qemu-devel] [PATCH 4/7] net/rocker: move struct rocker_desc to C file Philippe Mathieu-Daudé
2018-01-09 16:27   ` Richard Henderson
2018-01-08 18:02 ` [Qemu-devel] [PATCH 5/7] net/eepro100: use QEMU_ALIGNED() macro Philippe Mathieu-Daudé
2018-01-09 16:27   ` Richard Henderson
2018-01-08 18:02 ` [Qemu-devel] [RFC PATCH 6/7] net/eepro100: reduce alignment to DWORD (32bit) Philippe Mathieu-Daudé
2018-01-08 18:10   ` Paolo Bonzini
2018-01-08 18:28     ` Philippe Mathieu-Daudé
2018-01-08 18:02 ` [Qemu-devel] [PATCH 7/7] i386/pc: use the QEMU_ALIGNED() macro Philippe Mathieu-Daudé
2018-01-08 18:53   ` Marcel Apfelbaum
2018-01-09 16:28   ` Richard Henderson

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).