diff --git a/devicemodel/include/public/acrn_common.h b/devicemodel/include/public/acrn_common.h index 9901c16d3..3aac69a15 100644 --- a/devicemodel/include/public/acrn_common.h +++ b/devicemodel/include/public/acrn_common.h @@ -448,18 +448,6 @@ struct acrn_vm_pci_msix_remap { uint32_t vector_ctl; } __aligned(8); -/** - * @brief The guest config pointer offset. - * - * It's designed to support passing DM config data pointer, based on it, - * hypervisor would parse then pass DM defined configuration to GUEST VCPU - * when booting guest VM. - * the address 0xef000 here is designed by DM, as it arranged all memory - * layout below 1M, DM add this address to E280 reserved range to make sure - * there is no overlap for the address 0xef000 usage. - */ -#define GUEST_CFG_OFFSET 0xef000UL - /** * @brief Info The power state data of a VCPU. *