diff -Nru testdrive-3.25/ChangeLog testdrive-3.26/ChangeLog --- testdrive-3.25/ChangeLog 2014-01-27 10:58:17.000000000 +0000 +++ testdrive-3.26/ChangeLog 2014-02-03 12:47:29.000000000 +0000 @@ -1,5 +1,14 @@ -testdrive (3.25) UNRELEASED; urgency=low +testdrive (3.26) released; urgency=low + * testdriverc: + - we really need to enable kvm when launching qemu, if we expect + to be able to do anything useful + + -- Dustin Kirkland Mon, 27 Jan 2014 10:59:00 +0000 + +testdrive (3.25-0ubuntu1) trusty; urgency=low + + [ Jackson Doak ] * Fixed VirtualBox PAE option bug. LP: #940755 Thanks Ben Blankley * Add --version to testdrive-gtk. LP: #1235834 @@ -10,7 +19,7 @@ - Update VCS fields - Bump standards-version to 3.9.5 - -- Jackson Doak Sat, 28 Sep 2013 12:30:24 +1000 + -- Dustin Kirkland Mon, 27 Jan 2014 10:58:57 +0000 testdrive (3.24-0ubuntu1) saucy; urgency=low diff -Nru testdrive-3.25/debian/changelog testdrive-3.26/debian/changelog --- testdrive-3.25/debian/changelog 2014-01-27 10:58:17.000000000 +0000 +++ testdrive-3.26/debian/changelog 2014-02-03 12:47:29.000000000 +0000 @@ -1,5 +1,14 @@ -testdrive (3.25-0ubuntu1~lucid) lucid; urgency=low +testdrive (3.26-0ubuntu1~lucid) lucid; urgency=low + * testdriverc: + - we really need to enable kvm when launching qemu, if we expect + to be able to do anything useful + + -- Dustin Kirkland Mon, 27 Jan 2014 10:59:00 +0000 + +testdrive (3.25-0ubuntu1) trusty; urgency=low + + [ Jackson Doak ] * Fixed VirtualBox PAE option bug. LP: #940755 Thanks Ben Blankley * Add --version to testdrive-gtk. LP: #1235834 @@ -10,7 +19,7 @@ - Update VCS fields - Bump standards-version to 3.9.5 - -- Jackson Doak Sat, 28 Sep 2013 12:30:24 +1000 + -- Dustin Kirkland Mon, 27 Jan 2014 10:58:57 +0000 testdrive (3.24-0ubuntu1) saucy; urgency=low diff -Nru testdrive-3.25/setup.py testdrive-3.26/setup.py --- testdrive-3.25/setup.py 2013-08-27 16:31:59.000000000 +0000 +++ testdrive-3.26/setup.py 2014-01-27 10:59:00.000000000 +0000 @@ -93,7 +93,7 @@ DistUtilsExtra.auto.setup( name='testdrive', - version='3.25', + version='3.26', license='GPL-3', author='Andres Rodriguez', author_email='andreserl@ubuntu.com', diff -Nru testdrive-3.25/testdriverc testdrive-3.26/testdriverc --- testdrive-3.25/testdriverc 2013-08-27 16:12:27.000000000 +0000 +++ testdrive-3.26/testdriverc 2014-02-03 12:46:52.000000000 +0000 @@ -29,6 +29,9 @@ #MEM = 512 #MEM = 1024 #MEM = 2048 +#MEM = 4096 +#MEM = 8192 +#MEM = 16384 # SMP is the number of processors to give to the VM guest if # running in KVM. @@ -47,7 +50,7 @@ # KVM_ARGS is a string of arbitrary KVM_ARGS to use when launching the VM # See kvm(1) for a comprehensive list of arguments -KVM_ARGS = -usb -usbdevice tablet -net nic,model=virtio -net user -soundhw es1370 -vga cirrus +KVM_ARGS = -usb -usbdevice tablet -net nic,model=virtio -net user -soundhw es1370 -vga cirrus -enable-kvm # Uncomment the following line if you want to hardcode the Ubuntu Repository # from where the ISO's are going to be retrieved; otherwise, they will be