crosvm/cros_async
Andrew Walbran 71b6203652 cros_async: Use preadv64 / pwritev64.
These are identical on 64-bit targets and the right thing on 32-bit
targets if we ever have any. More importantly, they exist in the Android
version of the libc crate while preadv and pwritev don't yet.

BUG=b:158290206
TEST=cargo test

Change-Id: Ic6746c4934e577a871b5f690be015ecf3842f3d5
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2316157
Tested-by: Andrew Walbran <qwandor@google.com>
Commit-Queue: Dylan Reid <dgreid@chromium.org>
Reviewed-by: Dylan Reid <dgreid@chromium.org>
Auto-Submit: Andrew Walbran <qwandor@google.com>
2020-08-04 14:11:55 +00:00
..
src cros_async: Use preadv64 / pwritev64. 2020-08-04 14:11:55 +00:00
Cargo.toml vm_memory: Implement cros_async::BackingMemory for GuestMemory 2020-07-28 21:36:21 +00:00