]> Git Repo - qemu.git/blobdiff - qemu-options.hx
arm: Remove unnecessary includes of hw/arm/arm.h
[qemu.git] / qemu-options.hx
index 5daa5a8fb0a8564a27c20691c2cb1a9510bfe9b0..7ae3373a0094d5bd5b79642dde8497b3c0df487e 100644 (file)
@@ -3641,6 +3641,16 @@ the 0x200 sized block starting at 0xffffffc000080000 and another 0x1000 sized
 block starting at 0xffffffc00005f000.
 ETEXI
 
+DEF("seed", HAS_ARG, QEMU_OPTION_seed, \
+    "-seed number       seed the pseudo-random number generator\n",
+    QEMU_ARCH_ALL)
+STEXI
+@item -seed @var{number}
+@findex -seed
+Force the guest to use a deterministic pseudo-random number generator, seeded
+with @var{number}.  This does not affect crypto routines within the host.
+ETEXI
+
 DEF("L", HAS_ARG, QEMU_OPTION_L, \
     "-L path         set the directory for the BIOS, VGA BIOS and keymaps\n",
     QEMU_ARCH_ALL)
This page took 0.020584 seconds and 4 git commands to generate.