Jason Andryuk writes ("[PATCH v5 15/21] libxl: ignore emulated IDE disks beyond
the first 4"):
> From: Marek Marczykowski-Górecki
>
> Qemu supports only 4 emulated IDE disks, when given more (or with higher
> indexes), it will fail to start. Since the disks can still be
From: Marek Marczykowski-Górecki
Qemu supports only 4 emulated IDE disks, when given more (or with higher
indexes), it will fail to start. Since the disks can still be accessible
using PV interface, just ignore emulated path and log a warning, instead
of rejecting the configuration altogether.
S