VirtualBox

Changeset 92538 in vbox for trunk/doc


Ignore:
Timestamp:
Nov 22, 2021 1:53:20 AM (3 years ago)
Author:
vboxsync
Message:

VBoxManage/modifyvm,showvminfo: Added --testing-enabled=bool, --testing-mmio=bool and --testing-cfg-dwordN=val switches to modifyvm for easy VMMDev/Testing config. Display these settings in showvminfo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/man_VBoxManage-modifyvm.xml

    r92534 r92538  
    617617      <arg>--pci-detach=<replaceable>host-PCI-address</replaceable></arg>
    618618    </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>
    619630  </refsynopsisdiv>
    620631
     
    26522663      </variablelist>
    26532664    </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
    26542693  </refsect1>
    26552694
     
    26722711    <title>See Also</title>
    26732712    <para>
     2713      <xref linkend="vboxmanage-showvminfo" />,
    26742714      <xref linkend="vboxmanage-controlvm" />,
    26752715      <xref linkend="vboxmanage-createvm" />,
    2676       <xref linkend="vboxmanage-list" />,
    26772716      <xref linkend="vboxmanage-startvm" />
     2717      <xref linkend="vboxmanage-list" />
    26782718    </para>
    26792719  </refsect1>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette