Merge lp:~bryanquigley/testdrive/testdrive into lp:testdrive

Proposed by Bryan Quigley
Status: Merged
Merged at revision: 455
Proposed branch: lp:~bryanquigley/testdrive/testdrive
Merge into: lp:testdrive
Diff against target: 25 lines (+2/-2)
2 files modified
testdrive/testdrive.py (+1/-1)
testdriverc (+1/-1)
To merge this branch: bzr merge lp:~bryanquigley/testdrive/testdrive
Reviewer Review Type Date Requested Status
testdrive Pending
Review via email: mp+266143@code.launchpad.net

Description of the change

Just adds a mouse cursor to KVM.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'testdrive/testdrive.py'
2--- testdrive/testdrive.py 2015-07-04 03:58:16 +0000
3+++ testdrive/testdrive.py 2015-07-28 19:12:00 +0000
4@@ -230,7 +230,7 @@
5 self.MEM = "256"
6
7 if len(self.KVM_ARGS) == 0:
8- self.KVM_ARGS = "-usb -usbdevice tablet -net nic,model=virtio -net user -soundhw es1370"
9+ self.KVM_ARGS = "-usb -usbdevice mouse -usbdevice tablet -net nic,model=virtio -net user -soundhw es1370 -vga cirrus -show-cursor -enable-kvm"
10
11 if len(self.VBOX_NAME) == 0:
12 self.VBOX_NAME = self.PKG
13
14=== modified file 'testdriverc'
15--- testdriverc 2014-08-31 04:58:25 +0000
16+++ testdriverc 2015-07-28 19:12:00 +0000
17@@ -50,7 +50,7 @@
18
19 # KVM_ARGS is a string of arbitrary KVM_ARGS to use when launching the VM
20 # See kvm(1) for a comprehensive list of arguments
21-KVM_ARGS = -usb -usbdevice tablet -net nic,model=virtio -net user -soundhw es1370 -vga cirrus -enable-kvm
22+KVM_ARGS = -usb -usbdevice mouse -usbdevice tablet -net nic,model=virtio -net user -soundhw es1370 -vga cirrus -show-cursor -enable-kvm
23
24 # Uncomment the following line if you want to hardcode the Ubuntu Repository
25 # from where the ISO's are going to be retrieved; otherwise, they will be

Subscribers

People subscribed via source and target branches