Changeset 61438 in vbox
- Timestamp:
- Jun 3, 2016 12:40:38 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107757
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/user_ChangeLogImpl.xml
r61435 r61438 13 13 <listitem> 14 14 <para>VMM: new APIC and I/O APIC implementations that result in significantly improved 15 performance in certain situations </para>15 performance in certain situations, for example with networking</para> 16 16 </listitem> 17 17 … … 21 21 22 22 <listitem> 23 <para>VMM: emulate even more MMIO and shadow pagetable exits without going back to user mode</para> 23 <para>VMM: emulate even more MMIO and shadow pagetable exits without going back to 24 user mode</para> 24 25 </listitem> 25 26 … … 29 30 30 31 <listitem> 31 <para>GUI: passive Main event listener which improves the VM GUI performance and response time</para> 32 </listitem> 33 34 <listitem> 35 <para>GUI: new VM wizard now allows to choose VM location for VM you are going to create</para> 36 </listitem> 37 38 <listitem> 39 <para>GUI: previously forgotten Detach UI action is now a part of the VM Machine menu</para> 32 <para>GUI: passive Main event listener which improves the VM GUI performance and 33 response time</para> 34 </listitem> 35 36 <!--- (new code currently disabled) 37 <listitem> 38 <para>Audio: added HDA (High Definition Audio) support for newer Linux guests</para> 39 </listitem> 40 41 <listitem> 42 <para>Audio: added on-demand timers which should improve the overall performance</para> 43 </listitem> 44 45 <listitem> 46 <para>Audio: various bugfixes and infrastructure improvements</para> 47 </listitem>--> 48 49 <listitem> 50 <para>better support for Python 3</para> 51 </listitem> 52 53 </itemizedlist> 54 55 <para>In addition, the following items were fixed and/or added:</para> 56 57 <itemizedlist> 58 59 <listitem> 60 <para>GUI: the Detach UI action is now a part of the VM Machine menu</para> 61 </listitem> 62 63 <listitem> 64 <para>GUI: reworked session information window</para> 65 </listitem> 66 67 <listitem> 68 <para>GUI: the new VM wizard now allows to choose the VM location for the VM 69 which is beeing created</para> 40 70 </listitem> 41 71 … … 45 75 46 76 <listitem> 47 <para>Audio: added HDA (High Definition Audio) support for newer Linux guests</para> 48 </listitem> 49 50 <listitem> 51 <para>Audio: added on-demand timers which should improve the overall performance</para> 52 </listitem> 53 54 <listitem> 55 <para>Audio: various bugfixes and infrastructure improvements</para> 56 </listitem> 57 58 </itemizedlist> 59 60 <para>In addition, the following items were fixed and/or added:</para> 61 62 <itemizedlist> 77 <para>Storage: use fallocate or similar if present to speed up creating 78 fixed-sized disk images</para> 79 </listitem> 80 81 <listitem> 82 <para>Storage: implemented NVMHCI-compatible storage controller</para> 83 </listitem> 84 85 <listitem> 86 <para>EFI: many improvements, for example allow to boot from USB</para> 87 </listitem> 88 89 <listitem> 90 <para>OVF: improved handling of signed manifests</para> 91 </listitem> 92 93 <listitem> 94 <para>Windows hosts: rework COM proxy (e.g. bug #8298)</para> 95 </listitem> 63 96 64 97 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.