VirtualBox 5.0 Beta 1 released

Postings relating to old VirtualBox pre-releases
Locked
frank
Oracle Corporation
Posts: 3362
Joined: 7. Jun 2007, 09:11
Primary OS: Debian Sid
VBox Version: PUEL
Guest OSses: Linux, Windows
Location: Dresden, Germany
Contact:

VirtualBox 5.0 Beta 1 released

Post by frank »

Please do NOT use this VirtualBox Beta release on production machines. A VirtualBox Beta release should be considered a bleeding-edge release meant for early evaluation and testing purposes.

You can download the binaries here. Please use sha256sum to compare the hash of the downloaded package with the corresponding hash from this list.

Please do NOT open bug reports at http://www.virtualbox.org/wiki/Bugtracker but use our VirtualBox Beta Feedback forum to report any problems with the Beta. Please concentrate on reporting regressions since VirtualBox 4.3.26.

VirtualBox 5.0 will be a new major release. Here is an incomplete list of changes:
  • Paravirtualization support for Windows and Linux guests to improve time-keeping accuracy and performance
  • Make more instruction set extensions available to the guest when running with hardware-assisted virtualization and nested paging. Among others this includes: SSE 4.1, SSE4.2, AES-NI, POPCNT, RDRAND and RDSEED
  • xHCI Controller to support USB 3 devices (requires the Extension Pack)
  • Drag and drop support (bidirectional) for Windows, Linux and Solaris guests
  • Disk image encryption (requires the Extension Pack)
  • GUI: Detach mode: Terminate the GUI but keep the VM running and re-attach to a running VM process (see here).
  • GUI: VM guest-content scaling support (including 3D acceleration)
  • GUI: New User Interface settings page for customizing status-bar, menu-bar and guest-content scaling
  • GUI: New Encryption settings tab for customizing encryption options for disk images
  • GUI: HiDPI support including application icons and optional unscaled HiDPI output on Mac OS X (including 3D acceleration)
  • GUI: Hotplugging support for SATA disks
  • New, modular audio architecture for providing a better abstraction of the host audio backends
  • USB hard disks
  • Support for the NDIS6 networking framework on Windows (default on Vista and later)
In addition, the following items were fixed and/or added:
  • VMM: improved timing on Solaris hosts with older VT-x hosts without preemption timers
  • VBoxManage: when exporting an appliance, support the suppression of MAC addresses, which means they will be always recreated on import, avoiding duplicate MAC addresses for VMs which are imported several times
  • USB: added USB traffic capturing
  • Made resizing X11 guests work more reliably
  • API: block the removal of the current snapshot if it has child snapshots (only relevant for VMs without snapshottable hard disks, their presence always prevented removal), which resulted in VM config corruption
  • API: mark VM configs with snapshots but without current snapshot as inaccessible, as this combination is nonsense
  • API: fix information for some automatically generated events (only with XPCOM, Windows host was not affected), which caused errors when getting some of the attributes over the webservice (bug #12379)
  • API: fix crashes in Java API clients using the XPCOM binding, happened with output parameters only (bug #11232)
  • API: a number of settings (e.g. network settings) can now also be changed when the VM is in saved state
Edit: added USB hard disks, by Alexey.E "Technologov".
Locked