[PATCH v2 0/2] hw/arm/integratorcp: Map Audio controller and parallel flash

Philippe Mathieu-Daudé posted 2 patches 5 years, 8 months ago
Test docker-quick@centos7 passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200223233033.15371-1-f4bug@amsat.org
hw/arm/integratorcp.c | 12 ++++++++++++
hw/arm/Kconfig        |  2 ++
2 files changed, 14 insertions(+)
[PATCH v2 0/2] hw/arm/integratorcp: Map Audio controller and parallel flash
Posted by Philippe Mathieu-Daudé 5 years, 8 months ago
While looking whether Thomas's test patch [*] requires a respin
or not, I noticed we could complete the integrator model.
Thomas patch still applies properly ;)

Since v1:
- Added uncommitted Kconfig
- Use hobbyist git-identity

[*] https://www.mail-archive.com/qemu-devel@nongnu.org/msg675828.html

Philippe Mathieu-Daudé (2):
  hw/arm/integratorcp: Map the audio codec controller
  hw/arm/integratorcp: Map a CFI parallel flash

 hw/arm/integratorcp.c | 12 ++++++++++++
 hw/arm/Kconfig        |  2 ++
 2 files changed, 14 insertions(+)

-- 
2.21.1


Re: [PATCH v2 0/2] hw/arm/integratorcp: Map Audio controller and parallel flash
Posted by Peter Maydell 5 years, 8 months ago
On Sun, 23 Feb 2020 at 23:30, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> While looking whether Thomas's test patch [*] requires a respin
> or not, I noticed we could complete the integrator model.
> Thomas patch still applies properly ;)
>
> Since v1:
> - Added uncommitted Kconfig
> - Use hobbyist git-identity
>
> [*] https://www.mail-archive.com/qemu-devel@nongnu.org/msg675828.html
>
> Philippe Mathieu-Daudé (2):
>   hw/arm/integratorcp: Map the audio codec controller
>   hw/arm/integratorcp: Map a CFI parallel flash

I've left comments on patch 2, and taken patch 1 into
target-arm.next.

thanks
-- PMM