]> Git Repo - qemu.git/commit
hw/arm/aspeed: QOM'ify AspeedMachineState
authorPhilippe Mathieu-Daudé <[email protected]>
Tue, 23 Jun 2020 07:21:32 +0000 (09:21 +0200)
committerPeter Maydell <[email protected]>
Fri, 26 Jun 2020 13:30:28 +0000 (14:30 +0100)
commit888b2b034a29fa8fe99417c9665e0d671a9f33fb
treefb773bd04edc63d03d1b6eaa8c783e64eedde272
parent612b219a2a6e3d8192ce1d2408780be655f60359
hw/arm/aspeed: QOM'ify AspeedMachineState

AspeedMachineState seems crippled. We use incorrectly 2
different structures to do the same thing. Merge them
altogether:
- Move AspeedMachine fields to AspeedMachineState
- AspeedMachineState is now QOM
- Remove unused AspeedMachine structure

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Cédric Le Goater <[email protected]>
Message-id: 20200623072132[email protected]
Signed-off-by: Peter Maydell <[email protected]>
hw/arm/aspeed.c
include/hw/arm/aspeed.h
This page took 0.031237 seconds and 4 git commands to generate.