1
0
forked from jengelh/virtualbox

Accepting request 792829 from home:lwfinger:branches:Virtualization

- Change default display type for openSUSE virtual machines. The default type
  has been VMSVGA; however, this display type fails to utilize driver vboxvideo.
  thus the display size is fixed. This problem is under investigation, but
  until a fix is found, the default is changed to VBoxVGA with file
  "add change_default_display.patch".
- Makefile in the kernel-host-source package has a typo bug fixed (boo#1168910)
  and a large number of warnings are fixed.

OBS-URL: https://build.opensuse.org/request/show/792829
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=545
This commit is contained in:
Larry Finger
2020-04-10 09:55:34 +00:00
committed by Git OBS Bridge
parent d8ce0b3983
commit 999d9ff1ba
7 changed files with 704 additions and 43 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Apr 9 21:49:36 UTC 2020 - Larry Finger <Larry.Finger@gmail.com>
- Change default display type for openSUSE virtual machines. The default type
has been VMSVGA; however, this display type fails to utilize driver vboxvideo.
thus the display size is fixed. This problem is under investigation, but
until a fix is found, the default is changed to VBoxVGA with file
"add change_default_display.patch".
- Makefile in the kernel-host-source package has a typo bug fixed (boo#1168910)
and a large number of warnings are fixed.
-------------------------------------------------------------------
Sun Mar 29 19:20:48 UTC 2020 - Larry Finger <Larry.Finger@gmail.com>