This affects read/write from PCI_Config regions.
To see what I mean, make the following changes to test_region_in_pci_device in tests/operation_region.rs:
- Name (_SEG, 4)
+ Method (_SEG, 0, NotSerialized) {
+ Return (4)
+ }
The test goes from passing almost instantly, to looping seemingly forever.
I assume the context is getting messed up somewhere, but I haven't figured it out yet.
This affects read/write from PCI_Config regions.
To see what I mean, make the following changes to
test_region_in_pci_deviceintests/operation_region.rs:The test goes from passing almost instantly, to looping seemingly forever.
I assume the context is getting messed up somewhere, but I haven't figured it out yet.