]> Git Repo - qemu.git/commit - hw/core/cpu.c
cpu: Introduce cpu_class_set_parent_reset()
authorGreg Kurz <[email protected]>
Mon, 16 Dec 2019 15:01:12 +0000 (16:01 +0100)
committerPaolo Bonzini <[email protected]>
Fri, 24 Jan 2020 19:59:06 +0000 (20:59 +0100)
commitef0a6249a80f05906dffa3a954e0563421972244
tree5fb12ac2fd848f806c40dfc424125c487803f957
parent3e08b2b9cb64bff2b73fa9128c0e49bfcde0dd40
cpu: Introduce cpu_class_set_parent_reset()

Similarly to what we already do with qdev, use a helper to overload the
reset QOM methods of the parent in children classes, for clarity.

Signed-off-by: Greg Kurz <[email protected]>
Reviewed-by: David Gibson <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Reviewed-by: Cornelia Huck <[email protected]>
Acked-by: David Hildenbrand <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <157650847239.354886.2782881118916307978[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
hw/core/cpu.c
include/hw/core/cpu.h
This page took 0.026102 seconds and 4 git commands to generate.