of hvm_info_table.h.
Changes to be committed:
modified: tools/firmware/hvmloader/acpi/build.c
modified: tools/libxc/xc_dom_x86.c
modified: tools/libxc/xc_hvm_build.c
{
pt_update_acpi_tables(&Rsdt.header, va_ac);
pt_update_acpi_tables(&Xsdt.header, va_ac);
- /* just the OEM ID for the FADT */
+ /* just the OEM ID for the RSDP and FADT */
+ memcpy(Rsdp.oem_id, va_ac->oem_id, HVM_ACINFO_OEM_ID_SIZE);
memcpy(Fadt.header.oem_id, va_ac->oem_id, HVM_ACINFO_OEM_ID_SIZE);
}
#include <xen/xen.h>
#include <xen/foreign/x86_32.h>
#include <xen/foreign/x86_64.h>
-#include <xen/hvm/hvm_info_table.h>
#include <xen/io/protocols.h>
#include "xg_private.h"
#include <xen/foreign/x86_32.h>
#include <xen/foreign/x86_64.h>
-#include <xen/hvm/hvm_info_table.h>
#include <xen/hvm/params.h>
#include "xc_e820.h"