[PATCH v2 0/3] hw/arm/aspeed: Improve QOM usage

Philippe Mathieu-Daudé posted 3 patches 3 years, 10 months ago
Test FreeBSD passed
Test asan passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200623072132.2868-1-f4bug@amsat.org
include/hw/arm/aspeed.h | 12 +++---------
hw/arm/aspeed.c         | 33 ++++++++++++++++++---------------
2 files changed, 21 insertions(+), 24 deletions(-)
[PATCH v2 0/3] hw/arm/aspeed: Improve QOM usage
Posted by Philippe Mathieu-Daudé 3 years, 10 months ago
Yet another cleanup.
Simplify aspeed machine QOM usage.

Since v1, addressed Cédric review comments:
- Rename AspeedBoardState -> AspeedMachineState

Philippe Mathieu-Daudé (3):
  hw/arm/aspeed: Remove extraneous MemoryRegion object owner
  hw/arm/aspeed: Rename AspeedBoardState as AspeedMachineState
  hw/arm/aspeed: QOM'ify AspeedMachineState

 include/hw/arm/aspeed.h | 12 +++---------
 hw/arm/aspeed.c         | 33 ++++++++++++++++++---------------
 2 files changed, 21 insertions(+), 24 deletions(-)

-- 
2.21.3


Re: [PATCH v2 0/3] hw/arm/aspeed: Improve QOM usage
Posted by Peter Maydell 3 years, 9 months ago
On Tue, 23 Jun 2020 at 08:21, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> Yet another cleanup.
> Simplify aspeed machine QOM usage.
>
> Since v1, addressed Cédric review comments:
> - Rename AspeedBoardState -> AspeedMachineState
>



Applied to target-arm.next, thanks.

-- PMM