Revision 5b062a58 lib/hypervisor/hv_kvm.py

b/lib/hypervisor/hv_kvm.py
497 497
        vnc_arg = 'unix:%s/%s.vnc' % (vnc_bind_address, instance.name)
498 498

  
499 499
      kvm_cmd.extend(['-vnc', vnc_arg])
500

  
501
      # Also add a tablet USB device to act as a mouse
502
      # This solves various mouse alignment issues
503
      kvm_cmd.extend(['-usbdevice', 'tablet'])
500 504
    else:
501 505
      kvm_cmd.extend(['-nographic'])
502 506

  

Also available in: Unified diff