From 773276aa943390e73694385169207636e6caf036 Mon Sep 17 00:00:00 2001 From: Laurent Bonnans Date: Mon, 15 Jul 2019 15:37:43 +0200 Subject: Use 128M by default for qemu in oe-selftests Signed-off-by: Laurent Bonnans --- scripts/run-qemu-ota | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/run-qemu-ota') diff --git a/scripts/run-qemu-ota b/scripts/run-qemu-ota index b2f55e9..de63297 100755 --- a/scripts/run-qemu-ota +++ b/scripts/run-qemu-ota @@ -26,6 +26,7 @@ def main(): dest='kvm', action='store_true', default=None) kvm_group.add_argument('--no-kvm', help='Disable KVM in QEMU', dest='kvm', action='store_false') + parser.add_argument('--mem', default=None, help="Amount of memory the machine boots with") parser.add_argument('--no-gui', help='Disable GUI', action='store_true') parser.add_argument('--gdb', help='Export gdbserver port 2159 from the image', action='store_true') parser.add_argument('--pcap', default=None, help='Dump all network traffic') -- cgit v1.2.3-54-g00ecf