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/hyperv
Akihiko Odaki 15d9138542 hv-balloon: hw/core/register: 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-4-07c6c598f53d@rsg.ci.i.u-tokyo.ac.jp
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 week ago
..
Kconfig Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) base 2 years ago
hv-balloon-internal.h hyperv: Clean up includes 2 years ago
hv-balloon-our_range_memslots.c hyperv: Clean up includes 2 years ago
hv-balloon-our_range_memslots.h include/system: Move exec/memory.h to system/memory.h 5 months ago
hv-balloon-page_range_tree.c hyperv: Clean up includes 2 years ago
hv-balloon-page_range_tree.h hyperv: Clean up includes 2 years ago
hv-balloon-stub.c qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query command 2 years ago
hv-balloon.c hv-balloon: hw/core/register: Do not unparent in instance_finalize() 1 week ago
hyperv.c hw/hyperv/hyperv: common compilation unit 5 months ago
hyperv_testdev.c qom: Have class_init() take a const data argument 5 months ago
meson.build hw/hyperv/hyperv: common compilation unit 5 months ago
syndbg.c util: drop qemu_socket_set_nonblock() 2 weeks ago
trace-events Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) hot-add support 2 years ago
trace.h trace: switch position of headers to what Meson requires 5 years ago
vmbus.c hw/hyperv/vmbus: common compilation unit 5 months ago