]> Git Repo - qemu.git/commit
qom: remove unimplemented class_finalize
authorMarc-André Lureau <[email protected]>
Tue, 4 Dec 2018 14:20:10 +0000 (18:20 +0400)
committerEduardo Habkost <[email protected]>
Tue, 11 Dec 2018 17:45:23 +0000 (15:45 -0200)
commit37fdb2c56c603378b85466d1dd64fb4c95f9deb7
tree895fb16200505026e015e6d7ec2643ca6d67fc21
parente6add65b9c823f00f63a78571581ae0c30867b3a
qom: remove unimplemented class_finalize

Instead of trying to implement something that isn't well specified,
remove it. (it would be tricky to implement, since a class struct is
memcpy on children types...)

Signed-off-by: Marc-André Lureau <[email protected]>
Reviewed-by: Igor Mammedov <[email protected]>
Reviewed-by: Eduardo Habkost <[email protected]>
Message-Id: <20181204142023[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
hw/core/machine.c
include/qom/object.h
qom/object.c
This page took 0.025088 seconds and 4 git commands to generate.