Uitgavegeschiedenis VirtualBox

Hieronder vindt u beschrijvingen van de wijzigingen en vernieuwingen in de opeenvolgende versies van VirtualBox.

VirtualBox 4.0.2

De eerste onderhoudsupdate voor VirtualBox 4 is uitgekomen. Met VirtualBox kunt u in een gastbesturingssysteem een ander besturingssysteem (os) virtueel draaien.

VirtualBox 4.0.2 lost diverse foutjes en problemen op die in de vorige versie geslopen waren. VirtualBox is beschikbaar voor Windows, Mac OS X en Linux. Lees hieronder alle technische details over de wijzigingen in VirtualBox 4.0.2.

Release notes:

  • GUI: don't crash if a removable host drive referenced from the VM settings vanished
  • GUI: fixed a crash when using the KDE4 Oxygen theme and clicked on the settings button (4.0 regression; bug #7875)
  • GUI: properly warn if the machine folder cannot be created (bug #8031)
  • GUI: several fixes for multimonitor X11 guests
  • ExtPack: don’t make the installer helper application suid root (Linux .deb/.rpm packages only)
  • ExtPack: improved user experience on Vista / Windows 7 when installing an extension pack
  • ExtPack: fixed issue with non-ascii characters in the path name during installing an extension pack (bug #7917)
  • ExtPack: fixed SELinux issues on 32-bit Linux hosts
  • VBoxManage: Host-only interface creation and removal is now supported for all platforms except Solaris (bug #7741)
  • VBoxManage: fixed segmentation fault when removing non-existent host-only interface
  • Storage: fixed possible crashes with VMDK/VHD images with snapshots and async I/O (4.0 regression)
  • Storage: don’t eject the physical medium if a DVD/CDROM/floppy drive is detached from a VM (bug #5825)
  • Storage: be more robust when a faulty guest sends ATA commands to an ATAPI device (bug #6597)
  • Parallels: fixed deletion of the image during suspend, pause or power off (4.0 regression)
  • Bridged networking: fixed host kernel panic when bridging to devices with no TX queue (4.0 regression; Linux hosts only; bug #7908)
  • NAT: port-forwarding rule registration respects protocol parameter (bug #8094)
  • E1000: fixed PXE boot issues with WDS (bug #6330)
  • Virtio-net: fixed the issue with TX performance in some Linux guests
  • ICH9: fixed VM crash (software virtualization only; bug #7885)
  • VGA: fixed VESA screen issue (4.0 regression; bug #7986)
  • Shared Folders: fixed parameter parsing when creating symbolic links, fixes 32-bit/64-bit bitness issue (bug #818)
  • Main: fixed crash under rare circumstances due to an invalid logging string (4.0 regression)
  • Main: improve error information propagation for errors preventing a VM start
  • Main: fixed problems with snapshots and non-ASCII characters in machine paths (bug #8024)
  • Webservice: now listens to localhost by default as documented (bug #6067)
  • Settings: do not fail loading machine settings if removeable drive attachment (host drive or image) cannot be found; with 4.0 this is much more likely when machines are moved from one host to another
  • Settings: fixed issue that changing a snapshot name or description was not saved to machine XML
  • OVF/OVA: fixed import of files created by other OVF tools (bug #7983)
  • rdesktop-vrdp: fix a crash during USB device enumeration (bug #7981)
  • Linux hosts: fixed a crash during USB device enumeration.
  • Linux hosts: try a bit harder to allocate memory (bug #8035; 4.0 regression)
  • Guest Additions: fixed parsing of parameters for guest control in VBoxService (4.0 regression; bug #8010)
  • Windows Guest Additions: automatic logon on Windows Vista/Windows 7 now supports unlocking previously locked workstations

VirtualBox 4.0.0

VirtualBox 4.0 is uitgekomen. Met VirtualBox kunt u in een gastbesturingssysteem een ander besturingssysteem (os) virtueel draaien. Dit is een belangrijke nieuwe uitgave van de gratis virtualisatiesoftware van Oracle.

VirtualBox 4.0.0 heeft een andere interface (en heet 'VirtualBox Manager') en is gesplitst in een basispakket en extensies met meer functionaliteit. Het extensie-pakket is hier te downloaden en te installeren via Bestand - Voorkeuren - Extensies in VirtualBox.

De hardware ondersteuning en mogelijkheden zijn ook behoorlijk uitgebreid in deze versie van VirtualBox. Verder zijn er talloze verbeteringen en wijzigingen aangebracht en veel fouten opgelost.

VirtualBox is beschikbaar voor Windows, Mac OS X en Linux. Lees hieronder alle technische details over de wijzigingen in VirtualBox 4.0.

Release notes:
This version is a major update. The following major new features were added:

  • Reorganization of VirtualBox into a base package and Extension Packs; see chapter 1.5, Installing VirtualBox and extension packs, see the manual for more information
  • New settings/disk file layout for VM portability; see chapter 10.1, Where VirtualBox stores its files, see the manual for more information
  • Major rework of the GUI (now called “VirtualBox Manager”):
    • Redesigned user interface with guest window preview (also for screenshots)
    • New “scale” display mode with scaled guest display; see chapter 1.8.5, Resizing the machine’s window, see the manual for more information
    • Support for creating and starting .vbox desktop shortcuts (bug #1889)
    • The VM list is now sortable
    • Machines can now be deleted easily without a trace including snapshots and saved states, and optionally including attached disk images (bug #5511; also, VBoxManage unregistervm --delete can do the same now)
    • Built-in creation of desktop file shortcuts to start VMs on double click (bug #2322)
  • VMM: support more than 1.5/2 GB guest RAM on 32-bit hosts
  • New virtual hardware:
    • Intel ICH9 chipset with three PCI buses, PCI Express and Message Signaled Interrupts (MSI); see chapter 3.4.1, “Motherboard” tab, see the manual for more information
    • Intel HD Audio, for better support of modern guest operating systems (e.g. 64-bit Windows; bug #2785)
  • Improvements to OVF support (see chapter 1.12, Importing and exporting virtual machines, see the manual for more information):
    • Open Virtualization Format Archive (OVA) support
    • Significant performance improvements during export and import
    • Creation of the manifest file on export is optional now
    • Imported disks can have formats other than VMDK
  • Resource control: added support for limiting a VM’s CPU time and IO bandwidth; see chapter 5.8, Limiting bandwidth for disk images, see the manual for more information
  • Storage: support asynchronous I/O for iSCSI, VMDK, VHD and Parallels images
  • Storage: support for resizing VDI and VHD images; see chapter 8.21, VBoxManage modifyhd, see the manual for more information.
  • Guest Additions: support for multiple virtual screens in Linux and Solaris guests using X.Org server 1.3 and later
  • Language bindings: uniform Java bindings for both local (COM/XPCOM) and remote (SOAP) invocation APIs

In addition, the following items were fixed and/or added:

  • VMM: Enable large page support by default on 64-bit hosts (applies to nested paging only)
  • VMM: fixed guru meditation when running Minix (VT-x only; bug #6557)
  • VMM: fixed crash under certain circumstances (Linux hosts only, non VT-x/AMD-V mode only; bugs #4529 and #7819)
  • GUI: add configuration dialog for port forwarding in NAT mode (bug #1657)
  • GUI: show the guest window content on save and restore
  • GUI: certain GUI warnings don’t stop the VM output anymore
  • GUI: fixed black fullscreen minitoolbar on KDE4 hosts (Linux hosts only; bug #5449)
  • BIOS: implemented multi-sector reading to speed up booting of certain guests (e.g. Solaris)
  • Bridged networking: improved throughput by filtering out outgoing packets intended for the host before they reach the physical network (Linux hosts only; bug #7792)
  • 3D support: allow use of CR_SYSTEM_GL_PATH again (bug #6864)
  • 3D support: fixed various clipping/visibility issues (bugs #5659, #5794, #5848, #6018, #6187, #6570)
  • 3D support: guest application stack corruption when using glGetVertexAttrib[ifd]v (bug #7395)
  • 3D support: fixed OpenGL support for libMesa 7.9
  • 3D support: fixed Unity/Compiz crashes on natty
  • 2D Video acceleration: multimonitor support
  • VRDP: fixed rare crash in multimonitor configuration
  • VRDP: support for upstream audio
  • Display: fixed occasional guest resize crash
  • NAT: port forwarding rules can be applied at runtime
  • SATA: allow to attach CD/DVD-ROM drives including passthrough (bug #7058)
  • Floppy: support readonly image files, taking this as the criteria for making the medium readonly (bug #5651)
  • Audio: fixed memory corruption during playback under rare circumstances
  • Audio: the DirectSound backend now allows VMs to be audible when another DirectSound application is active, including another VM (bug #5578)
  • EFI: support for SATA disks and CDROMs
  • BIOS: reduce the stack usage of the VESA BIOS function #4F01 (Quake fix)
  • OVF/OVA: fixed export of VMs with iSCSI disks
  • Storage: Apple DMG image support for the virtual CD/DVD (bug #6760)
  • Linux host USB support: introduced a less invasive way of accessing raw USB devices (bugs #1093, #5345, #7759)
  • Linux hosts: support recent Linux kernels with CONFIG_DEBUG_SET_MODULE_RONX set
  • Guest Additions: Shared Folders now can be marked as being auto-mounted on Windows, Linux and Solaris guests
  • Linux Additions: Shared Folders now support symbolic links (bug #818)
  • Linux Additions: combined 32-bit and 64-bit additions into one file
  • Windows Additions: automatic logon on Windows Vista/Windows 7 is now able to handle renamed user accounts; added various bugfixes

VirtualBox 3.2.12

Oracle heeft een nieuwe versie van VirtualBox vrijgegeven. In deze uitgave van de gratis virtualisatiesoftware worden veel kleine foutjes rechtgezet.

Met VirtualBox kunt u in een gastbesturingssysteem een ander besturingssysteem (os) virtueel draaien. VirtualBox 3.2.12 kent de nodige wijzigingen en verbeteringen voor de Windows-, Mac OS X-, Linux- en Solaris-varianten van VirtualBox. Lees hieronder alle veranderingen.

Release notes:
This is a maintenance release. The following items were fixed and/or added:

  • VMM: fixed rare host crash when running 64-bit guests on 32-bit hosts (bug #7577)
  • VMM: fixed host reboots under rare circumstances due to NMIs triggered by active performance counters (Linux hosts in non-VT-x/AMD-V mode only; bug #4529)
  • VMM: fixed out of memory guru meditation for large memory guests (bug #7586)
  • VMM: fixed a guru meditation related to large pages
  • VMM: use new VT-x feature to keep the guest from hogging the CPU
  • Snapshots: implemented deleting the last remaining snapshot while the VM is running
  • GUI: perform the checks for exceeding the size limit of the host file system and for broken asynchronous I/O on older Linux kernels with ext4 / xfs file systems not only when starting the VM from scratch but also when starting from a saved state
  • NAT: fixed memory leak (3.2.0 regression; bugs #6918, #7353)
  • Networking: fixed VM reset handling in e1000
  • VRDP: fixed rare crash in multimonitor configuration
  • Display: fixed occasional guest resize crash
  • Mouse: don't send relative mouse events together with absolute mouse events (3.2.10 regression; bug #7571)
  • Keyboard: fixes for the USB keyboard emulation; fixes for Koran keyboards
  • Serial: don't hang if the host device would block during open (bugs #5756, #5380)
  • Serial: fixed modem status lines (Linux hosts only; bug #812)
  • Graphics: Horizontal resolutions are no longer restricted to a multiple of 8 pixels (bug #2047; requires Guest Additions update).
  • USB: fixed a crash with older Linux kernels and non-ASCII characters in device strings (Linux hosts only; bug #6983, #7158, #7733; version 3.2.8 contained an incomplete fix)
  • USB: fixed a crash under rare circumstances (bug #7409; Windows hosts only)
  • iSCSI: respond to NOP-In requests from the target immediately to avoid being disconnected if the guest is idle
  • 3D support: fixed a crash under certain circumstances (bug #7659)
  • 3D support: fixed crashes for GLUT based apps (bug #6848)
  • 3D support: added missing GLX 1.3 functionality (bugs #7652, #7195)
  • 2D Video acceleration: fixed potential deadlock when saving the VM state (bug #4124)
  • Windows hosts: another fix for BSODs under certain circumstances in VBoxNetFlt.sys (bug #7601)
  • Solaris hosts: fixed host USB DVD drive detection
  • Mac OS X hosts: fixed swapped keys for certain ISO keyboard types (bug #2996)
  • Linux hosts: added link state handling for TAP devices needed for proper operation with bridged networking on kernels 2.6.36 and above (bug #7649)
  • Linux hosts/guests: Linux 2.6.37 fixes
  • Linux Additions: properly compile the vboxvideo module if DKMS is not installed (bug #7572)
  • Linux Additions: fixed a memory leak when accessing non-existing files on a Shared Folders (bug #7705)
  • Windows Additions: skip none-mapped user accounts when enumerating user accounts for VM information

VirtualBox 3.2.10

VirtualBox 3.2.10 is verschenen. Deze versie van de gratis virtualisatiesoftware is een onderhoudsuitgave die fouten oplost. Met VirtualBox kan in een gastbesturingssysteem een ander besturingssysteem (os) virtueel gedraaid worden. VirtualBox 3.2.10 kent veel wijzigingen en verbeteringen voor de Windows-, Mac OS X-, Linux- en Solaris-varianten van VirtualBox. Lees hieronder alle wijzigingen.

Release notes:

  • VMM: V8086 mode fix for legacy DOS/Windows guests with EMM386 (3.2.8 regression)
  • VMM: stability fix (bug #7342)
  • VMM: fixed a Guru meditation related to large pages (bug #7300)
  • VMM: fixed support for large pages on Linux hosts
  • VMM: fixed a Guru meditation for large memory 64-bit guests on 32-bit hosts with nested paging (bug #7544
  • VMM: performance improvements for VMs with more than 2 GB RAM (bug #6928)
  • GUI: fixed host key handling if the host key is set to Left Alt (Linux/Solaris hosts only; 3.2.0 regression; bug #6758)
  • GUI: the VM can be minimized from the mini toolbar (bug #4952)
  • GUI: handle Ctrl+Break properly on X11 hosts (3.2.0 regression; bug #6122)
  • GUI: fixed the case where the user aborted the media selector for selecting the boot hard disk from the VM wizard
  • GUI: added a check for Linux kernels 2.6.36 or later which are known to have the asynchronous I/O bug on ext4 / xfs file systems fixed (Linux hosts only)
  • OpenSolaris guests: use SATA controller by default
  • Storage: fixed I/O errors in the guest after compacting VDI images (3.2.6 regression; bug #7294)
  • Storage: automatically repair base disk images with non-zero parent UUID which made them inaccessible (bug #7289)
  • Storage: fixed corrupted images if a merge operation was canceled
  • IDE: added ATAPI passthrough support for audio CDs (bug #3494)
  • SATA: fixed a potential hang during boot of recent Solaris guests
  • SATA: handle out of disk space and similar conditions better
  • iSCSI: fixed sporadic hangs when closing the connection
  • VGA: fixed missing redraw with multiple screens under certain circumstances (bug #7291)
  • VGA: serveral small fixes for legacy VGA graphics modes
  • Bridged networking: fixed occasional host freeze during VM shutdown (Linux hosts only)
  • NAT: don't check for the existence of the TFTP prefix when delivering a file via bootp (bug #7384)
  • NAT: fixed resolving of names at the host resolver (bug #7138)
  • NAT: under rare conditions the NAT engine consumed 100% CPU load (non-Windows hosts only)
  • VRDP: fixed memory leak under certain circumstances (bug #5966)
  • VRDP: fixed missing redraws with Windows guests under certain circumstances
  • USB: properly discard blocking outstanding bulk URBs, fixes some printers
  • USB: Blackberry fix (bug #6465)
  • VBoxHeadless: fixed event queue processing problems which led to hangs if the VM could not be started successfully
  • VBoxManage: don't crash if parameters with invalid characters are passed (bug #7388)
  • VBoxManage: clonehd: fixed a bug where the command aborted with an error message under rare circumstances
  • VBoxManage: metrics: made it work for directly started VMs again (3.2.8 regression; bug #7482)
  • 3D support: report GLX_ARB_get_proc_address as supported extension
  • 3D support: guest application stack corruption when using glGetVertexAttrib[ifd]v (bug #7395)
  • 3D support: fixed broken 3D support when switching to fullscreen/seamless modes (bug #7314)
  • 3D support: fixed 32bit OpenGL apps under 64bit Windows XP/Vista (bug #7066)
  • OVF: fixed bug when exporting a VM with multiple attached disks (bug #7366)
  • OVF: fixed slow export for certain filesystems (bug #3719)
  • OVF: disabled manifest (.mf file) support; manifests are no longer verified on import nor written on export
  • Shared clipboard/Windows: improved the reliability of the shared clipboard on Windows hosts and guest (partial fix to bug #5266)
  • Shared Folders: don't show an empty directory if filenames with an invalid encoding exist on the host (bug #7349)
  • Shared Folders: return the proper error code when trying to list files for a non-existing wildcard (bug #7004)
  • Audio: fixed guest memory corruption when capturing from the NULL audio backend (bug #6911)
  • Audio: improved playback quality (less choppy) (bug #6816)
  • Web service: avoid unnecessary creation of idle threads
  • Additions: fixed bug in the guest execution feature when passing more than one environment variable
  • Additions: refresh all guest properties written by VBoxService after the VM was restored from a saved state
  • Additions: fixed a division by zero crash of VBoxService under certain circumstances
  • Additions: immediately resynchronize the guest time with the host time after the VM was restored from a saved state (bug #4018)
  • Additions/Windows: fixed LsaEnumerate error when enumerating logged in users
  • Additions/X.Org: support X.Org Server 1.9 (bug #7306)
  • Additions/X.Org: don't crash VBoxClient during reboot
  • Solaris hosts: fixed host DVD drive enumeration on Solaris 10
  • Solaris hosts: added a custom core dumper to procure more data in the event of a VM crash
  • Solaris guests: fixed user idle detection
  • Solaris guests: fixed a possible panic in Shared Folders when using the wrong user or group IDs (bug #7295)
  • Solaris guests: fixed Shared Folders from truncating files to 2GB on 32-bit guests (bug #7324)
  • Windows hosts: fixed a BSOD under certain circumstances in VBoxNetFlt.sys (bug #7448)
  • Linux hosts/guests: Linux 2.6.36 fixes
  • Linux hosts/guests: DKMS fixes (bug #5817)
  • Mac OS X hosts: fixed missing dock menu entries (bug #7392)

VirtualBox 3.2.8

VirtualBox 3.2.8 is gepubliceerd. Deze versie van de gratis virtualisatiesoftware is een onderhoudsuitgave die fouten oplost. Met VirtualBox kan in een gastbesturingssysteem een ander besturingssysteem (os) virtueel gedraaid worden. VirtualBox 3.2.8 kent de nodige kleine wijzigingen en verbeteringen voor de Windows-, Mac OS X-, Linux- en Solaris-varianten van VirtualBox. Lees hieronder alle veranderingen.

Release notes:

  • VMM: fixed host crash when running 64-bit guests on 32-bit hosts with certain Intel CPUs (VT-x only; bug #6166)
  • VMM: allow 64-bit SMP guests on 32-bit hosts (VT-x and AMD-V only; does not apply to Mac OS X, which already supports it)
  • VMM: fixed Guru mediation if guests with more than 2GB are booted with VT-x/AMD-V disabled (bug #5740)
  • VMM: fixed TR limit trashing (VT-x and 64-bit host only; bug #7052)
  • Page Fusion: several bug fixes for SMP guests (including bug #6964)
  • Teleportation: several fixes and improvements
  • Mac OS X server guests: compatibility fix
  • EFI: fixed memory detection for guests with 2GB or more RAM assigned
  • GUI: added a workaround for a Linux kernel bug which affecting asynchronous I/O on ext4 / xfs file systems (Linux hosts only)
  • GUI: added setting for multiple VRDP connections; useful if multiple screens are enabled
  • GUI: another fix for the keyboard capturing bug under metacity (bug #6727)
  • GUI: fixed quit dialog when used in seamless or fullscreen mode (Mac OS X hosts only; bug #6938)
  • GUI: handle the extra key on the Brazilian keyboard on X11 hosts again (bug #7022).
  • 2D Video acceleration: fixed crashes when leaving the fullscreen mode (bug #6768)
  • VBoxManage: fixed storageattach error handling (bug #6927)
  • VBoxManage: fixed dhcpserver add (3.2.0 regression; bug #7031)
  • Storage: fixed hang with images located on filesystems which don't support async I/O (bug #6905)
  • Storage: fixed raw disks on Windows hosts (3.2.0 regression; bug #6987)
  • LsiLogic: fixed hang with older Linux guests
  • BusLogic: fixed hang during I/O
  • SATA: set initial number of ports to 1 as some guests can't handle 30 ports (e.g. CentOS 4 and FreeBSD; bug #6984)
  • SATA: performance improvement
  • SCSI: fixed error when using the full format option during Windows installation (bug #5101)
  • iSCSI: fixed authentication (bug #4031)
  • Host-only/bridged networking: fixed excessive host kernel warnings under certain circumstances (Linux hosts only; 3.2.0 regression; bug #6872)
  • NAT: fixed potential memory leaks
  • NAT: increased the size of the memory pool for 16K Jumbo frames (performance tweak)
  • NAT: allow to link/unlink the network cable even if the VM is currently paused
  • E1000: disconnect cable was not properly handled if the NIC was not yet initialized by the guest
  • OVF: export performance optimization
  • OVF: upgraded OS type definitions to CIM 2.25.0 so that Windows 7 and other OSes are now tagged correctly on export
  • Settings: the setting for disabling the host I/O cache was sometimes not properly saved
  • Settings: save machine state into XML correctly even when snapshot folder has been changed to a non-default location (bug #5656)
  • USB: allow the guest to disable an EHCI port
  • USB: find a valid language ID before querying strings (bug #7034)
  • POSIX hosts: fixed several memory leaks (3.2.0 regression)
  • Solaris hosts: fixed VDI access problem under certain circumstances (IDE/SATA; 3.2.0 regression)
  • Solaris hosts: fixed VM fails to start on 32-bit hosts (3.2.0 regression; bug #6899)
  • Windows hosts (32-bit): increase guest RAM limit if the host kernel allows for more virtual address space
  • Linux Additions: re-read a directory after a file was removed (bug #5251)
  • Linux Additions: install the DRI driver in the right location on ArchLinux guests (bug #6937)
  • X11 Additions: fixed spurious mouse movement events (bug #4260)
  • Solaris Additions: fixed guest control execution
  • Windows Additions: automatic logon on Windows Vista/Windows 7 is now able to handle renamed and principal user accounts; added various bugfixes
  • Windows Additions: improved command line parsing of the installer
  • Windows Additions: fixed driver verifier bugcheck in VBoxMouse (bug #6453)
  • 3D support: fixed OpenGL support for 32bit apps under 64bit Windows guests

VirtualBox 3.2.6

Er is na drie weken weer een nieuwe versie uitgekomen van de gratis virtualisatiesoftware VirtualBox. Met VirtualBox kan in een gastbesturingssysteem een ander besturingssysteem (os) virtueel gedraaid worden. VirtualBox 3.2.6 kent de nodige kleine wijzigingen en wordt een maintenance release genoemd. Lees hieronder alle veranderingen.

Release notes:

  • VMM: fixed host crash when running 64-bit guests on 32-bit hosts with certain Intel CPUs (VT-x only; bug #6166)
  • VMM: allow 64-bit SMP guests on 32-bit hosts (VT-x and AMD-V only; does not apply to Mac OS X, which already supports it)
  • VMM: fixed Guru mediation if guests with more than 2GB are booted with VT-x/AMD-V disabled (bug #5740)
  • VMM: fixed TR limit trashing (VT-x and 64-bit host only; bug #7052)
  • Page Fusion: several bug fixes for SMP guests (including bug #6964)
  • Teleportation: several fixes and improvements
  • Mac OS X server guests: compatibility fix
  • EFI: fixed memory detection for guests with 2GB or more RAM assigned
  • GUI: added a workaround for a Linux kernel bug which affecting asynchronous I/O on ext4 / xfs file systems (Linux hosts only)
  • GUI: added setting for multiple VRDP connections; useful if multiple screens are enabled
  • GUI: another fix for the keyboard capturing bug under metacity (bug #6727)
  • GUI: fixed quit dialog when used in seamless or fullscreen mode (Mac OS X hosts only; bug #6938)
  • GUI: handle the extra key on the Brazilian keyboard on X11 hosts again (bug #7022).
  • 2D Video acceleration: fixed crashes when leaving the fullscreen mode (bug #6768)
  • VBoxManage: fixed storageattach error handling (bug #6927)
  • VBoxManage: fixed dhcpserver add (3.2.0 regression; bug #7031)
  • Storage: fixed hang with images located on filesystems which don't support async I/O (bug #6905)
  • Storage: fixed raw disks on Windows hosts (3.2.0 regression; bug #6987)
  • LsiLogic: fixed hang with older Linux guests
  • BusLogic: fixed hang during I/O
  • SATA: set initial number of ports to 1 as some guests can't handle 30 ports (e.g. CentOS 4 and FreeBSD; bug #6984)
  • SATA: performance improvement
  • SCSI: fixed error when using the full format option during Windows installation (bug #5101)
  • iSCSI: fixed authentication (bug #4031)
  • Host-only/bridged networking: fixed excessive host kernel warnings under certain circumstances (Linux hosts only; 3.2.0 regression; bug #6872)
  • NAT: fixed potential memory leaks
  • NAT: increased the size of the memory pool for 16K Jumbo frames (performance tweak)
  • NAT: allow to link/unlink the network cable even if the VM is currently paused
  • E1000: disconnect cable was not properly handled if the NIC was not yet initialized by the guest
  • OVF: export performance optimization
  • OVF: upgraded OS type definitions to CIM 2.25.0 so that Windows 7 and other OSes are now tagged correctly on export
  • Settings: the setting for disabling the host I/O cache was sometimes not properly saved
  • Settings: save machine state into XML correctly even when snapshot folder has been changed to a non-default location (bug #5656)
  • USB: allow the guest to disable an EHCI port
  • USB: find a valid language ID before querying strings (bug #7034)
  • POSIX hosts: fixed several memory leaks (3.2.0 regression)
  • Solaris hosts: fixed VDI access problem under certain circumstances (IDE/SATA; 3.2.0 regression)
  • Solaris hosts: fixed VM fails to start on 32-bit hosts (3.2.0 regression; bug #6899)
  • Windows hosts (32-bit): increase guest RAM limit if the host kernel allows for more virtual address space
  • Linux Additions: re-read a directory after a file was removed (bug #5251)
  • Linux Additions: install the DRI driver in the right location on ArchLinux guests (bug #6937)
  • X11 Additions: fixed spurious mouse movement events (bug #4260)
  • Solaris Additions: fixed guest control execution
  • Windows Additions: automatic logon on Windows Vista/Windows 7 is now able to handle renamed and principal user accounts; added various bugfixes
  • Windows Additions: improved command line parsing of the installer
  • Windows Additions: fixed driver verifier bugcheck in VBoxMouse (bug #6453)
  • 3D support: fixed OpenGL support for 32bit apps under 64bit Windows guests

VirtualBox 3.2.4

Er is een nieuwe versie uitgegeven van de gratis virtualisatiesoftware VirtualBox. Met VirtualBox kan in een gastbesturingssysteem een ander besturingssysteem (os) virtueel gedraaid worden. In VirtualBox 3.2.4 zijn de nodige kleine wijzigingen doorgevoerd, in onder andere de 3D-ondersteuning die u hieronder kunt lezen.

Release notes:

  • GUI: fixed a superfluous resize-event on powering-on VM for X11 (improvement for the 3.2.2 fix)
  • Host-only/bridged networking: fixed guest-to-guest communication over wireless (3.2.0 regression; bug #6855)
  • Storage: fixed a potential guest disk corruption with growing images (3.2.0 regression)
  • Page Fusion: fixed shared module detection for Win64 guests
  • 3D support: allow use of CR_SYSTEM_GL_PATH again (bug #6864)
  • 3D support: fixed a host assertion for some multi-threaded guest applications (bug #5236)
  • 3D support: fixed host crashes with nVIDIA drivers on WDDM startup
  • OVF: fixed import of OVFs with a VM description (annotation) (3.2.2 regression; bug #6914)
  • VRDP: fixed issues with secondary monitors (bug #6759)

VirtualBox 3.2.2

Er is een nieuwe versie uitgekomen van virtualisatiesoftware VirtualBox. Met VirtualBox kan in een gastbesturingssysteem een ander besturingssysteem (os) virtueel gedraaid worden. VirtualBox 3.2.2 kent de nodige kleine wijzigingen die u hieronder kunt lezen.

Release notes:

  • VMM: fixed rare invalid guest state guru meditation (VT-x only)
  • VMM: fixed poor performance with nested paging and unrestricted guest execution (VT-x only; bug #6716)
  • VMM: fixed occasional guru meditation during Windows 7 bootup (bug #6728)
  • GUI: keep the status for remote control in sync with the actual state
  • GUI: don't exit after a successful refresh of an invalid VM configuration
  • GUI: fixed keyboard capturing bug under metacity (bug #6727)
  • GUI: fixed crash during VM termination if a modal dialog is open
  • GUI: default controllers names of New VM Wizard are synchronized with VM settings
  • GUI: fixed superfluous resize-event on powering-on VM for X11
  • GUI: fixed regression - missed USB item's tool-tip of USB devices menu
  • GUI: Activate VM window on mouse-hovering for multi-monitor VMs
  • VBoxSDL/Linux hosts: automated keyboard type detection (bug #5764)
  • SATA: fixed crash during VM suspend under rare circumstances
  • SATA: fixed crash during VM reset after a snapshot was taken
  • Storage: fixed sporadic hang of SMP guests using SATA or LSI Logic SCSI and asynchronous I/O
  • Virtio-net: fix for guests with more than about 4GB RAM (bug #6784)
  • Page Fusion: fixed VBoxService crash with enabled Page Fusion on Win64 guests
  • Page Fusion: added kernel module sharing
  • HGCM: fixed memory leak which showed up if the Guest Additions were accessing a non-existing HGCM service
  • Teleportation: several fixes
  • Floppy: don't disable the host I/O cache by default
  • USB: fixed 3.1 regression with certain devices (e.g. iPhone); Windows host only
  • Serial: updated the guest device emulation to 16550A and reduced the probability for loosing bytes during transmission (bug #1548)
  • NAT: re-fetch the name server parameters from the host on guest DHCP requests to handle host network switches more gracefully (bug #3847)
  • NAT: fixed parsing of IPv4 addresses in CIDR notation (bug #6797)
  • NAT: limit the number of name servers passed to the guest to four (non-Windows hosts only; bug #4098)
  • NAT: fixed DNS transaction id mismatch (bug #6833)
  • VDE: fixed changing the attachment during runtime
  • Bridged Networking: fixed memory leak in the Bridged Networking driver for Windows hosts (bug #6824)
  • Windows Additions: fix for NT4 guests (bug #6748)
  • Windows Additions: re-introduced system preparation feature
  • Linux guests: enable PAE for RedHat guests by default
  • Linux guests: fix support for disabling mouse integration (bug #6714)
  • Webservice: fixed a rare crash when calling IGuest methods from the webservice.
  • OVF: fixed wrong hard disk UUIDs on export (bug #6802)
  • OVF: fixed 3.2.0 regression importing legacy OVF 0.9 files
  • 3D support: fixed OpenGL support for 64bit apps on windows guests
  • 3D support: fixed various host crashes (#2954, #5713, #6443)

Pagina's