]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/qdev: Pass bus argument to qdev_hotplug_allowed()
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Sun, 18 Feb 2024 06:57:11 +0000 (15:57 +0900)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 13 Jan 2025 16:16:03 +0000 (17:16 +0100)
commit8915c118599d47c8d73f0b5982d28289c3ad797f
treedb07cf2f4e754edef765e6700bef854a49a7ec04
parent8d2701072e44cda756148a29ef013a4b91316644
hw/qdev: Pass bus argument to qdev_hotplug_allowed()

In preparation of checking the parent bus is hot(un)pluggable
in a few commits, pass a 'bus' argument to qdev_hotplug_allowed().

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
[PMD: Split from bigger patch, part 1/6]
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20250110091908.64454-2-philmd@linaro.org>
hw/core/qdev-hotplug.c
include/hw/qdev-core.h
system/qdev-monitor.c