crosvm/rutabaga_gfx
Daniel Verkamp 9c12c41185 rutabaga_gfx: remove use of VolatileRef
Replace the command parsing code that used VolatileRef with the new
DataInit::read_from_prefix() function. The code is parsing a normal Rust
&[u8] slice, so it does not need to use volatile loads at all.

BUG=None
TEST=tools/presubmit --all

Change-Id: I1ee57404ae39da3400f455959e7d396f20a0d22b
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3823999
Reviewed-by: Ryan Neph <ryanneph@google.com>
Tested-by: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
2022-08-16 18:43:03 +00:00
..
ffi Reformat imports 2022-07-28 00:15:50 +00:00
src rutabaga_gfx: remove use of VolatileRef 2022-08-16 18:43:03 +00:00
build.rs Reformat imports 2022-07-28 00:15:50 +00:00
Cargo.toml