On 21/03/2017 10:37, Markus Armbruster wrote: > Four related changes, really: > > 1. HDACodecDeviceClass method exit() > 2. VirtIOCCWDeviceClass method exit() > 3. DeviceClass method exit() > 4. SCLPEventClass method exit() > > Regarding 3: method exit() needs to go. Your patch shows there are only > a few remaining users. Please convert them to unrealize().
But that should be a separate patch anyway, so this patch should be good as is, shouldn't it? Paolo