All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH-for-5.2 0/3] hw/clock: Only propagate clock changes if the clock is changed
@ 2020-08-06 12:38 Philippe Mathieu-Daudé
  2020-08-06 12:38 ` [PATCH-for-5.2 1/3] hw/clock: Remove unused clock_init*() functions Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-08-06 12:38 UTC (permalink / raw)
  To: qemu-devel; +Cc: Damien Hedde, Peter Maydell, Philippe Mathieu-Daudé

Trivial patches for the clock API:
- remove unused code
- only propagate clock update when a clock change

Philippe Mathieu-Daudé (3):
  hw/clock: Remove unused clock_init*() functions
  hw/clock: Let clock_set() return boolean value
  hw/clock: Only propagate clock changes if the clock is changed

 include/hw/clock.h | 30 ++++++++++--------------------
 hw/core/clock.c    |  7 ++++++-
 2 files changed, 16 insertions(+), 21 deletions(-)

-- 
2.21.3



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

end of thread, other threads:[~2020-08-24 15:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-06 12:38 [PATCH-for-5.2 0/3] hw/clock: Only propagate clock changes if the clock is changed Philippe Mathieu-Daudé
2020-08-06 12:38 ` [PATCH-for-5.2 1/3] hw/clock: Remove unused clock_init*() functions Philippe Mathieu-Daudé
2020-08-12 17:39   ` Richard Henderson
2020-08-06 12:38 ` [PATCH-for-5.2 2/3] hw/clock: Let clock_set() return boolean value Philippe Mathieu-Daudé
2020-08-12 17:40   ` Richard Henderson
2020-08-06 12:38 ` [PATCH-for-5.2 3/3] hw/clock: Only propagate clock changes if the clock is changed Philippe Mathieu-Daudé
2020-08-12 17:40   ` Richard Henderson
2020-08-24 15:02 ` [PATCH-for-5.2 0/3] " Peter Maydell

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.