Philippe Mathieu-Daudé 于2019年10月8日周二 下午10:47写道: > Since v1: > - Removed the pci-host devices > Hello I want to know why remove this? Thanks, Li Qiang > - Removed the vmcoreinfo conversion (elmarco) but add a comment. > - Added Igor's R-b tag. > > Following the thread discussion between Peter/Markus/Damien about > reset handlers: > https://www.mail-archive.com/qemu-devel@nongnu.org/msg617103.html > I started to remove qemu_register_reset() calls from few qdevified > devices (the trivial ones). > > Regards, > > Phil. > > v1: https://lists.gnu.org/archive/html/qemu-devel/2019-09/msg06367.html > > Philippe Mathieu-Daudé (8): > hw/acpi/piix4: Convert reset handler to DeviceReset > hw/isa/piix4: Convert reset handler to DeviceReset > hw/ide/piix: Convert reset handler to DeviceReset > hw/ide/sii3112: Convert reset handler to DeviceReset > hw/ide/via82c: Convert reset handler to DeviceReset > hw/isa/vt82c686: Convert reset handler to DeviceReset > hw/input/lm832x: Convert reset handler to DeviceReset > hw/misc/vmcoreinfo: Document its reset handler > > hw/acpi/piix4.c | 7 +++---- > hw/ide/piix.c | 8 +++----- > hw/ide/sii3112.c | 7 +++---- > hw/ide/via.c | 10 ++++------ > hw/input/lm832x.c | 12 +++++------- > hw/isa/piix4.c | 7 +++---- > hw/isa/vt82c686.c | 11 ++++------- > hw/misc/vmcoreinfo.c | 1 + > 8 files changed, 26 insertions(+), 37 deletions(-) > > -- > 2.21.0 > > >