Re: [Qemu-devel] [PATCH 2/2] sdhci: Implement DeviceClass reset

2016-02-26 Thread Andrew Baumann
> From: Peter Maydell [mailto:peter.mayd...@linaro.org] > Sent: Friday, 26 February 2016 5:24 AM > > The sdhci device was missing a DeviceClass reset method; > implement it. Poweron reset looks the same as reset commanded > by the guest via the device registers, apart from modelling of > the rpi '

[Qemu-devel] [PATCH 2/2] sdhci: Implement DeviceClass reset

2016-02-26 Thread Peter Maydell
The sdhci device was missing a DeviceClass reset method; implement it. Poweron reset looks the same as reset commanded by the guest via the device registers, apart from modelling of the rpi 'pending insert interrupt on powerup' quirk. Signed-off-by: Peter Maydell --- hw/sd/sdhci.c | 21 +