[PATCH 0/2] hw/timer: Reduce 'hw/ptimer.h' inclusion

Philippe Mathieu-Daudé posted 2 patches 1 year, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230217141832.24777-1-philmd@linaro.org
Maintainers: Jan Kiszka <jan.kiszka@web.de>, Peter Maydell <peter.maydell@linaro.org>, Alistair Francis <alistair@alistair23.me>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Thomas Huth <huth@tuxfamily.org>, Pavel Pisa <pisa@cmp.felk.cvut.cz>, Vikram Garhwal <fnu.vikram@xilinx.com>, Francisco Iglesias <francisco.iglesias@amd.com>, Jason Wang <jasowang@redhat.com>, Igor Mitsyanko <i.mitsyanko@gmail.com>, Beniamino Galvani <b.galvani@gmail.com>, Strahinja Jankovic <strahinja.p.jankovic@gmail.com>, Fabien Chouteau <chouteau@adacore.com>, Frederic Konrad <konrad.frederic@yahoo.fr>, Subbaraya Sundeep <sundeep.lkml@gmail.com>, Yoshinori Sato <ysato@users.sourceforge.jp>, Magnus Damm <magnus.damm@gmail.com>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Jean-Christophe Dubois <jcd@tribudubois.net>, Antony Pavlov <antonynpavlov@gmail.com>
hw/display/xlnx_dp.c                     |  1 +
hw/net/can/xlnx-zynqmp-can.c             |  1 +
hw/net/fsl_etsec/etsec.h                 |  3 +--
hw/timer/allwinner-a10-pit.c             |  1 +
hw/timer/arm_mptimer.c                   |  4 ++--
hw/timer/armv7m_systick.c                |  1 +
hw/timer/cmsdk-apb-dualtimer.c           |  1 +
hw/timer/cmsdk-apb-timer.c               |  1 +
hw/timer/grlib_gptimer.c                 |  2 +-
hw/timer/imx_epit.c                      |  1 +
hw/timer/imx_gpt.c                       |  1 +
hw/timer/mss-timer.c                     |  1 +
hw/watchdog/cmsdk-apb-watchdog.c         |  1 +
hw/watchdog/wdt_imx2.c                   |  1 +
include/hw/display/xlnx_dp.h             |  1 -
include/hw/dma/xlnx_csu_dma.h            |  1 -
include/hw/net/xlnx-zynqmp-can.h         |  1 -
include/hw/ptimer.h                      |  1 -
include/hw/timer/allwinner-a10-pit.h     |  1 -
include/hw/timer/arm_mptimer.h           |  2 +-
include/hw/timer/armv7m_systick.h        |  1 -
include/hw/timer/cmsdk-apb-dualtimer.h   |  3 +--
include/hw/timer/cmsdk-apb-timer.h       |  3 +--
include/hw/timer/digic-timer.h           |  1 -
include/hw/timer/imx_epit.h              |  1 -
include/hw/timer/imx_gpt.h               |  1 -
include/hw/timer/mss-timer.h             |  1 -
include/hw/watchdog/cmsdk-apb-watchdog.h |  3 +--
include/hw/watchdog/wdt_imx2.h           |  5 ++---
include/qemu/typedefs.h                  | 11 ++++++-----
30 files changed, 27 insertions(+), 30 deletions(-)
[PATCH 0/2] hw/timer: Reduce 'hw/ptimer.h' inclusion
Posted by Philippe Mathieu-Daudé 1 year, 2 months ago
Yet another "try to reduce build-time" series.

Philippe Mathieu-Daudé (2):
  qemu/typedefs: Sort in case-insensitive alphabetical order (again)
  hw/timer: Reduce 'hw/ptimer.h' inclusion

 hw/display/xlnx_dp.c                     |  1 +
 hw/net/can/xlnx-zynqmp-can.c             |  1 +
 hw/net/fsl_etsec/etsec.h                 |  3 +--
 hw/timer/allwinner-a10-pit.c             |  1 +
 hw/timer/arm_mptimer.c                   |  4 ++--
 hw/timer/armv7m_systick.c                |  1 +
 hw/timer/cmsdk-apb-dualtimer.c           |  1 +
 hw/timer/cmsdk-apb-timer.c               |  1 +
 hw/timer/grlib_gptimer.c                 |  2 +-
 hw/timer/imx_epit.c                      |  1 +
 hw/timer/imx_gpt.c                       |  1 +
 hw/timer/mss-timer.c                     |  1 +
 hw/watchdog/cmsdk-apb-watchdog.c         |  1 +
 hw/watchdog/wdt_imx2.c                   |  1 +
 include/hw/display/xlnx_dp.h             |  1 -
 include/hw/dma/xlnx_csu_dma.h            |  1 -
 include/hw/net/xlnx-zynqmp-can.h         |  1 -
 include/hw/ptimer.h                      |  1 -
 include/hw/timer/allwinner-a10-pit.h     |  1 -
 include/hw/timer/arm_mptimer.h           |  2 +-
 include/hw/timer/armv7m_systick.h        |  1 -
 include/hw/timer/cmsdk-apb-dualtimer.h   |  3 +--
 include/hw/timer/cmsdk-apb-timer.h       |  3 +--
 include/hw/timer/digic-timer.h           |  1 -
 include/hw/timer/imx_epit.h              |  1 -
 include/hw/timer/imx_gpt.h               |  1 -
 include/hw/timer/mss-timer.h             |  1 -
 include/hw/watchdog/cmsdk-apb-watchdog.h |  3 +--
 include/hw/watchdog/wdt_imx2.h           |  5 ++---
 include/qemu/typedefs.h                  | 11 ++++++-----
 30 files changed, 27 insertions(+), 30 deletions(-)

-- 
2.38.1