Skip to content

Commit

Permalink
VirtualBox 6.0.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
pasha1st committed Apr 28, 2019
1 parent 678b7aa commit bbdc56d
Show file tree
Hide file tree
Showing 13 changed files with 12,358 additions and 72,151 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.txt
@@ -1,9 +1,13 @@
-------------------------------------
6.0-0
6.0-1 2019-04-28
-------------------------------------
Upgrade to Virtualbox 6.0

Add discard (TRIM) support for VDI ($enableAdvancedConfig required)
Upgrade to Virtualbox 6.0:
Add NVMe storage controllers support
Add Nested VT-x/AMD-V control (System-Processor tab)
Add Graphics controller select (Display-Screen tab)

Known issues: no translation for new options
-------------------------------------
5.2-1 2018-11-09
-------------------------------------
Expand Down
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -6,6 +6,8 @@ with support from various contributors (see https://github.com/phpvirtualbox/php

Originally Copyright (C) 2015 Ian Moore (imoore76 at yahoo dot com)

VirtualBox 6.0.x adoptation by Pasha1st

FREE, WITHOUT WARRANTY:

All files of this program (phpVirtualBox) are distributed under the
Expand All @@ -18,7 +20,7 @@ possession.

# Installation from Zip file

1) Download zip file from GitHub project site: https://github.com/phpvirtualbox/phpvirtualbox/archive/master.zip
1) Download zip file from GitHub project site: https://github.com/pasha1st/phpvirtualbox-6/archive/master.zip

2) Unzip the zipfile into a folder accessible by your web server

Expand Down
11 changes: 11 additions & 0 deletions VIRTUALBOX6.md
@@ -0,0 +1,11 @@
# phpVirtualBox adaptation for VirtualBox 6.0.x by Pasha1st

This adaptaion supports major features of VirtualBox 6 such as ``graphics controllers`` and ``NVMe storage controllers``

Fork address: <https://github.com/pasha1st/phpvirtualbox-6/>

If you like this work you are welcome to send me any donation:
* Bitcoin: ``1BsCFRCkwdcGmGDm1F8qqkm4Dcai5XtEaM``
* WebMoney: ``R426393569840`` ``Z292591296225``
* YandexMoney: ``pasha1st@yandex.ru``
* PayPal: <https://paypal.me/pasha1st>
2 changes: 1 addition & 1 deletion endpoints/lib/config.php
Expand Up @@ -14,7 +14,7 @@
/*
* This version of phpVirtualBox
*/
define('PHPVBOX_VER', '6.0-0');
define('PHPVBOX_VER', '6.0-1');

class phpVBoxConfigClass {

Expand Down

0 comments on commit bbdc56d

Please sign in to comment.