tools: hv: fcopy_daemon: support >2GB files for x86_32 guest
authorDexuan Cui <decui@microsoft.com>
Wed, 18 Mar 2015 19:29:26 +0000 (12:29 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Mar 2015 10:53:54 +0000 (11:53 +0100)
commitb4affbbb7217e440f80c922b2b304795758d40bb
treee1c67a94797931b92153610bc59bc630b4b212d4
parent177757423fde68a6ce773d2b67b468fbd8367bbc
tools: hv: fcopy_daemon: support >2GB files for x86_32 guest

Without this patch, hv_fcopy_daemon's hv_copy_data() -> pwrite()
will fail for >2GB file offset.

The current char-next branch is broken and this patch fixes
the bug.

Signed-off-by: Alex Ng <alexng@microsoft.com>
Signed-off-by: Dexuan Cui <decui@microsoft.com>
Cc: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/hv/Makefile