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

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

Since v1:
- Avoid out-of-bound array access (Luc)

Patch missing review:
- #1 "Introduce freq_to_str() to display Hertz units"

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         | 14 ++++++++++++++
 4 files changed, 42 insertions(+), 3 deletions(-)

-- 
2.26.2



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

end of thread, other threads:[~2020-10-10 16:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-01 16:43 [PATCH v2 0/3] qdev-clock: Minor improvements to the Clock API Philippe Mathieu-Daudé
2020-10-01 16:43 ` [PATCH v2 1/3] util/cutils: Introduce freq_to_str() to display Hertz units Philippe Mathieu-Daudé
2020-10-01 16:55   ` Alistair Francis
2020-10-01 18:42   ` Eduardo Habkost
2020-10-10 16:31     ` Philippe Mathieu-Daudé
2020-10-02  7:09   ` Luc Michel
2020-10-01 16:43 ` [PATCH v2 2/3] qdev-monitor: Display frequencies scaled to SI unit Philippe Mathieu-Daudé
2020-10-01 16:56   ` Alistair Francis
2020-10-01 16:43 ` [PATCH v2 3/3] hw/qdev-clock: Display error hint when clock is missing from device Philippe Mathieu-Daudé

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).