Re: [PATCH v5 15/21] libxl: ignore emulated IDE disks beyond the first 4

2020-05-14 Thread Ian Jackson
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

[PATCH v5 15/21] libxl: ignore emulated IDE disks beyond the first 4

2020-04-27 Thread Jason Andryuk
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