]> Git Repo - qemu.git/blobdiff - python/qemu/utils/accel.py
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / python / qemu / utils / accel.py
index 297933df2a316475f49bdf320c88d535d96ce945..386ff640ca81b6d3aeb096ca1a491931cf34f23e 100644 (file)
@@ -36,7 +36,7 @@ def list_accel(qemu_bin: str) -> List[str]:
     List accelerators enabled in the QEMU binary.
 
     @param qemu_bin (str): path to the QEMU binary.
-    @raise Exception: if failed to run `qemu -accel help`
+    @raise Exception: if failed to run ``qemu -accel help``
     @return a list of accelerator names.
     """
     if not qemu_bin:
This page took 0.026867 seconds and 4 git commands to generate.