acpi: parse the PCI Express configuration space system description table
dlrobertson opened this issue · 1 comments
dlrobertson commented
Parse and build a structure with the info in the PCI Express configuration space SDT (The signature should be MCFG). See section 4.1.2 in the PCI 3.0 spec and the relevant OSDev wiki page PCI-E.
You probably will not get a MCFG SDT with the default machine type that qemu will give you, but with something like -machine q35,accel=kvm
you should have a PCI-E Configuration Space SDT in the RSDT. As a result, you might need to add a machine type to scripts/mythril-run.sh
ALSchwalm commented
Yeah, I'm def ok with targeting the q35 (for testing at least)