On 3/24/21 1:54 PM, Philippe Mathieu-Daudé wrote:
+    for (i = 0; i < ARRAY_SIZE(d->bus); i++) {
+        ide_bus_new(&d->bus[i], sizeof(d->bus[i]), ds, i, MAX_IDE_DEVS);

I bet nothing good happens if this value is ever not 2, but I bet that's no worse than the current reality. :)

ACK


Reply via email to