On 03/27/15 16:52, Gordan Bobic wrote: > Yup, need to go read up more on ACPI stuff, and work out what gets > presented by QEMU by default.
The related qemu source files are: - hw/acpi/core.c (handling the -acpitable switch) - hw/i386/acpi-build.c (the main generator) - hw/acpi/bios-linker-loader.c (wire format between qemu and firmware) The related OVMF code lives in: - OvmfPkg/AcpiPlatformDxe/QemuLoader.h - OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpi.c You might find the following commit message helpful for understanding the OVMF code: https://github.com/tianocore/edk2/commit/387536e4 Laszlo ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
