
15 Nov
2012
15 Nov
'12
2:03 a.m.
On 11/14/2012 08:35 AM, Eric Blake wrote:
On 11/14/2012 07:51 AM, Ján Tomko wrote:
Allow bootindex to be specified for redirected USB devices and host USB devices.
+ (hostdev->source.subsys.type != VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_PCI && + hostdev->source.subsys.type != VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_USB)) {
Indentation looks off here; generally, when wrapping lines with (), the second line starts after the '(' column, as in:
(a && b)
ACK with that tweak.
Pushed. -- Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org