[arch-commits] Commit in virtualbox/trunk (2 files)

Christian Hesse eworm at archlinux.org
Tue Jan 8 13:18:23 UTC 2019


    Date: Tuesday, January 8, 2019 @ 13:18:22
  Author: eworm
Revision: 421026

upgpkg: virtualbox 6.0.0-2

disable fancy, new and borked guest control feature

Added:
  virtualbox/trunk/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
Modified:
  virtualbox/trunk/PKGBUILD

-----------------------------------------------------+
 012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch |   14 ++++++++++++++
 PKGBUILD                                            |    4 +++-
 2 files changed, 17 insertions(+), 1 deletion(-)

Added: 012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
===================================================================
--- 012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch	                        (rev 0)
+++ 012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch	2019-01-08 13:18:22 UTC (rev 421026)
@@ -0,0 +1,14 @@
+diff --git a/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp b/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp
+index 6ad7df3e..2f12c277 100644
+--- a/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp
++++ b/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp
+@@ -162,6 +162,9 @@ static int vbglR3GuestCtrlMsgWaitFor(uint32_t idClient, uint32_t *pidMsg, uint32
+  */
+ DECL_NO_INLINE(static, bool) vbglR3GuestCtrlDetectPeekGetCancelSupport(uint32_t idClient)
+ {
++
++    return false;
++
+     /*
+      * Seems we get VINF_SUCCESS back from the host if we try unsupported
+      * guest control functions, so we need to supply some random message

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-08 12:11:30 UTC (rev 421025)
+++ PKGBUILD	2019-01-08 13:18:22 UTC (rev 421026)
@@ -10,7 +10,7 @@
          'virtualbox-guest-utils-nox'
          'virtualbox-ext-vnc')
 pkgver=6.0.0
-pkgrel=1
+pkgrel=2
 _vboxsf_commit='9451f61e6787e95aa51e42b6381db6b059bc49da'
 arch=('x86_64')
 url='http://virtualbox.org'
@@ -76,6 +76,7 @@
         '009-include-path.patch'
         '010-qt-5.11.patch'
         '011-python-3-7.patch'
+        '012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch'
         # The following patch and mount.vboxsf wrapper should be removed
         # once support for mainline-style options string gets upstreamed
         '101-vboxsf-automount.patch'
@@ -101,6 +102,7 @@
             '1acc7014bcb3d9ca6da29eed813c3d6e91a688c43f9d93802fd4e3814f67ace4'
             'c6ef35e6893d557c7c2269ff79bc299fe9058cfb2c933a7efdc7a8a7b6d9c5da'
             '55224cb74b54b331d691f171efc0d4c058a14f738551f1d8f559146c2908635d'
+            '81900e13d36630488accd8c0bfd2ceb69563fb2c4f0f171caba1cca59d438024'
             'a784f3cc24652a16385cc63abac6c5178932ca5f3861be7650631b7dafa753a4'
             'f3ed6741f8977f40900c8aa372fa082df1f8723d497d4fff445153c543bc8947')
 



More information about the arch-commits mailing list