Skip to content

Fail build on non 64-bit targets#275

Merged
roypat merged 1 commit into
rust-vmm:mainfrom
Ablu:64bitonly
Mar 4, 2024
Merged

Fail build on non 64-bit targets#275
roypat merged 1 commit into
rust-vmm:mainfrom
Ablu:64bitonly

Conversation

@Ablu

@Ablu Ablu commented Dec 18, 2023

Copy link
Copy Markdown

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:

  • All commits in this PR are signed (with git commit -s), and the commit
    message has max 60 characters for the summary and max 75 characters for each
    description line.
  • All added/changed functionality has a corresponding unit/integration
    test.
  • All added/changed public-facing functionality has entries in the "Upcoming
    Release" section of CHANGELOG.md (if no such section exists, please create one).
  • Any newly added unsafe code is properly documented.

roypat
roypat previously approved these changes Dec 18, 2023
@roypat

roypat commented Dec 18, 2023

Copy link
Copy Markdown
Member

Nice, thanks for picking this up!

rbradford
rbradford previously approved these changes Dec 18, 2023
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.

Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
@Ablu Ablu dismissed stale reviews from rbradford and roypat via edd3f59 March 1, 2024 11:32
@Ablu

Ablu commented Mar 1, 2024

Copy link
Copy Markdown
Author

rebased

@roypat roypat merged commit 115dd7a into rust-vmm:main Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tests fail on 32-bit

4 participants