On Fri, Nov 02, Kevin Wolf wrote: > A while ago, a downstream patch review found out that there are some QMP > commands that would immediately crash if a xen_disk device were present > because of the lacking qdevification. This is not the code quality > standard I envision for QEMU. It's time for non-qdev devices to go. Do you have that backwards by any chance? IMO the presence of assert() contributes to bad code quality, not the drivers that trigger those asserts. It is bad enough that two QEMU releases went out while being in bad shape. Anyway, hopefully Paul or whoever will find the time and energy to convert the code at some point. Olaf