K 10 svn:author V 3 jhb K 8 svn:date V 27 2019-05-09T22:31:47.469368Z K 7 svn:log V 303 MFC 333639: vmmdev: return EFAULT when trying to read beyond VM system memory max address Currently, when using dd(1) to take a VM memory image, the capture never ends, reading zeroes when it's beyond VM system memory max address. Return EFAULT when trying to read beyond VM system memory max address. END