[PATCH 0/2] hw: Qdev'ify reset() for mc146818rtc & etraxfs_timer

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/20210423233652.3042941-1-f4bug@amsat.org
There is a newer version of this series
hw/rtc/mc146818rtc.c     | 35 +++++++++++++++--------------------
hw/timer/etraxfs_timer.c |  6 +++---
2 files changed, 18 insertions(+), 23 deletions(-)
[PATCH 0/2] hw: Qdev'ify reset() for mc146818rtc & etraxfs_timer
Posted by Philippe Mathieu-Daudé 3 years ago
Remove qemu_register_reset() when a qdev type has a qbus parent.

Philippe Mathieu-Daudé (2):
  hw/timer/etraxfs_timer: Qdev'ify reset()
  hw/rtc/mc146818rtc: Qdev'ify reset()

 hw/rtc/mc146818rtc.c     | 35 +++++++++++++++--------------------
 hw/timer/etraxfs_timer.c |  6 +++---
 2 files changed, 18 insertions(+), 23 deletions(-)

-- 
2.26.3

Re: [PATCH 0/2] hw: Qdev'ify reset() for mc146818rtc & etraxfs_timer
Posted by Philippe Mathieu-Daudé 3 years ago
ping?

On 4/24/21 1:36 AM, Philippe Mathieu-Daudé wrote:
> Remove qemu_register_reset() when a qdev type has a qbus parent.
> 
> Philippe Mathieu-Daudé (2):
>   hw/timer/etraxfs_timer: Qdev'ify reset()
>   hw/rtc/mc146818rtc: Qdev'ify reset()
> 
>  hw/rtc/mc146818rtc.c     | 35 +++++++++++++++--------------------
>  hw/timer/etraxfs_timer.c |  6 +++---
>  2 files changed, 18 insertions(+), 23 deletions(-)
>