mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
bulk: Remove pointless QOM casts
Mechanical change running Coccinelle spatch with content generated from the qom-cast-macro-clean-cocci-gen.py added in the previous commit. Suggested-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20230601093452.38972-3-philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
e3e2c0c82b
commit
7d5b0d6864
24 changed files with 49 additions and 49 deletions
|
@ -525,7 +525,7 @@ static void q800_init(MachineState *machine)
|
|||
qdev_realize_and_unref(escc_orgate, NULL, &error_fatal);
|
||||
sysbus_connect_irq(sysbus, 0, qdev_get_gpio_in(escc_orgate, 0));
|
||||
sysbus_connect_irq(sysbus, 1, qdev_get_gpio_in(escc_orgate, 1));
|
||||
qdev_connect_gpio_out(DEVICE(escc_orgate), 0,
|
||||
qdev_connect_gpio_out(escc_orgate, 0,
|
||||
qdev_get_gpio_in(glue, GLUE_IRQ_IN_ESCC));
|
||||
sysbus_mmio_map(sysbus, 0, SCC_BASE);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue