Re: [libvirt] [PATCH v2 0/2] Detect misconfiguration between disk bus and disk address

2017-01-09 Thread Marc Hartmayer
On Thu, Dec 22, 2016 at 07:22 PM +0100, Andrea Bolognani wrote: > [Added Roman to CC] > > On Tue, 2016-12-20 at 11:54 +0100, Michal Privoznik wrote: >> > This patch series adds the functionality to detect a misconfiguration >> > between disk bus type and disk address type

Re: [libvirt] [PATCH v2 0/2] Detect misconfiguration between disk bus and disk address

2016-12-22 Thread Andrea Bolognani
[Added Roman to CC] On Tue, 2016-12-20 at 11:54 +0100, Michal Privoznik wrote: > > This patch series adds the functionality to detect a misconfiguration > > between disk bus type and disk address type for disks that are using > > the address type virDomainDeviceDriveAddress. It also adds a test

Re: [libvirt] [PATCH v2 0/2] Detect misconfiguration between disk bus and disk address

2016-12-20 Thread Marc Hartmayer
On Tue, Dec 20, 2016 at 11:54 AM +0100, Michal Privoznik wrote: > On 29.11.2016 13:11, Marc Hartmayer wrote: >> This patch series adds the functionality to detect a misconfiguration >> between disk bus type and disk address type for disks that are using >> the address type

Re: [libvirt] [PATCH v2 0/2] Detect misconfiguration between disk bus and disk address

2016-12-20 Thread Michal Privoznik
On 29.11.2016 13:11, Marc Hartmayer wrote: > This patch series adds the functionality to detect a misconfiguration > between disk bus type and disk address type for disks that are using > the address type virDomainDeviceDriveAddress. It also adds a test for > it. > > A check for other bus types

Re: [libvirt] [PATCH v2 0/2] Detect misconfiguration between disk bus and disk address

2016-12-20 Thread Boris Fiuczynski
Seasonal ping... On 11/29/2016 01:11 PM, Marc Hartmayer wrote: This patch series adds the functionality to detect a misconfiguration between disk bus type and disk address type for disks that are using the address type virDomainDeviceDriveAddress. It also adds a test for it. A check for other

[libvirt] [PATCH v2 0/2] Detect misconfiguration between disk bus and disk address

2016-11-29 Thread Marc Hartmayer
This patch series adds the functionality to detect a misconfiguration between disk bus type and disk address type for disks that are using the address type virDomainDeviceDriveAddress. It also adds a test for it. A check for other bus types may be needed. This may require a driver specific