On Wed, 12 May 2021 at 04:39, Philippe Mathieu-Daudé <[email protected]> wrote: > IIUC, while we can have unattached drives, we can't (by design) have > qdev unattached to qbus.
You can (and we do), but it is a bit of a problem because a device not attached to a qbus will not get automatically reset, and so you need to arrange to reset it manually somehow. -- PMM
