All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] hw/i386/pc: Extract the port92 device
@ 2019-12-13 10:50 Philippe Mathieu-Daudé
  2019-12-13 10:50 ` [PATCH 1/4] hw/i386/pc: Convert DPRINTF() to trace events Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-13 10:50 UTC (permalink / raw)
  To: qemu-devel
  Cc: Eduardo Habkost, Michael S. Tsirkin, Paolo Bonzini,
	Philippe Mathieu-Daudé,
	Richard Henderson

In this series we
- remove the old DPRINTF() macro in hw/i386/pc.c
- extract the TYPE_PORT92 device from the same file,
  reducing it by 5%.

Philippe Mathieu-Daudé (4):
  hw/i386/pc: Convert DPRINTF() to trace events
  hw/i386/pc: Use TYPE_PORT92 instead of hardcoded string
  hw/i386/pc: Inline port92_init()
  hw/i386/pc: Extract the port92 device

 include/hw/i386/pc.h  |   3 +
 hw/i386/pc.c          | 138 ++----------------------------------------
 hw/i386/port92.c      | 126 ++++++++++++++++++++++++++++++++++++++
 hw/i386/Makefile.objs |   1 +
 hw/i386/trace-events  |   8 +++
 5 files changed, 144 insertions(+), 132 deletions(-)
 create mode 100644 hw/i386/port92.c

-- 
2.21.0



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

end of thread, other threads:[~2019-12-13 21:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-13 10:50 [PATCH 0/4] hw/i386/pc: Extract the port92 device Philippe Mathieu-Daudé
2019-12-13 10:50 ` [PATCH 1/4] hw/i386/pc: Convert DPRINTF() to trace events Philippe Mathieu-Daudé
2019-12-13 10:50 ` [PATCH 2/4] hw/i386/pc: Use TYPE_PORT92 instead of hardcoded string Philippe Mathieu-Daudé
2019-12-13 10:50 ` [PATCH 3/4] hw/i386/pc: Inline port92_init() Philippe Mathieu-Daudé
2019-12-13 10:51 ` [PATCH 4/4] hw/i386/pc: Extract the port92 device Philippe Mathieu-Daudé
2019-12-13 12:05   ` Paolo Bonzini

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.