Il 10/06/2014 10:10, Michael Tokarev ha scritto:
> It should work. I remember some complications due to AHCI not having slaves,
but it is a bug.
It looks like the "short" -drive if=ide option does not connect the
created drive to any bus at all. With the above command, or with
-drive if=ide,index=*,bus=*, info qtree does not show the drive at
all. While -drive if=none,id=X -device ide-cd,drive=X connects the
drive to the right bus just fine.
Yes, there is no code at all in Q35 to handle this (using ide_drive_get
and ide_create_drive).
Again, should this drive be visible in qtree? At least with -M pc,
similarly added devices are shown properly there.
Yes.
Paolo