[libvirt] [PATCH 4/4] qemu: Use stricter checks in virQEMUCapsFillDomainDeviceDiskCaps()

Andrea Bolognani abologna at redhat.com
Fri Jun 24 09:36:01 UTC 2016


On Thu, 2016-06-23 at 14:17 -0400, Laine Stump wrote:
> On 06/23/2016 04:40 AM, Andrea Bolognani wrote:
> > Unfortunately, we can't just call qemuDomainMachineIsPSeries()
> > here, because we don't have a virDomainDef instance; that said,
> > the open-coded check should match said function as closely as
> > possible.
> 
> Maybe you could make a separate function called something like 
> "qemuMachineIsPSeries() that took the arch and machinetype args 
> separately, then call that new function from 
> qemuDomainMachineIsPSeries() and from the place you've patched below. 
> That way there would be a single location for the logic, and no need to 
> worry about whether or not it matched in the future.
> 
> Either way is fine with me though, since I doubt this will change. ACK.

That could be a nice improvement. I'll look into it :)

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list