[PATCH v2 0/2] hw: Convert mc146818rtc & etraxfs_timer to 3-phase reset interface

Philippe Mathieu-Daudé posted 2 patches 3 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210501221350.501946-1-philmd@redhat.com
There is a newer version of this series
hw/rtc/mc146818rtc.c     | 42 +++++++++++++++++++++-------------------
hw/timer/etraxfs_timer.c | 14 +++++++++++---
2 files changed, 33 insertions(+), 23 deletions(-)
[PATCH v2 0/2] hw: Convert mc146818rtc & etraxfs_timer to 3-phase reset interface
Posted by Philippe Mathieu-Daudé 3 years ago
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