- Update to version 4.3.10:
+ VMM: more work on improving the emulation of certain MSR registers on certain host CPUs (e.g. bugs #12734, #12736, #12744, #12748, #12686, #12770)
+ VMM: fixed single-stepping for real-mode guests (VT-x without unrestricted guest execution) and some I/O instructions (bug #12636)
+ VMM: fixed a potential problem with COW pages if nested paging is not available
+ GUI: Mac OS X: experimental native full screen support for Mountain Lion and Mavericks (bug #12292)
+ GUI: Mac OS X: removed the mini-toolbar minimize button which doesn't work under Mac OS X full screen mode anyway
+ GUI: experimental HID LEDs synchronization for Windows and Mac OS X hosts: fixed keyboard re-synchronization if the feature is disabled (as done by default; bug #12758)
+ GUI: fixed a potential crash when opening the preferences menu (bug #12862)
+ OVF: fixed a crash of the VirtualBox Manager when re-starting guest export (bug #12586)
+ 3D support: several fixes
+ HGCM: fixed a problem with saved states which could cause several guest misbehavior after a VM was started from a saved state
+ Storage: fixed a bug preventing to compact differential snapshots under certain conditions
+ VBoxSVC: fixed a segmentation fault on Linux hosts if a very long path exists under /dev (bug #12760)
+ API: fixed guest misbehavior under certain conditions if a storage medium was attached or removed at VM runtime
+ Windows installer: make the --silent parameter work again (bug #12764)
+ Linux Additions: install correctly on Ubuntu guest systems with a /usr/lib64 directory (bug #12513)
+ X11 Additions: fix for the VBoxClient process not exiting correctly (bug #12348) and consuming too much processor time
- Refresh virtualbox-xserver-116.patch to xorg-server-1.15.99.902 with
x.org video driver protocol version 17.0
- Set mode of /usr/lib/virtualbox/VirtualBox to 4750 to match /etc/permissions.easy
as newly complained by chkstat (due to ro's change)
OBS-URL: https://build.opensuse.org/request/show/232843
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=158
- Update to version 4.3.6:
+ VMM: fixed a Guru Meditation VINF_EM_TRIPLE_FAULT caused by VMCB caching with nested paging on certain AMD CPUs (bug #12451)
+ VMM: fixed a Guru Meditation VERR_VMX_UNEXPECTED_INTERRUPTION_EXIT_TYPE while intercepting debug exceptions (VT-x only; bug #12410)
+ VMM: fixed a Guru Meditation VERR_SVM_UNEXPECTED_EXIT while intercepting debug register accesses (AMD-V only; bug #12481)
+ VMM: fixed a VERR_SSM_STRUCTURE_MAGIC error when trying to load a saved state made with VBox 4.3.4 when VT-x/AMD-V is disabled. Unfortunately, VBox 4.3.4 produced broken saved states for this configuration so you have to discard these states (bug #12414)
+ VMM: added a few more MSRs to the whitelist required by certain guests (bug #12245)
+ GUI: fixed deleting of inaccessible VMs (4.3 regression, bug #12205)
+ GUI: fixed warnings in VM settings / number of guest processors (bug #12480)
+ Main: don't automatically enable 64-bit guests on 64-bit hosts if VT-x/AMD-V is not available (bug #12424)
+ Main: always expose the DMI memory information to Windows 2012 guests (bug #12017)
+ Main: fixed occasional crashes on guest display resolution change (bug #7063)
+ Main: fixed reporting back temporary name when calling IGuestSession::DirectoryCreateTemp() (bug #12498)
+ API: fix for a hang when launching a GUI VM through the API, which crashes due to GUI unavailability
+ Storage: fix for BLKCACHE_IOERR runtime errors under rare circumstances (bug #11030)
+ Network: allow to start more than 5 PCNet instances (bug #12426)
+ E1000: if the cable was disconnected before the guest initialized the device, the link status was not properly set to 'down' after the initialization completed despite the fact that there was no connection
+ 3D support: fixed offset of guest 3D image elements (Mac OS X Retina hosts only; bug #11021)
+ Solaris hosts: fixed accessing the host driver from non-global zones (4.3 regression, bug #12271)
- For more changes see https://www.virtualbox.org/wiki/Changelog
- Add source services (refresh_patches ATM)
- Rebased patches:
+ vbox-disable-updates.diff (only offset)
+ vbox-fpie.diff (only offset)
+ vbox-deprec-gsoap-service-proxies.diff (manually)
+ vbox-gsoapssl-deps.diff (manually)
+ vbox-no-build-dates.diff (manually)
+ vbox-permissions_warning.diff (manually)
+ vbox-python-detection.diff (manually)
+ vbox-smc-napa.diff (manually)
+ vbox-vboxdrv-init-script.diff (manually)
OBS-URL: https://build.opensuse.org/request/show/214248
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=150
- update to 4.2.20, this is a maintenance release. The following items were fixed and/or added:
* GUI: always report recommended resolutions for all monitors (not always done since 4.2.12)
* GUI: make sure the assigned license and description are attached to the exported appliance
* GUI: the OS X hot corners were not accessible while a VirtualBox VM is running (Mac OS X hosts only; bug #4139)
* NAT: don't run into an infinite loop in case the host cannot access any DNS server (bug #12300)
* NAT: don't re-connect the cable if the DNS information changes and the cable was disconnected before (bug #12225)
* Main: properly save the passthrough flag for DVD drives without an attached medium
* Keyboard: fixed a VM crash if a VM was resumed from a saved state where at least one key was pressed (bug #11289)
* 2D Video acceleration: fix crashes on presentation mode switches (bug #9194)
* Storage: fixed errors with snapshots when using QCOW or QED disk images
(bug #12144)
* Storage: fix for newer Linux kernels not detecting a hard disk as SSD when
using the IDE or SATA controller (bug #12025)
* Storage: fixed detection of CD/DVD media when switching from an empty to a
host drive with passthrough enabled
* Snapshots: fixed a bug which could result in lost medium attachments
(4.2.18 regression, bug #11750)
* Shared Clipboard: fixed potential SEGFAULT when working with UTF8 and UTF16
content (Mac OS X hosts only)
* OVF: fixed import logic for OVF appliances containing multiple VMs
* Extpack Installer: make it work if the file is located in a folder with
special characters
* SDK: extended the functionality coverage for the C bindings
* 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: fixed information for some automatically generated events (only with
XPCOM, Windows host was not affected), which caused errors when getting
OBS-URL: https://build.opensuse.org/request/show/210830
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=144
- update to virtualbox 4.1.18 (This is a maintenance release)
* VMM: fixed VERR_REM_VIRTUAL_CPU_ERROR under rare conditions after the guest has been reset (bug #5164 and others)
* VMM: fixed host freezes with 64-bit guests on 32-bit Linux hosts (bug #10528)
* VRDP: added a workaround for rdesktop clients not properly updating the screen size when minimized
* AHCI: fixed a rare bug which can cause a guest memory corruption after the guest storage controler has been reset
* NAT: another attempt to fix crashes under rare conditions (Windows hosts only; bug #10513)
* Mac OS X hosts: addressed issues running Leopard / Snow Leopard (bug #10631)
* Linux hosts / Bridged Networking: fixed the problem with device driver unloading on kernels 3.2.18 and newer due to an invalid reference counter (bug #10624)
* Linux hosts / guests: Linux 3.5-rc1 fixes
* Linux Additions: the guest content was sometimes not properly updated (bug #9887)
* Solaris Additions: installer fix for X.org Server 1.11 and 1.12
OBS-URL: https://build.opensuse.org/request/show/125876
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=97
- New “scale” display mode with scaled guest display
- 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)
- Intel ICH9 chipset with three PCI buses, PCI Express and Message Signaled Interrupts (MSI)
- Intel HD Audio, for better support of modern guest operating systems (e.g. 64-bit Windows; bug #2785)
* Improvements to OVF support :
- 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
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=6
New Features:
* Reorganization of VirtualBox into a base package and Extension Packs
* New settings/disk file layout for VM portability; see chapter 10.1, Where VirtualBox stores its files
* 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
* 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)
* Intel HD Audio, for better support of modern guest operating systems (e.g. 64-bit Windows; bug #2785)
* Improvements to OVF support
* 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
* Storage: support asynchronous I/O for iSCSI, VMDK, VHD and Parallels images
* Storage: support for resizing VDI and VHD images.
* 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:
Bug Fixes:
* VMM: Enable large page support by default on 64-bit hosts (applies to nested paging only)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=5