Skip to content

Commit 9cdf19f

Browse files
committed
boot-qemu.py: Add a note above QEMU 6.2.50 check to point out gitlab links
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent 29206b1 commit 9cdf19f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

boot-qemu.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ def _get_cpu_val(self):
406406
cpu = ['max']
407407

408408
self._set_qemu_path()
409+
# See the two gitlab links below for more details
409410
if (qemu_ver := self._get_qemu_ver_tuple()) >= (6, 2, 50):
410411
self._set_kernel_vars()
411412
kernel_ver = self._get_kernel_ver_tuple('gzip')

0 commit comments

Comments
 (0)