rust-vmm / vm-memory

Virtual machine's guest memory crate
Apache License 2.0
299 stars 97 forks source link

Fail build on non 64-bit targets #275

Closed Ablu closed 5 months ago

Ablu commented 8 months ago

As discussed on Slack and during sync meetings, we should make it explicit that we only support 64bit. While other architectures may be viable to support, currently we assume that usize == u64 and nobody expressed interest in 32bit support.

Closes: #225

Requirements

Before submitting your PR, please make sure you addressed the following requirements:

roypat commented 8 months ago

Nice, thanks for picking this up!

Ablu commented 5 months ago

rebased