commit | f54c19cacb44d2fad14aca6be08e4aa9b8423217 | [log] [tgz] |
---|---|---|
author | Hervé Poussineau <hpoussin@reactos.org> | Tue Dec 03 16:42:00 2013 +0100 |
committer | Andreas Färber <afaerber@suse.de> | Tue Dec 24 18:02:10 2013 +0100 |
tree | 73aa3322a25995311d6780c8acb5335e20be7778 | |
parent | 14389dbd0281e901176319f5868166c706485c5e [diff] |
qom: Detect bad reentrance during object_class_foreach() We should not modify the type hash table while it is being iterated on. Assert that it does not happen. Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Andreas Färber <afaerber@suse.de>