Adding ACPI into qemu and finding it in memory regions using 0xE820
I am working on a OS and i am trying to find the acpi tables using the 0xE820 to find regions and find the ACPI reclaimable region
qemu-system-x86_64 -cpu qemu64 -machine q35 -m 128M -drive file=build/Adapto.hdd,if=none,id=drive0,format=raw -device ahci,id=ahci -device ide-hd,drive=drive0 -enable-kvm -boot c
This is the command i am using even tho there is a achi device it cant find it