They are reset implicitly by walking the qdev tree, before calling intel_hda_reset.
Signed-off-by: Paolo Bonzini <[email protected]> --- hw/intel-hda.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/intel-hda.c b/hw/intel-hda.c index 98ff936..850e60f 100644 --- a/hw/intel-hda.c +++ b/hw/intel-hda.c @@ -1112,7 +1112,6 @@ static void intel_hda_reset(DeviceState *dev) QTAILQ_FOREACH(kid, &d->codecs.qbus.children, sibling) { DeviceState *qdev = kid->child; cdev = DO_UPCAST(HDACodecDevice, qdev, qdev); - device_reset(DEVICE(cdev)); d->state_sts |= (1 << cdev->cad); } intel_hda_update_irq(d); -- 1.8.1
