diff options
author | Ben Luck <ben+qa@advancedtelematic.com> | 2018-02-16 15:17:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-16 15:17:02 +0100 |
commit | 89fc3e0a978b7cfc37ec858600174e77a0b7113d (patch) | |
tree | fa4f11fe318f3bd1d003b68a8fdf7f6530010ec4 /scripts/qemucommand.py | |
parent | 366af5da9829d4cfc4f92b7ad30610ecf72ae4c8 (diff) | |
parent | 2dbeaf315ff9cf8cce1d0a3276fd561163db6237 (diff) | |
download | meta-updater-89fc3e0a978b7cfc37ec858600174e77a0b7113d.tar.gz |
Merge pull request #257 from advancedtelematic/test/oe-selftest-backport
Test/oe selftest backport
Diffstat (limited to 'scripts/qemucommand.py')
-rw-r--r-- | scripts/qemucommand.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qemucommand.py b/scripts/qemucommand.py index 9a893d8..7ae9381 100644 --- a/scripts/qemucommand.py +++ b/scripts/qemucommand.py | |||
@@ -96,7 +96,7 @@ class QemuCommand(object): | |||
96 | "-serial", "tcp:127.0.0.1:%d,server,nowait" % self.serial_port, | 96 | "-serial", "tcp:127.0.0.1:%d,server,nowait" % self.serial_port, |
97 | "-m", "1G", | 97 | "-m", "1G", |
98 | "-usb", | 98 | "-usb", |
99 | "-usbdevice", "tablet", | 99 | "-device", "usb-tablet", |
100 | "-show-cursor", | 100 | "-show-cursor", |
101 | "-vga", "std", | 101 | "-vga", "std", |
102 | "-net", netuser, | 102 | "-net", netuser, |