You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/hw/sd
Akihiko Odaki 0c6d897e38 hw/sd/sdhci: Do not unparent in instance_finalize()
Children are automatically unparented so manually unparenting is
unnecessary.

Worse, automatic unparenting happens before the instance_finalize()
callback of the parent gets called, so object_unparent() calls in
the callback will refer to objects that are already unparented, which
is semantically incorrect.

Signed-off-by: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Link: https://lore.kernel.org/r/20250924-use-v4-5-07c6c598f53d@rsg.ci.i.u-tokyo.ac.jp
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 week ago
..
Kconfig
allwinner-sdhost.c hw/sd/sdbus: Provide buffer size to sdbus_do_command() 2 months ago
aspeed_sdhci.c qom: Have class_init() take a const data argument 5 months ago
bcm2835_sdhost.c hw/sd/sdbus: Provide buffer size to sdbus_do_command() 2 months ago
cadence_sdhci.c qom: Have class_init() take a const data argument 5 months ago
core.c hw/sd/sdbus: Provide buffer size to sdbus_do_command() 2 months ago
meson.build hw/sd: Remove pxa2xx_mmci.c 1 year ago
npcm7xx_sdhci.c qom: Have class_init() take a const data argument 5 months ago
omap_mmc.c hw/sd/sdbus: Provide buffer size to sdbus_do_command() 2 months ago
pl181.c hw/sd/sdbus: Provide buffer size to sdbus_do_command() 2 months ago
sd.c hw/sd/sdcard: Refactor sd_bootpart_offset 1 month ago
sdhci-internal.h hw: Make class data 'const' 8 months ago
sdhci-pci.c qom: Make InterfaceInfo[] uses const 5 months ago
sdhci.c hw/sd/sdhci: Do not unparent in instance_finalize() 1 week ago
sdmmc-internal.h hw/sd/sdcard: Refactor sd_bootpart_offset 1 month ago
ssi-sd.c hw/sd/ssi-sd: Return noise (dummy byte) when no card connected 2 months ago
trace-events hw/sd/sdcard: Remove SDState::mode field 2 months ago
trace.h