mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
4be56406b6
crosvm has never actually supported running on a 32-bit x86 host, only x86-64. Remove the cfg(target_arch = "x86") checks throughout the tree to make this clear (and to simplify the code). This doesn't affect the code running inside the guest, which can still be a 32-bit x86 operating system if launched via --bios, for example. BUG=None TEST=tools/dev_container tools/presubmit Change-Id: Ifd888db54c58ec8a5fcf840871ef564771d9066b Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4794387 Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Zihan Chen <zihanchen@google.com> Reviewed-by: Dennis Kempin <denniskempin@google.com> |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |