diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2022-11-25 11:52:37 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2022-12-16 15:59:07 +0000 |
commit | f4c636b0c2f53531e16e018b6e096d26b5809dfd (patch) | |
tree | a86b9f51dbfb78190e0531b92f9c01e8c7cbc401 /util/bitmap.c | |
parent | bb27210c8cb8c246b221dad178a3e04566d38e3d (diff) | |
download | qemu-f4c636b0c2f53531e16e018b6e096d26b5809dfd.zip qemu-f4c636b0c2f53531e16e018b6e096d26b5809dfd.tar.gz qemu-f4c636b0c2f53531e16e018b6e096d26b5809dfd.tar.bz2 |
pci: Convert child classes of TYPE_PCIE_ROOT_PORT to 3-phase reset
Convert the TYPE_CXL_ROOT_PORT and TYPE_PNV_PHB_ROOT_PORT classes to
3-phase reset, so they don't need to use the deprecated
device_class_set_parent_reset() function any more.
We have to do both in the same commit, because they keep the
parent_reset field in their common parent class's class struct.
Note that pnv_phb_root_port_class_init() was pointlessly setting
dc->reset twice, once by calling device_class_set_parent_reset()
and once directly.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Tested-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20221125115240.3005559-5-peter.maydell@linaro.org
Diffstat (limited to 'util/bitmap.c')
0 files changed, 0 insertions, 0 deletions