Skip to content

Commit 890d402

Browse files
peterfangwenlingz
authored andcommitted
dm: remove GUEST_CFG_OFFSET
Per commit dbd9ab0, GUEST_CFG_OFFSET is no longer needed. Tracked-On: #2792 Signed-off-by: Peter Fang <peter.fang@intel.com> Reviewed-by: Eddie Dong <eddie.dong@intel.com> Acked-by: Yin Fengwei <fengwei.yin@intel.com>
1 parent f97ba34 commit 890d402

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

devicemodel/include/public/acrn_common.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -448,18 +448,6 @@ struct acrn_vm_pci_msix_remap {
448448
uint32_t vector_ctl;
449449
} __aligned(8);
450450

451-
/**
452-
* @brief The guest config pointer offset.
453-
*
454-
* It's designed to support passing DM config data pointer, based on it,
455-
* hypervisor would parse then pass DM defined configuration to GUEST VCPU
456-
* when booting guest VM.
457-
* the address 0xef000 here is designed by DM, as it arranged all memory
458-
* layout below 1M, DM add this address to E280 reserved range to make sure
459-
* there is no overlap for the address 0xef000 usage.
460-
*/
461-
#define GUEST_CFG_OFFSET 0xef000UL
462-
463451
/**
464452
* @brief Info The power state data of a VCPU.
465453
*

0 commit comments

Comments
 (0)