1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!-- Release change log structure
|
---|
3 |
|
---|
4 | Each release has a matching log of changes which were made for that and
|
---|
5 | earlier releases. Earlier releases means anything with a lower number (e.g.
|
---|
6 | 5.0.18 is lower than 5.1.2) which was released before this one. The log is
|
---|
7 | kept in the file doc/manual/user_ChangeLogImpl.xml. Anything worth mentioning,
|
---|
8 | particularly new features and fixed bugs, with a trac bug number if possible,
|
---|
9 | should be added to the top of the change log (that is, the section for the
|
---|
10 | upcoming release) for the branch in which it first appears - stable or
|
---|
11 | development - before the next release. If you back-port it to older branches
|
---|
12 | please add an entry there too. When a new major release is made, change log
|
---|
13 | sections for earlier releases are merged in.
|
---|
14 |
|
---|
15 | Change log sections are split into two groups: major new features (normally
|
---|
16 | only for dot zero releases) and fixes. In addition, the entries in each group
|
---|
17 | are ordered as follows:
|
---|
18 |
|
---|
19 | VMM-related entries (most important)
|
---|
20 | GUI-related entries (most visible for users)
|
---|
21 | Device-related entries
|
---|
22 | VBoxManage/API/Main-related entries
|
---|
23 | Host-related entries
|
---|
24 | Guest-related entries
|
---|
25 | BIOS/EFI/ACPI-related entries
|
---|
26 |
|
---|
27 | Please do further ordering as seems appropriate by importance and visibility for
|
---|
28 | users, e.g. audio before serial ports and generally Windows before Linux. Please
|
---|
29 | also try to describe the user impact, not the technical details, and only use
|
---|
30 | technical terms if no non-technical ones are clear enough.
|
---|
31 | -->
|
---|
32 | <chapter>
|
---|
33 |
|
---|
34 | <!-- HACK ALERT! Seems we must have a single top level element for xi:include to work.
|
---|
35 | So, we use chapter and xpointer="xpointer(/chapter/)" with xi:include. -->
|
---|
36 |
|
---|
37 |
|
---|
38 | <sect1>
|
---|
39 |
|
---|
40 | <title>Version 6.1.x (2020-xx-xx)</title>
|
---|
41 |
|
---|
42 | <para>This is a maintenance release. The following items were fixed and/or
|
---|
43 | added:</para>
|
---|
44 |
|
---|
45 | <itemizedlist>
|
---|
46 | <listitem>
|
---|
47 | <para>Guest Control: Implemented initial support for automatic updating
|
---|
48 | of Guest Additions for Linux guests</para>
|
---|
49 | </listitem>
|
---|
50 |
|
---|
51 | <listitem>
|
---|
52 | <para>Guest Control: Implemented ability to wait for and/or reboot the
|
---|
53 | guest when updating Guest Additions via VBoxManage</para>
|
---|
54 | </listitem>
|
---|
55 |
|
---|
56 | <listitem>
|
---|
57 | <para>VBoxManage: Added Guest Control "waitrunlevel" sub-command to
|
---|
58 | make it possible to wait for a guest to reach a certain run level</para>
|
---|
59 | </listitem>
|
---|
60 |
|
---|
61 | </itemizedlist>
|
---|
62 | </sect1>
|
---|
63 |
|
---|
64 | <sect1>
|
---|
65 |
|
---|
66 | <title>Version 6.1.4 (2020-02-19)</title>
|
---|
67 |
|
---|
68 | <para>This is a maintenance release. The following items were fixed and/or
|
---|
69 | added:</para>
|
---|
70 |
|
---|
71 | <itemizedlist>
|
---|
72 | <listitem>
|
---|
73 | <para>Virtualization core: Fixed a rare issue with ICEBP instruction
|
---|
74 | causing guru meditations on Intel hosts (6.1.0 regression;
|
---|
75 | bug #19171)</para>
|
---|
76 | </listitem>
|
---|
77 |
|
---|
78 | <listitem>
|
---|
79 | <para>Virtualization core: Fixed macOS Catalina guests failing to boot
|
---|
80 | after upgrading to 10.15.2 onwards (bug #19188)</para>
|
---|
81 | </listitem>
|
---|
82 |
|
---|
83 | <listitem>
|
---|
84 | <para>GUI: recent NLS integration and bug fixes for GUI and Qt
|
---|
85 | translation tags</para>
|
---|
86 | </listitem>
|
---|
87 |
|
---|
88 | <listitem>
|
---|
89 | <para>USB: Fix isochronous transfers to the VM for xHCI</para>
|
---|
90 | </listitem>
|
---|
91 |
|
---|
92 | <listitem>
|
---|
93 | <para>Serial: Fix buffer handling, avoiding receiving stale data
|
---|
94 | when the receive queue is flushed (bug #18671)</para>
|
---|
95 | </listitem>
|
---|
96 |
|
---|
97 | <listitem>
|
---|
98 | <para>Serial: Improve host serial port passthrough handling on
|
---|
99 | Windows host</para>
|
---|
100 | </listitem>
|
---|
101 |
|
---|
102 | <listitem>
|
---|
103 | <para>VBoxManage: Restore old --clipboard option for modifyvm
|
---|
104 | command</para>
|
---|
105 | </listitem>
|
---|
106 |
|
---|
107 | <listitem>
|
---|
108 | <para>macOS host: Use hardened runtime and request the needed
|
---|
109 | entitlements, meeting latest notarization rules which also
|
---|
110 | required moving VirtualBoxVM executable</para>
|
---|
111 | </listitem>
|
---|
112 |
|
---|
113 | <listitem>
|
---|
114 | <para>macOS host: Update osxfuse to v3.10.4</para>
|
---|
115 | </listitem>
|
---|
116 |
|
---|
117 | <listitem>
|
---|
118 | <para>Windows host: Update Italian translation of installer</para>
|
---|
119 | </listitem>
|
---|
120 |
|
---|
121 | <listitem>
|
---|
122 | <para>Windows host: Improve shared folder compatibility with POSIX
|
---|
123 | append semantic (bug #19003)</para>
|
---|
124 | </listitem>
|
---|
125 |
|
---|
126 | <listitem>
|
---|
127 | <para>Windows host: Restore the ability to run VMs through Hyper-V,
|
---|
128 | at the expense of performance</para>
|
---|
129 | </listitem>
|
---|
130 |
|
---|
131 | <listitem>
|
---|
132 | <para>Linux guest: Support Linux 5.5 (bug #19145)</para>
|
---|
133 | </listitem>
|
---|
134 |
|
---|
135 | <listitem>
|
---|
136 | <para>Linux guest: Shared folder fix for loopback mounting of
|
---|
137 | images</para>
|
---|
138 | </listitem>
|
---|
139 |
|
---|
140 | <listitem>
|
---|
141 | <para>BIOS: Always report non-ATA disks as ready</para>
|
---|
142 | </listitem>
|
---|
143 |
|
---|
144 | <listitem>
|
---|
145 | <para>BIOS: Report EFI support through DMI table (bug 19144)</para>
|
---|
146 | </listitem>
|
---|
147 |
|
---|
148 | <listitem>
|
---|
149 | <para>VGA BIOS: Reduce stack space usage for INT 10h handlers</para>
|
---|
150 | </listitem>
|
---|
151 |
|
---|
152 | </itemizedlist>
|
---|
153 | </sect1>
|
---|
154 |
|
---|
155 | <sect1>
|
---|
156 | <title>Version 6.1.2 (2020-01-14)</title>
|
---|
157 |
|
---|
158 | <para>
|
---|
159 | This is a maintenance release. The following items were fixed and/or
|
---|
160 | added:
|
---|
161 | </para>
|
---|
162 |
|
---|
163 | <itemizedlist>
|
---|
164 |
|
---|
165 | <listitem>
|
---|
166 | <para>Virtualization core: Fixed performance issue observed with
|
---|
167 | Windows XP guests on AMD hosts (6.0.0 regression; bug #19152)</para>
|
---|
168 | </listitem>
|
---|
169 |
|
---|
170 | <listitem>
|
---|
171 | <para>Virtualization core: Consistent IBRS/IBPB CPUID feature
|
---|
172 | reporting, avoids crash of NetBSD 9.0 RC1 installer (bug
|
---|
173 | #19146)</para>
|
---|
174 | </listitem>
|
---|
175 |
|
---|
176 | <listitem>
|
---|
177 | <para>GUI: Fixed updating of runtime info</para>
|
---|
178 | </listitem>
|
---|
179 |
|
---|
180 | <listitem>
|
---|
181 | <para>GUI: In Display settings, do not show "2D video acceleration"
|
---|
182 | checkbox if it is meaningless for the selected graphics
|
---|
183 | adapter</para>
|
---|
184 | </listitem>
|
---|
185 |
|
---|
186 | <listitem>
|
---|
187 | <para>Audio: Fixed audio input handling when VRDE is enabled</para>
|
---|
188 | </listitem>
|
---|
189 |
|
---|
190 | <listitem>
|
---|
191 | <para>Audio: Fixed crash in the HDA emulation when using multi-speaker
|
---|
192 | configurations</para>
|
---|
193 | </listitem>
|
---|
194 |
|
---|
195 | <listitem>
|
---|
196 | <para>Storage: Fixed use of encrypted disks with snapshots involved
|
---|
197 | (6.1.0 regression; bug #19160)</para>
|
---|
198 | </listitem>
|
---|
199 |
|
---|
200 | <listitem>
|
---|
201 | <para>Storage: Improve performance of virtio-scsi</para>
|
---|
202 | </listitem>
|
---|
203 |
|
---|
204 | <listitem>
|
---|
205 | <para>Storage: Read-only support for compressed clusters in QCOW2
|
---|
206 | images</para>
|
---|
207 | </listitem>
|
---|
208 |
|
---|
209 | <listitem>
|
---|
210 | <para>Windows installer: Include unintentionally dropped vbox-img.exe
|
---|
211 | utility again</para>
|
---|
212 | </listitem>
|
---|
213 |
|
---|
214 | <listitem>
|
---|
215 | <para>Windows host: When installing or removing an extension pack,
|
---|
216 | retry the sometimes failing directory renaming (usually caused by
|
---|
217 | anti-virus software accessing the directory)</para>
|
---|
218 | </listitem>
|
---|
219 |
|
---|
220 | <listitem>
|
---|
221 | <para>Linux host: Support Linux 5.5 (guest additions not yet)</para>
|
---|
222 | </listitem>
|
---|
223 |
|
---|
224 | <listitem>
|
---|
225 | <para>Windows guest: Accelerate 2D video decoding (scaling and color
|
---|
226 | space conversion) if the VM is configured to use VBoxSVGA with 3D
|
---|
227 | enabled</para>
|
---|
228 | </listitem>
|
---|
229 |
|
---|
230 | <listitem>
|
---|
231 | <para>Windows guest: Fix guest additions installer to upgrade the mouse
|
---|
232 | filter driver reliably</para>
|
---|
233 | </listitem>
|
---|
234 |
|
---|
235 | <listitem>
|
---|
236 | <para>Windows guest: When uninstalling older Guest Additions with old
|
---|
237 | 3D support enabled try restoring original Direct3D files</para>
|
---|
238 | </listitem>
|
---|
239 |
|
---|
240 | <listitem>
|
---|
241 | <para>Linux guest: Improve resize and multi-monitor handling for VMs
|
---|
242 | using VMSVGA (known remaining issue: do not disable a monitor
|
---|
243 | "in the middle", causes confusion)</para>
|
---|
244 | </listitem>
|
---|
245 |
|
---|
246 | </itemizedlist>
|
---|
247 | </sect1>
|
---|
248 |
|
---|
249 | <sect1>
|
---|
250 | <title>Version 6.1.0 (2019-12-10)</title>
|
---|
251 |
|
---|
252 | <para>
|
---|
253 | This is a major update. The following major new features were
|
---|
254 | added:
|
---|
255 | </para>
|
---|
256 |
|
---|
257 | <itemizedlist>
|
---|
258 |
|
---|
259 | <listitem>
|
---|
260 | <para>
|
---|
261 | Implemented support for importing a virtual machine from Oracle
|
---|
262 | Cloud Infrastructure
|
---|
263 | </para>
|
---|
264 | </listitem>
|
---|
265 |
|
---|
266 | <listitem>
|
---|
267 | <para>
|
---|
268 | Extended support for exporting a virtual machine to Oracle
|
---|
269 | Cloud Infrastructure, allowing the creation of multiple
|
---|
270 | virtual machines without re-uploading. Also added option to
|
---|
271 | export a VM to the cloud using the more efficient variant
|
---|
272 | "paravirtialized", and to specify free-form tags for cloud
|
---|
273 | images
|
---|
274 | </para>
|
---|
275 | </listitem>
|
---|
276 |
|
---|
277 | <listitem>
|
---|
278 | <para>
|
---|
279 | Virtualization core: Support for nested hardware-virtualization
|
---|
280 | on Intel CPUs (starting with 5th generation Core i, codename
|
---|
281 | Broadwell), so far tested only with guest running VirtualBox
|
---|
282 | </para>
|
---|
283 | </listitem>
|
---|
284 |
|
---|
285 | <listitem>
|
---|
286 | <para>
|
---|
287 | Graphics: New style 3D support (with VBoxSVGA and VMSVGA) remains,
|
---|
288 | old style 3D support (with VBoxVGA) has been completely removed
|
---|
289 | </para>
|
---|
290 | </listitem>
|
---|
291 |
|
---|
292 | </itemizedlist>
|
---|
293 |
|
---|
294 | <para>
|
---|
295 | In addition, the following items were fixed and/or added:
|
---|
296 | </para>
|
---|
297 |
|
---|
298 | <itemizedlist>
|
---|
299 |
|
---|
300 | <listitem>
|
---|
301 | <para>
|
---|
302 | Virtualization core: Drop recompiler, i.e. running VMs now needs
|
---|
303 | a CPU supporting hardware virtualization
|
---|
304 | </para>
|
---|
305 | </listitem>
|
---|
306 |
|
---|
307 | <listitem>
|
---|
308 | <para>
|
---|
309 | Runtime: Works now on hosts with many CPUs (limit now 1024)
|
---|
310 | </para>
|
---|
311 | </listitem>
|
---|
312 |
|
---|
313 | <listitem>
|
---|
314 | <para>
|
---|
315 | Appliance and Cloud Import: Add field for defining firmware type (not
|
---|
316 | part of OVF spec and thus manual in the Appliance case, for OCI it is
|
---|
317 | automatically taken from the instance information)
|
---|
318 | </para>
|
---|
319 | </listitem>
|
---|
320 |
|
---|
321 | <listitem>
|
---|
322 | <para>
|
---|
323 | GUI: Improved the VISO creation and file manager dialogs
|
---|
324 | </para>
|
---|
325 | </listitem>
|
---|
326 |
|
---|
327 | <listitem>
|
---|
328 | <para>
|
---|
329 | GUI: Virtual machine list of VirtualBox Manager was improved. Machine
|
---|
330 | groups are now more obvious visually and VM search functionality
|
---|
331 | has been improved. Global Tools element can now be pinned in place,
|
---|
332 | to avoid scrolling it with rest of machine list
|
---|
333 | </para>
|
---|
334 | </listitem>
|
---|
335 |
|
---|
336 | <listitem>
|
---|
337 | <para>
|
---|
338 | GUI: Virtual machine details pane is now extended with embedded editors
|
---|
339 | for selected VM attributes, allowing user to edit them on-the-fly byi
|
---|
340 | clicking corresponding hyper-links without opening VM settings dialog
|
---|
341 | </para>
|
---|
342 | </listitem>
|
---|
343 |
|
---|
344 | <listitem>
|
---|
345 | <para>
|
---|
346 | GUI: Details pane provides more complete information
|
---|
347 | </para>
|
---|
348 | </listitem>
|
---|
349 |
|
---|
350 | <listitem>
|
---|
351 | <para>
|
---|
352 | GUI: Internal medium enumeration routines were optimized to reduce the load
|
---|
353 | and optimize the performance in cases when user have lots
|
---|
354 | of media registered. Also, we again allowed to add existing media (and create new)
|
---|
355 | via Virtual Media Manager
|
---|
356 | </para>
|
---|
357 | </listitem>
|
---|
358 |
|
---|
359 | <listitem>
|
---|
360 | <para>
|
---|
361 | GUI: More consistent medium selection (both showing known images
|
---|
362 | and allowing to select using the file picker)
|
---|
363 | </para>
|
---|
364 | </listitem>
|
---|
365 |
|
---|
366 | <listitem>
|
---|
367 | <para>
|
---|
368 | GUI: VM storage settings page was adjusted a bit in usability regard. User is now
|
---|
369 | allowed to change controller bus type and can move attachments between the controllers
|
---|
370 | by using drag and drop
|
---|
371 | </para>
|
---|
372 | </listitem>
|
---|
373 |
|
---|
374 | <listitem>
|
---|
375 | <para>
|
---|
376 | GUI: Storage and Network settings pages bug-fixes and usability optimization
|
---|
377 | </para>
|
---|
378 | </listitem>
|
---|
379 |
|
---|
380 | <listitem>
|
---|
381 | <para>
|
---|
382 | GUI: Added a new soft (virtual) keyboard enabling arbitrary keyboard input to guests,
|
---|
383 | including multimedia keys
|
---|
384 | </para>
|
---|
385 | </listitem>
|
---|
386 |
|
---|
387 | <listitem>
|
---|
388 | <para>
|
---|
389 | GUI: Fixed crash in cloud related wizards when accessibility
|
---|
390 | functionality was enabled
|
---|
391 | </para>
|
---|
392 | </listitem>
|
---|
393 |
|
---|
394 | <listitem>
|
---|
395 | <para>
|
---|
396 | GUI: Show VM CPU load as part of status bar CPU indicator
|
---|
397 | </para>
|
---|
398 | </listitem>
|
---|
399 |
|
---|
400 | <listitem>
|
---|
401 | <para>
|
---|
402 | GUI: Improved and extended the Session Information dialog
|
---|
403 | </para>
|
---|
404 | </listitem>
|
---|
405 |
|
---|
406 | <listitem>
|
---|
407 | <para>
|
---|
408 | GUI: Fixed/improved mouse pointer scaling
|
---|
409 | </para>
|
---|
410 | </listitem>
|
---|
411 |
|
---|
412 | <listitem>
|
---|
413 | <para>
|
---|
414 | GUI: Some issues related to mouse integration cursor scaling were
|
---|
415 | addressed (bug #14366), more to go
|
---|
416 | </para>
|
---|
417 | </listitem>
|
---|
418 |
|
---|
419 | <listitem>
|
---|
420 | <para>
|
---|
421 | GUI: Fix and unify geometry save/restore in various dialogs
|
---|
422 | </para>
|
---|
423 | </listitem>
|
---|
424 |
|
---|
425 | <listitem>
|
---|
426 | <para>
|
---|
427 | GUI: Added the missing restriction options for disabling new
|
---|
428 | functionality such as the VISO creator
|
---|
429 | </para>
|
---|
430 | </listitem>
|
---|
431 |
|
---|
432 | <listitem>
|
---|
433 | <para>
|
---|
434 | GUI: Popup messages mouse click fix
|
---|
435 | </para>
|
---|
436 | </listitem>
|
---|
437 |
|
---|
438 | <listitem>
|
---|
439 | <para>
|
---|
440 | Graphics: Remove 3D support for VBoxVGA (old one deprecated with 6.0)
|
---|
441 | </para>
|
---|
442 | </listitem>
|
---|
443 |
|
---|
444 | <listitem>
|
---|
445 | <para>
|
---|
446 | Graphics: Additional texture format support on Windows host
|
---|
447 | </para>
|
---|
448 | </listitem>
|
---|
449 |
|
---|
450 | <listitem>
|
---|
451 | <para>
|
---|
452 | Graphics: Improved fix for flickering on Windows host
|
---|
453 | </para>
|
---|
454 | </listitem>
|
---|
455 |
|
---|
456 | <listitem>
|
---|
457 | <para>Input: Added support for horizontal scrolling in the PS/2 mouse
|
---|
458 | device using the IntelliMouse Explorer protocol. Note that this support
|
---|
459 | is automatically used by Linux guests but not by Windows guests
|
---|
460 | </para>
|
---|
461 | </listitem>
|
---|
462 |
|
---|
463 | <listitem>
|
---|
464 | <para>vboximg-mount: Experimental support for direct read-only access
|
---|
465 | to NTFS, FAT and ext2/3/4 filesystems inside a disk image without
|
---|
466 | the need for support on the host
|
---|
467 | </para>
|
---|
468 | </listitem>
|
---|
469 |
|
---|
470 | <listitem>
|
---|
471 | <para>vboximg-mount: Now also available on Linux host
|
---|
472 | </para>
|
---|
473 | </listitem>
|
---|
474 |
|
---|
475 | <listitem>
|
---|
476 | <para>
|
---|
477 | Storage: Experimental support for virtio-scsi, for both hard disks and
|
---|
478 | optical drives (including boot support in BIOS)
|
---|
479 | </para>
|
---|
480 | </listitem>
|
---|
481 |
|
---|
482 | <listitem>
|
---|
483 | <para>
|
---|
484 | Storage: For optical drive emulation fix empty host drive crash
|
---|
485 | </para>
|
---|
486 | </listitem>
|
---|
487 |
|
---|
488 | <listitem>
|
---|
489 | <para>
|
---|
490 | USB: Improvements for EHCI controller implementation
|
---|
491 | </para>
|
---|
492 | </listitem>
|
---|
493 |
|
---|
494 | <listitem>
|
---|
495 | <para>
|
---|
496 | USB: Filter can now specify port path, uniquely identifying a port
|
---|
497 | in a system
|
---|
498 | </para>
|
---|
499 | </listitem>
|
---|
500 |
|
---|
501 | <listitem>
|
---|
502 | <para>
|
---|
503 | NAT: Fix TFTP OACK response, send only if request has options
|
---|
504 | </para>
|
---|
505 | </listitem>
|
---|
506 |
|
---|
507 | <listitem>
|
---|
508 | <para>
|
---|
509 | NAT Network: Use non-blocking sockets on Linux for accepted
|
---|
510 | incoming connections (port forwarding)
|
---|
511 | </para>
|
---|
512 | </listitem>
|
---|
513 |
|
---|
514 | <listitem>
|
---|
515 | <para>
|
---|
516 | PCnet-ISA: Added new network adapter type, currently CLI only
|
---|
517 | </para>
|
---|
518 | </listitem>
|
---|
519 |
|
---|
520 | <listitem>
|
---|
521 | <para>
|
---|
522 | Audio: Allow changing the host audio backend while the VM is
|
---|
523 | in saved state
|
---|
524 | </para>
|
---|
525 | </listitem>
|
---|
526 |
|
---|
527 | <listitem>
|
---|
528 | <para>
|
---|
529 | ACPI: Report NVMe controller
|
---|
530 | </para>
|
---|
531 | </listitem>
|
---|
532 |
|
---|
533 | <listitem>
|
---|
534 | <para>
|
---|
535 | VGA: Improve hardware and BIOS compatibility
|
---|
536 | </para>
|
---|
537 | </listitem>
|
---|
538 |
|
---|
539 | <listitem>
|
---|
540 | <para>
|
---|
541 | VBoxSVGA/VMSVGA: Support YUV2 and related texture formats with hosts
|
---|
542 | using OpenGL (macOS and Linux), which accelerates video playback
|
---|
543 | when 3D is enabled by delegating the color space conversion to the
|
---|
544 | host GPU
|
---|
545 | </para>
|
---|
546 | </listitem>
|
---|
547 |
|
---|
548 | <listitem>
|
---|
549 | <para>
|
---|
550 | VBoxSVGA/VMSVGA: Several drawing fixes for the 3D case
|
---|
551 | </para>
|
---|
552 | </listitem>
|
---|
553 |
|
---|
554 | <listitem>
|
---|
555 | <para>
|
---|
556 | VMSVGA 3D: Fixed OpenGL compressed textures
|
---|
557 | </para>
|
---|
558 | </listitem>
|
---|
559 |
|
---|
560 | <listitem>
|
---|
561 | <para>
|
---|
562 | VBoxManage: More cloud functionality coverage, e.g. starting
|
---|
563 | a cloud instance
|
---|
564 | </para>
|
---|
565 | </listitem>
|
---|
566 |
|
---|
567 | <listitem>
|
---|
568 | <para>
|
---|
569 | VBoxManage: As part of the guest control feature support moving
|
---|
570 | multiple source files/directories to a target directory
|
---|
571 | </para>
|
---|
572 | </listitem>
|
---|
573 |
|
---|
574 | <listitem>
|
---|
575 | <para>Guest Control/VBoxManage: Added support for specifying multiple sources
|
---|
576 | when renaming guest files
|
---|
577 | </para>
|
---|
578 | </listitem>
|
---|
579 |
|
---|
580 | <listitem>
|
---|
581 | <para>VBoxManage: Show "unrestricted guest" and "nested HW
|
---|
582 | virtualization" CPU features when listing the host information</para>
|
---|
583 | </listitem>
|
---|
584 |
|
---|
585 | <listitem>
|
---|
586 | <para>
|
---|
587 | API: Reduce the amount of leftovers from Move VM function
|
---|
588 | </para>
|
---|
589 | </listitem>
|
---|
590 |
|
---|
591 | <listitem>
|
---|
592 | <para>
|
---|
593 | Shared Clipboard: Implemented experimental support for file transfers
|
---|
594 | for Linux hosts on Windows guests (disabled by default)
|
---|
595 | </para>
|
---|
596 | </listitem>
|
---|
597 |
|
---|
598 | <listitem>
|
---|
599 | <para>
|
---|
600 | SMBIOS: Store system UUID in little endian format which is the
|
---|
601 | default for new VMs, while existing VMs stick to the old VirtualBox
|
---|
602 | behavior of storing them in big endian format for backwards
|
---|
603 | compatibility to avoid breaking the activation status of Windows VMs
|
---|
604 | </para>
|
---|
605 | </listitem>
|
---|
606 |
|
---|
607 | <listitem>
|
---|
608 | <para>VBoxSDL frontend: Fixed running on Windows hosts</para>
|
---|
609 | </listitem>
|
---|
610 |
|
---|
611 | <listitem>
|
---|
612 | <para>
|
---|
613 | macOS host: Fix VM crashes (most visible on macOS Catalina)
|
---|
614 | </para>
|
---|
615 | </listitem>
|
---|
616 |
|
---|
617 | <listitem>
|
---|
618 | <para>
|
---|
619 | Linux host: Improve vboxweb systemd service dependency information
|
---|
620 | </para>
|
---|
621 | </listitem>
|
---|
622 |
|
---|
623 | <listitem>
|
---|
624 | <para>
|
---|
625 | Linux host: Drop PCI passthrough, the current code is too incomplete
|
---|
626 | (cannot handle PCIe devices at all), i.e. not useful enough
|
---|
627 | </para>
|
---|
628 | </listitem>
|
---|
629 |
|
---|
630 | <listitem>
|
---|
631 | <para>Linux host and guest: Support Linux 5.4 (bug #18945)</para>
|
---|
632 | </listitem>
|
---|
633 |
|
---|
634 | <listitem>
|
---|
635 | <para>Linux host and guest: Force disabling of kernel module signing
|
---|
636 | during build (user can do it afterwards)</para>
|
---|
637 | </listitem>
|
---|
638 |
|
---|
639 | <listitem>
|
---|
640 | <para>
|
---|
641 | Windows host: When possible, distinguish USB devices by port number; helps
|
---|
642 | with accurate capturing of devices when multiple otherwise identical devices
|
---|
643 | are connected
|
---|
644 | </para>
|
---|
645 | </listitem>
|
---|
646 |
|
---|
647 | <listitem>
|
---|
648 | <para>
|
---|
649 | Windows Guest Additions: Many fixes for drawing problems in the
|
---|
650 | driver for VBoxSVGA
|
---|
651 | </para>
|
---|
652 | </listitem>
|
---|
653 |
|
---|
654 | <listitem>
|
---|
655 | <para>
|
---|
656 | Windows Guest Additions: Fixes for legacy VBoxVGA adapter, restore
|
---|
657 | previously working cases
|
---|
658 | </para>
|
---|
659 | </listitem>
|
---|
660 |
|
---|
661 | <listitem>
|
---|
662 | <para>
|
---|
663 | Windows Guest Additions: Restore VHWA functionality for VBoxSVGA
|
---|
664 | </para>
|
---|
665 | </listitem>
|
---|
666 |
|
---|
667 | <listitem>
|
---|
668 | <para>
|
---|
669 | Windows guest: DXVA implementation for WDDM driver
|
---|
670 | </para>
|
---|
671 | </listitem>
|
---|
672 |
|
---|
673 | <listitem>
|
---|
674 | <para>
|
---|
675 | Documentation: Updated supported host operating systems, added few
|
---|
676 | new manual pages (more to come later)
|
---|
677 | </para>
|
---|
678 | </listitem>
|
---|
679 |
|
---|
680 | <listitem>
|
---|
681 | <para>
|
---|
682 | EFI: Switch to newer firmware code base and add NVRAM support,
|
---|
683 | should improve compatibility with OSes significantly
|
---|
684 | </para>
|
---|
685 | </listitem>
|
---|
686 |
|
---|
687 | <listitem>
|
---|
688 | <para>
|
---|
689 | EFI: Added support for booting from APFS
|
---|
690 | </para>
|
---|
691 | </listitem>
|
---|
692 |
|
---|
693 | <listitem>
|
---|
694 | <para>
|
---|
695 | EFI: Added support for non-standard SATA and NVMe boot device paths
|
---|
696 | created by OS X
|
---|
697 | </para>
|
---|
698 | </listitem>
|
---|
699 |
|
---|
700 | <listitem>
|
---|
701 | <para>
|
---|
702 | EFI: Modified updated EFI code base to support older OS X guests again
|
---|
703 | </para>
|
---|
704 | </listitem>
|
---|
705 |
|
---|
706 | </itemizedlist>
|
---|
707 |
|
---|
708 | </sect1>
|
---|
709 |
|
---|
710 | </chapter>
|
---|