Paolo Bonzini <pbonz...@redhat.com> writes: > Because we all love type safety, don't we?
And incomplete types! Much better choice for an abstract data type than abusing poor old "void *". You also get rid of a use of the DEFINE_PROP_PTR() abomination. Thanks!