Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config_tools: fix pre_launch VM ACPI table #8553

Merged
merged 1 commit into from
Feb 4, 2024

Conversation

6ZhangWei
Copy link
Contributor

@6ZhangWei 6ZhangWei commented Jan 25, 2024

Current acpi table adopts the DWordAddressSpace to present
the PCI hole above 4G. It is not correct, because DWordAddressSpace
is used to present the mem space below 4G.
Follow the ACPI spec, modify to QWordAddressSpace here.

Refer: 19.6.22. CreateQWordField (Create 64-Bit Buffer Field)

Tracked-On: #8552
Signed-off-by: Zhangwei6 wei6.zhang@intel.com
Reviewed-by: Junjie Mao junjie.mao@intel.com

Current acpi table adopts the DWordAddressSpace to
present the PCI hole above 4G. It is not correct,
because DWordAddressSpace is used to present the
mem space below 4G.
Follow the ACPI spec, modify to QWordAddressSpace here.

Refer: 19.6.22. CreateQWordField (Create 64-Bit Buffer Field)

Tracked-On: projectacrn#8552
Signed-off-by: Zhangwei6 <wei6.zhang@intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
@acrnsi-robot
Copy link
Contributor

start to run premerge test

1 similar comment
@Kunhui-Li
Copy link
Contributor

start to run premerge test

@acrnsi-robot acrnsi-robot merged commit 056f4ab into projectacrn:master Feb 4, 2024
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants