[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH v3 09/33] add doc about Resettable interface
From: |
Peter Maydell |
Subject: |
Re: [Qemu-ppc] [PATCH v3 09/33] add doc about Resettable interface |
Date: |
Wed, 7 Aug 2019 17:02:58 +0100 |
On Mon, 29 Jul 2019 at 15:59, Damien Hedde <address@hidden> wrote:
> +For Devices and Buses there is also the corresponding helpers:
> +void device_reset(Device *dev, bool cold)
> +void bus_reset(Device *dev, bool cold
Just noticed, but the prototype here is wrong: bus_reset() takes
a BusState*, not a Device*.
thanks
-- PMM