-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MMIO tests: The addresses and IRQs of devices created in `test_attach_...` tests are now slightly different due to the implementation of the CpuContainer. The IRQs are have been increased by 2, and the address has been increased by 0x1000. This occurs because the CPUContainer has 2 IRQs and one MMIO device, which takes up 4K. ACPI Table tests: Test `test_write_acpi_tables_small_memory` was failing due to additional pages being allocated to CpuContainer. This led to the corner case not being reproduced. Values have been changed in order to properly reproduce this corner case. Signed-off-by: James Curtis <[email protected]>
- Loading branch information
1 parent
2dfea4a
commit 7cb349f
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters