We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929fd7c commit 4eade40Copy full SHA for 4eade40
pycheribuild/qemu_utils.py
@@ -176,8 +176,8 @@ def get_commandline(
176
write_disk_image_changes=True,
177
gui_options: "Optional[list[str]]" = None,
178
) -> "list[str]":
179
- if kernel_file is None and disk_image is None:
180
- raise ValueError("Must pass kernel and/or disk image path when launching QEMU")
+ #if bios_args is None and kernel_file is None and disk_image is None:
+ # raise ValueError("Must pass kernel and/or disk image path when launching QEMU")
181
if qemu_command is None:
182
qemu_command = self.get_qemu_binary()
183
result = [str(qemu_command)]
0 commit comments