VirtualBox 7.1.10

VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Targeted at server, desktop and embedded use, it is now the only professional-quality virtualization solution that is also Open Source Software. Presently, VirtualBox runs on Windows, Linux, macOS, and Solaris hosts and supports a large number of guest operating systems including but not limited to Windows (NT 4.0, 2000, XP, Server 2003, Vista, 7, 8, Windows 10 and Windows 11), DOS/Windows 3.x, Linux (2.4, 2.6, 3.x, 4.x, 5.x and 6.x), Solaris and OpenSolaris, OS/2, OpenBSD, NetBSD and FreeBSD.

Some of the features of VirtualBox are:

  • Modularity. VirtualBox has an extremely modular design with well-defined internal programming interfaces and a client/server design. This makes it easy to control it from several interfaces at once: for example, you can start a virtual machine in a typical virtual machine GUI and then control that machine from the command line, or possibly remotely. VirtualBox also comes with a full Software Development Kit: even though it is Open Source Software, you don't have to hack the source to write a new interface for VirtualBox.
  • Virtual machine descriptions in XML. The configuration settings of virtual machines are stored entirely in XML and are independent of the local machines. Virtual machine definitions can therefore easily be ported to other computers.

VirtualBox 7.1.10 changelog:

  • VBoxManage: Fixed a crash when running 'guestcontrol run' on Windows hosts (bug #22175)
  • Audio: Fixed device switching on Windows hosts (bug #22267)
  • Windows host installer: Fixed multiple installation entries in the 'Add or remove programs' dialog and upgrade issues
  • Linux host: Fixed issue which caused VM Selector process crash due to missing libdl.so and libpthread.so libraries (bug #22193)
  • Linux host: Removed libIDL as a build time dependency when building VirtualBox from source code (bug #21169)
  • Linux guest and host: Added initial support for kernel 6.15 (bug #22420)
  • Linux guest: Added initial support for kernel 6.16-RC0
  • Linux guest and host: Fixed issue with building modules for UEK8 kernel on Oracle Linux 9 distribution
  • RDP: Fixed issue when it was not possible to paste clipboard buffer into a guest over RDP remote session