Re: [libvirt] [PATCH v1 1/4] bhyve: detect 32 SATA devices per controller support

2017-01-24 Thread Fabian Freyer
On 24 Jan 2017, at 16:31, Laine Stump wrote: +cmd = virCommandNew(binary); +virCommandAddArgList(cmd, "-s", "0,ahci", NULL); +virCommandSetErrorBuffer(cmd, &error); Too bad there isn't some way you could learn both of these with a single run of the binary. +if (virCommandRun

Re: [libvirt] [PATCH v1 1/4] bhyve: detect 32 SATA devices per controller support

2017-01-24 Thread Laine Stump
On 01/05/2017 09:46 AM, Roman Bogorodskiy wrote: From: Fabian Freyer Introduce a BHYVE_CAP_AHCI32SLOT capability that shows if 32 devices per SATA controller are supported, and a bhyveProbeCapsAHCI32Slot function that probes it. --- src/bhyve/bhyve_capabilities.c | 59 +

[libvirt] [PATCH v1 1/4] bhyve: detect 32 SATA devices per controller support

2017-01-05 Thread Roman Bogorodskiy
From: Fabian Freyer Introduce a BHYVE_CAP_AHCI32SLOT capability that shows if 32 devices per SATA controller are supported, and a bhyveProbeCapsAHCI32Slot function that probes it. --- src/bhyve/bhyve_capabilities.c | 59 +++--- src/bhyve/bhyve_capabilities.h |