Revision 360e6c08

b/lib/hypervisor/hv_kvm.py
1369 1369
        kvm_cmd.extend(["-usbdevice", dev])
1370 1370

  
1371 1371
    if hvp[constants.HV_KVM_EXTRA]:
1372
      kvm_cmd.extend([hvp[constants.HV_KVM_EXTRA]])
1372
      kvm_cmd.extend([hvp[constants.HV_KVM_EXTRA].split(" ")])
1373 1373

  
1374 1374
    # Save the current instance nics, but defer their expansion as parameters,
1375 1375
    # as we'll need to generate executable temp files for them.

Also available in: Unified diff