qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH v3 03/15] hw/core/clock: add the clock_new helper function


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 03/15] hw/core/clock: add the clock_new helper function
Date: Sat, 10 Oct 2020 17:17:15 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1

On 10/10/20 3:57 PM, Luc Michel wrote:
This function creates a clock and parents it to another object with a given
name. It calls clock_setup_canonical_path before returning the new
clock.

This function is useful to create clocks in devices when one doesn't
want to expose it at the qdev level (as an input or an output).

Suggested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Luc Michel <luc@lmichel.fr>
---
  include/hw/clock.h | 13 +++++++++++++
  hw/core/clock.c    | 15 +++++++++++++++
  2 files changed, 28 insertions(+)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>




reply via email to

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