Hi Phil,
On 10/12/23 9:18 AM, Philippe Mathieu-Daudé wrote:
When multiple QOM types are registered in the same file,
it is simpler to use the the DEFINE_TYPES() macro. In
particular because type array declared with such macro
are easier to review.
Remove a pointless structure declaration in "designware.h".
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
---
include/hw/pci-host/designware.h | 2 --
hw/pci-host/designware.c | 39 ++++++++++++++------------------
2 files changed, 17 insertions(+), 24 deletions(-)