Skip to content

Conversation

@Ablu
Copy link

@Ablu Ablu commented 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.

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
Copy link
Member

roypat commented Dec 18, 2023

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 <[email protected]>
@Ablu Ablu dismissed stale reviews from rbradford and roypat via edd3f59 March 1, 2024 11:32
@Ablu
Copy link
Author

Ablu commented Mar 1, 2024

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