Skip to content

Conversation

@nponsard
Copy link
Contributor

@nponsard nponsard commented Mar 23, 2023

This pull request replaces the PR about the MMIO gap.

This commits adds support for allocating memory over 4GiB to the VM. It creates a new memory region after the APIC and MSI interrupt region.

Fixes #34

@nponsard nponsard mentioned this pull request Mar 23, 2023
@nponsard nponsard marked this pull request as draft March 23, 2023 17:59
Copy link
Contributor

@sameo sameo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM aside from a typo. FWIW this is a draft PR, I can't merge it.

@nponsard
Copy link
Contributor Author

The work in this PR will soon be replaced by the work on a memory "allocator", it will handle both the EBDA memory region and the BIOS/APIC/MSI interrupts gaps.

This commits adds support for allocating memory over 4GiB to the VM.
It creates a new memory region after the APIC and MSI interrupt region.

Signed-off-by: Nils Ponsard <[email protected]>
@nponsard nponsard force-pushed the feat-support-64bit-memory branch from 61ee97e to f8f9ee1 Compare March 26, 2023 20:10
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.

virtio-net : add MMIO gap

2 participants