qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 06/20] hw/timer: Renesas 8bit timer emulation.


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 06/20] hw/timer: Renesas 8bit timer emulation.
Date: Sat, 24 Oct 2020 23:29:28 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1

On 10/24/20 11:27 PM, Philippe Mathieu-Daudé wrote:
On 8/27/20 2:38 PM, Yoshinori Sato wrote:
Rewrite for clock API.

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
---
  include/hw/timer/renesas_tmr.h  |  55 ----
  include/hw/timer/renesas_tmr8.h |  67 ++++
  hw/timer/renesas_tmr.c          | 477 ----------------------------
  hw/timer/renesas_tmr8.c         | 540 ++++++++++++++++++++++++++++++++
  hw/timer/Kconfig                |   3 +-
  hw/timer/meson.build            |   2 +-
  6 files changed, 610 insertions(+), 534 deletions(-)
  delete mode 100644 include/hw/timer/renesas_tmr.h
  create mode 100644 include/hw/timer/renesas_tmr8.h
  delete mode 100644 hw/timer/renesas_tmr.c
  create mode 100644 hw/timer/renesas_tmr8.c
...

diff --git a/hw/timer/Kconfig b/hw/timer/Kconfig
index 8749edfb6a..5288660cda 100644
--- a/hw/timer/Kconfig
+++ b/hw/timer/Kconfig
@@ -36,7 +36,7 @@ config CMSDK_APB_DUALTIMER
      bool
      select PTIMER
-config RENESAS_TMR
+config RENESAS_TMR8
      bool

Build failure:

undefined symbol RENESAS_TMR

And:

In file included from hw/rx/rx62n.c:27:
include/hw/rx/rx62n.h:29:10: fatal error: hw/timer/renesas_tmr.h: No such file or directory
   29 | #include "hw/timer/renesas_tmr.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]