]> Git Repo - qemu.git/blobdiff - qemu-options.hx
Create MigrationIncomingState
[qemu.git] / qemu-options.hx
index 4be98f71df1b6c55570d33bece5a6aec1dff3362..1d281f6818ae660c2c52ce60321a7d95ebbacac0 100644 (file)
@@ -2686,6 +2686,17 @@ STEXI
 @table @option
 ETEXI
 
+DEF("fw_cfg", HAS_ARG, QEMU_OPTION_fwcfg,
+    "-fw_cfg [name=]<name>,file=<file>\n"
+    "                add named fw_cfg entry from file\n",
+    QEMU_ARCH_ALL)
+STEXI
+@item -fw_cfg [name=]@var{name},file=@var{file}
+@findex -fw_cfg
+Add named fw_cfg entry from file. @var{name} determines the name of
+the entry in the fw_cfg file directory exposed to the guest.
+ETEXI
+
 DEF("serial", HAS_ARG, QEMU_OPTION_serial, \
     "-serial dev     redirect the serial port to char device 'dev'\n",
     QEMU_ARCH_ALL)
This page took 0.023387 seconds and 4 git commands to generate.