Index: /trunk/doc/manual/en_US/user_AdvancedTopics.xml
===================================================================
--- /trunk/doc/manual/en_US/user_AdvancedTopics.xml	(revision 42548)
+++ /trunk/doc/manual/en_US/user_AdvancedTopics.xml	(revision 42549)
@@ -2315,4 +2315,20 @@
     </sect2>
 
+    <sect2 id="autostart-solaris">
+      <title>Solaris: starting the autostart service via SMF</title>
+
+      <para>On Solaris hosts, the VirtualBox autostart daemon is
+      integrated into the SMF framework. To enable it you have to point the service
+      to an existing configuration file which has the same format as on Linux (see <xref linkend="autostart-linux" />):
+      <screen>svccfg -s svc:/application/virtualbox/autostart:default setprop config/config=/etc/vbox/autostart.cfg</screen>
+      </para>
+
+      <para>When everything is configured correctly you can start the
+      VirtualBox autostart service with the following command:<screen>svcadm enable svc:/application/virtualbox/autostart:default</screen></para>
+
+      <para>For more information about SMF, please refer to the Solaris
+      documentation.</para>
+    </sect2>
+
     <sect2 id="autostart-osx">
       <title>Mac OS X: starting the autostart service via launchd</title>
Index: /trunk/doc/manual/user_ChangeLogImpl.xml
===================================================================
--- /trunk/doc/manual/user_ChangeLogImpl.xml	(revision 42548)
+++ /trunk/doc/manual/user_ChangeLogImpl.xml	(revision 42549)
@@ -98,4 +98,22 @@
 
        <listitem>
+         <para>Storage: implemented support for discarding unused image blocks
+           through TRIM for SATA and IDE and UNMAP for SCSI when using VDI images</para>
+       </listitem>
+
+       <listitem>
+         <para>Storage: added support for QED images</para>
+       </listitem>
+
+       <listitem>
+         <para>Storage: added support for QCOW (full support for v1 and readonly
+           support for v2 images)</para>
+       </listitem>
+
+       <listitem>
+         <para>Storage: added readonly support for VHDX images</para>
+       </listitem>
+
+       <listitem>
          <para>Main: sanitise the name of VM folders and settings file (bug #10549)</para>
        </listitem>
@@ -110,4 +128,10 @@
        </listitem>
 
+       <listitem>
+         <para>Added possibility to start VMs during system boot on Linux,
+           OS X and Solaris; see <xref linkend="autostart" /></para>
+       </listitem>
+
+
     </itemizedlist>
   </sect1>
@@ -458,5 +482,5 @@
         <para>3D Support: Fixed full screen mode issues for ATI graphics (bug #9775),
           Windows Media Player rendering for XPDM-based Direct3D support (bug# 8341).
-          Multiple fixes to XPDM and WDDM - based 3D support for Windows Guests 
+          Multiple fixes to XPDM and WDDM - based 3D support for Windows Guests
           and for 3D support in general</para>
       </listitem>
@@ -478,5 +502,5 @@
           detection of missing or wrong Direct3D system files</para>
       </listitem>
-      
+
     </itemizedlist>
   </sect1>
