Changeset 99738 in vbox for trunk/src/VBox/Devices/PC/DevQemuFwCfg.cpp
- Timestamp:
- May 10, 2023 5:55:05 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevQemuFwCfg.cpp
r99731 r99738 41 41 * set besides enabling the EFI firmware: 42 42 * 43 * VBoxManage setextradata <VM name>"VBoxInternal/Devices/qemu-fw-cfg/0/Config/KernelImage" /path/to/kernel44 * VBoxManage setextradata <VM name>"VBoxInternal/Devices/qemu-fw-cfg/0/Config/InitrdImage" /path/to/initrd45 * VBoxManage setextradata <VM name> "VBoxInternal/Devices/qemu-fw-cfg/0/Config/CmdLine" "<cmd line string>"43 * VBoxManage setextradata <VM name> "VBoxInternal/Devices/qemu-fw-cfg/0/Config/KernelImage" /path/to/kernel 44 * VBoxManage setextradata <VM name> "VBoxInternal/Devices/qemu-fw-cfg/0/Config/InitrdImage" /path/to/initrd 45 * VBoxManage setextradata <VM name> "VBoxInternal/Devices/qemu-fw-cfg/0/Config/CmdLine" "<cmd line string>" 46 46 * 47 47 * The only mandatory item is the KernelImage one, the others are optional if the … … 51 51 * which can be set with: 52 52 * 53 * VBoxManage setextradata <VM name>"VBoxInternal/Devices/qemu-fw-cfg/0/Config/SetupImage" /path/to/setup_image53 * VBoxManage setextradata <VM name> "VBoxInternal/Devices/qemu-fw-cfg/0/Config/SetupImage" /path/to/setup_image 54 54 * 55 55 * @section sec_qemufwcfg_dma DMA … … 58 58 * It currently is not enabled by default but needs to be enabled with: 59 59 * 60 * VBoxManage setextradata <VM name>"VBoxInternal/Devices/qemu-fw-cfg/0/Config/DmaEnabled" 160 * VBoxManage setextradata <VM name> "VBoxInternal/Devices/qemu-fw-cfg/0/Config/DmaEnabled" 1 61 61 */ 62 62
Note:
See TracChangeset
for help on using the changeset viewer.