]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/pci-host/raven: Simplify host bridge type declaration
authorBALATON Zoltan <balaton@eik.bme.hu>
Thu, 23 Oct 2025 15:26:23 +0000 (17:26 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 28 Oct 2025 07:19:10 +0000 (08:19 +0100)
commit9efa75e9bcb4184090e6677d6437ceaebba86005
tree8ac83219dcf0b21d5a249763a5f5edd7b2a5c8cd
parent7695e59e5e15379b2993b7a9b4633c018a16a2b0
hw/pci-host/raven: Simplify host bridge type declaration

Use OBJECT_DECLARE_SIMPLE_TYPE macro instead of open coding it and
change state struct name to match the previous typedef.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-ID: <e14793737092eac0642aa87214801a1f4bb1e2e7.1761232472.git.balaton@eik.bme.hu>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/pci-host/raven.c