Changeset 101040 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Sep 7, 2023 9:33:04 AM (20 months ago)
- svn:sync-xref-src-repo-rev:
- 158997
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r99783 r101040 5146 5146 <row> 5147 5147 <entry>IMachine::hpetEnabled</entry> 5148 <entry> <link linkend="IMachine__HPETEnabled">IMachine::HPETEnabled</link></entry>5148 <entry>IMachine::HPETEnabled</entry> 5149 5149 </row> 5150 5150 <row> … … 5775 5775 <itemizedlist> 5776 5776 <listitem> 5777 <para>IMachine::getCpuProperty() is now 5778 <link linkend="IMachine__getCPUProperty">IMachine::getCPUProperty()</link>;</para> 5779 </listitem> 5780 5781 <listitem> 5782 <para>IMachine::setCpuProperty() is now 5783 <link linkend="IMachine__setCPUProperty">IMachine::setCPUProperty()</link>;</para> 5784 </listitem> 5785 5786 <listitem> 5787 <para>IMachine::getCpuIdLeaf() is now 5788 <link linkend="IMachine__getCPUIDLeaf">IMachine::getCPUIDLeaf()</link>;</para> 5789 </listitem> 5790 5791 <listitem> 5792 <para>IMachine::setCpuIdLeaf() is now 5793 <link linkend="IMachine__setCPUIDLeaf">IMachine::setCPUIDLeaf()</link>;</para> 5794 </listitem> 5795 5796 <listitem> 5797 <para>IMachine::removeCpuIdLeaf() is now 5798 <link linkend="IMachine__removeCPUIDLeaf">IMachine::removeCPUIDLeaf()</link>;</para> 5799 </listitem> 5800 5801 <listitem> 5802 <para>IMachine::removeAllCpuIdLeafs() is now 5803 <link linkend="IMachine__removeAllCPUIDLeaves">IMachine::removeAllCPUIDLeaves()</link>;</para> 5777 <para>IMachine::getCpuProperty() is now IMachine::getCPUProperty();</para> 5778 </listitem> 5779 5780 <listitem> 5781 <para>IMachine::setCpuProperty() is now IMachine::setCPUProperty();</para> 5782 </listitem> 5783 5784 <listitem> 5785 <para>IMachine::getCpuIdLeaf() is now IMachine::getCPUIDLeaf();</para> 5786 </listitem> 5787 5788 <listitem> 5789 <para>IMachine::setCpuIdLeaf() is now IMachine::setCPUIDLeaf();</para> 5790 </listitem> 5791 5792 <listitem> 5793 <para>IMachine::removeCpuIdLeaf() is now IMachine::removeCPUIDLeaf();</para> 5794 </listitem> 5795 5796 <listitem> 5797 <para>IMachine::removeAllCpuIdLeafs() is now IMachine::removeAllCPUIDLeaves();</para> 5804 5798 </listitem> 5805 5799
Note:
See TracChangeset
for help on using the changeset viewer.