From ed602152b36dfcda3ccef4f5f190d40664c6d523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Thu, 14 Nov 2019 00:00:00 +0000 Subject: [PATCH] qemu-rr: add missing LFs --- run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run b/run index d839468..0510017 100755 --- a/run +++ b/run @@ -727,11 +727,11 @@ Extra options to append at the end of the emulator command line. ]) if rr: extra_emulator_args.extend([ - '-object', 'filter-replay,id=replay,netdev=net0', + '-object', 'filter-replay,id=replay,netdev=net0', LF, '-icount', 'shift=7,rr={},rrfile={}'.format( 'record' if self.env['record'] else 'replay', self.env['qemu_rrfile'] - ), + ), LF, ]) virtio_gpu_pci = [] else: