qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] hw: Convert mc146818rtc & etraxfs_timer to 3-phase reset interface
@ 2021-05-01 22:13 Philippe Mathieu-Daudé
  2021-05-01 22:13 ` [PATCH v2 1/2] hw/timer/etraxfs_timer: Convert to 3-phase reset (Resettable interface) Philippe Mathieu-Daudé
  2021-05-01 22:13 ` [PATCH v2 2/2] hw/rtc/mc146818rtc: " Philippe Mathieu-Daudé
  0 siblings, 2 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-05-01 22:13 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Michael S. Tsirkin, Laurent Vivier,
	Edgar E. Iglesias, Paolo Bonzini, Philippe Mathieu-Daudé

Remove qemu_register_reset() when a qdev type has a qbus parent,
implementing the 3-phase Resettable interface.

Since v1:
- Use 3-phase reset interface instead of qdev one (Laurent)

Supersedes: <20210423233652.3042941-1-f4bug@amsat.org>

Philippe Mathieu-Daudé (2):
  hw/timer/etraxfs_timer: Convert to 3-phase reset (Resettable
    interface)
  hw/rtc/mc146818rtc: Convert to 3-phase reset (Resettable interface)

 hw/rtc/mc146818rtc.c     | 42 +++++++++++++++++++++-------------------
 hw/timer/etraxfs_timer.c | 14 +++++++++++---
 2 files changed, 33 insertions(+), 23 deletions(-)

-- 
2.26.3




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

end of thread, other threads:[~2021-05-02 15:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-01 22:13 [PATCH v2 0/2] hw: Convert mc146818rtc & etraxfs_timer to 3-phase reset interface Philippe Mathieu-Daudé
2021-05-01 22:13 ` [PATCH v2 1/2] hw/timer/etraxfs_timer: Convert to 3-phase reset (Resettable interface) Philippe Mathieu-Daudé
2021-05-02  6:21   ` Edgar E. Iglesias
2021-05-02 15:04     ` Philippe Mathieu-Daudé
2021-05-02  6:22   ` Edgar E. Iglesias
2021-05-01 22:13 ` [PATCH v2 2/2] hw/rtc/mc146818rtc: " 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).