search for: 9ca3bdad

Displaying 1 result from an estimated 1 matches for "9ca3bdad".

2020 Apr 03
1
[nbdkit PATCH v2] vddk: Drop support for VDDK 5.1.1
...K -This plugin requires VDDK E<ge> 5.1.1. +This plugin requires VDDK E<ge> 5.5.5, which in turn means that it +is only supported on x64-64 platforms. It has been tested with all versions up to 6.7 (but should work with future versions). diff --git a/configure.ac b/configure.ac index 9ca3bdad..ad95a7e1 100644 --- a/configure.ac +++ b/configure.ac @@ -950,10 +950,11 @@ AC_ARG_ENABLE([vddk], [disable VMware VDDK plugin])], [], [ - dnl VDDK is only available on i686 up to 5.1.1, and only x86-64 - dnl after that. Don't compile on other platforms....