qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] qdev-clock: Minor improvements to the Clock API
@ 2020-09-27  9:08 Philippe Mathieu-Daudé
  2020-09-27  9:08 ` [PATCH 1/3] util/cutils: Introduce freq_to_str() to display Hertz units Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-09-27  9:08 UTC (permalink / raw)
  To: qemu-devel
  Cc: Damien Hedde, Edgar E . Iglesias, Luc Michel, Eduardo Habkost,
	Peter Maydell, Havard Skinnemoen, Philippe Mathieu-Daudé,
	Tyrone Ting, Alistair Francis

Handy patches while using the Clock API:
- display frequency in SI scaled unit
- display error hint when device lack clock support

Philippe Mathieu-Daudé (3):
  util/cutils: Introduce freq_to_str() to display Hertz units
  qdev-monitor: Display frequencies scaled to SI unit
  hw/qdev-clock: Display error hint when clock is missing from device

 include/qemu/cutils.h | 12 ++++++++++++
 hw/core/qdev-clock.c  | 11 +++++++++++
 qdev-monitor.c        |  8 +++++---
 util/cutils.c         | 10 ++++++++++
 4 files changed, 38 insertions(+), 3 deletions(-)

-- 
2.26.2



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

end of thread, other threads:[~2020-09-28 13:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-27  9:08 [PATCH 0/3] qdev-clock: Minor improvements to the Clock API Philippe Mathieu-Daudé
2020-09-27  9:08 ` [PATCH 1/3] util/cutils: Introduce freq_to_str() to display Hertz units Philippe Mathieu-Daudé
2020-09-28  7:50   ` Luc Michel
2020-09-28 13:04     ` Philippe Mathieu-Daudé
2020-09-27  9:08 ` [PATCH 2/3] qdev-monitor: Display frequencies scaled to SI unit Philippe Mathieu-Daudé
2020-09-28  7:52   ` Luc Michel
2020-09-28  8:45     ` Damien Hedde
2020-09-27  9:08 ` [PATCH 3/3] hw/qdev-clock: Display error hint when clock is missing from device Philippe Mathieu-Daudé
2020-09-28  7:53   ` Luc Michel
2020-09-28 10:45     ` Damien Hedde
2020-09-28 10:48       ` Edgar E. Iglesias

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).