![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 # 0003 # Collection of configs for building non-UML kernels and running them on QEMU. 0004 # 0005 # Copyright (C) 2021, Google LLC. 0006 # Author: Brendan Higgins <brendanhiggins@google.com> 0007 0008 from dataclasses import dataclass 0009 from typing import List 0010 0011 0012 @dataclass(frozen=True) 0013 class QemuArchParams: 0014 linux_arch: str 0015 kconfig: str 0016 qemu_arch: str 0017 kernel_path: str 0018 kernel_command_line: str 0019 extra_qemu_params: List[str]
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |