- Timestamp:
- Nov 22, 2021 1:53:20 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-modifyvm.xml
r92534 r92538 617 617 <arg>--pci-detach=<replaceable>host-PCI-address</replaceable></arg> 618 618 </cmdsynopsis> 619 620 <cmdsynopsis id="synopsis-vboxmanage-modifyvm-testing"> 621 <command>VBoxManage modifyvm</command> 622 <group choice="req"> 623 <arg choice="plain"><replaceable>uuid</replaceable></arg> 624 <arg choice="plain"><replaceable>vmname</replaceable></arg> 625 </group> 626 <arg>--testing-enabled=<group choice="plain"><arg choice="plain">on</arg><arg choice="plain">off</arg></group></arg> 627 <arg>--testing-mmio=<group choice="plain"><arg choice="plain">on</arg><arg choice="plain">off</arg></group></arg> 628 <arg>--testing-cfg-dword<replaceable>idx</replaceable>=<replaceable>value</replaceable></arg> 629 </cmdsynopsis> 619 630 </refsynopsisdiv> 620 631 … … 2652 2663 </variablelist> 2653 2664 </refsect2> 2665 <refsect2 id="vboxmanage-modifyvm-testing"> 2666 <title>Testing (ValidationKit / Bootsector)</title> 2667 <para> 2668 These options are for configuring the testing functionality of the VMM 2669 device and almost exclusively used by the bootsector testcases in the 2670 ValidationKit. 2671 </para> 2672 <remark role="help-copy-synopsis"/> 2673 <variablelist> 2674 <varlistentry> 2675 <term><option>--testing-enabled=on | off</option></term> 2676 <listitem><para>Enabled the testing functionality of the VMMDev. See VMMDevTesting.h for details. </para></listitem> 2677 </varlistentry> 2678 <varlistentry> 2679 <term><option>--testing-mmio=on | off</option></term> 2680 <listitem><para>Enabled the MMIO region of the VMMDev testing feature.</para></listitem> 2681 </varlistentry> 2682 <varlistentry> 2683 <term><option>--testing-cfg-dword<replaceable>idx</replaceable>=<replaceable>value</replaceable></option></term> 2684 <listitem><para> 2685 This sets one of the 10 dword configuration values. The 2686 <replaceable>idx</replaceable> must be in the range 0 thru 9. 2687 The <replaceable>value</replaceable> is limited to 32 bits (dword). 2688 </para></listitem> 2689 </varlistentry> 2690 </variablelist> 2691 </refsect2> 2692 2654 2693 </refsect1> 2655 2694 … … 2672 2711 <title>See Also</title> 2673 2712 <para> 2713 <xref linkend="vboxmanage-showvminfo" />, 2674 2714 <xref linkend="vboxmanage-controlvm" />, 2675 2715 <xref linkend="vboxmanage-createvm" />, 2676 <xref linkend="vboxmanage-list" />,2677 2716 <xref linkend="vboxmanage-startvm" /> 2717 <xref linkend="vboxmanage-list" /> 2678 2718 </para> 2679 2719 </refsect1>
Note:
See TracChangeset
for help on using the changeset viewer.