mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
qemu-rr: add missing LFs
This commit is contained in:
4
run
4
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:
|
||||
|
||||
Reference in New Issue
Block a user