mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-02 20:35:32 +00:00
hv:remove 2 unused variables in vm_arch structure
remove 'guest_init_pml4' and 'tmp_pg_array' in vm_arch since they are not used. Tracked-On: #1842 Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
This commit is contained in:
parent
422a051c30
commit
b6bffd01ff
@ -90,7 +90,6 @@ struct vm_arch {
|
|||||||
/* I/O bitmaps A and B for this VM, MUST be 4-Kbyte aligned */
|
/* I/O bitmaps A and B for this VM, MUST be 4-Kbyte aligned */
|
||||||
uint8_t io_bitmap[PAGE_SIZE*2];
|
uint8_t io_bitmap[PAGE_SIZE*2];
|
||||||
|
|
||||||
uint64_t guest_init_pml4;/* Guest init pml4 */
|
|
||||||
/* EPT hierarchy for Normal World */
|
/* EPT hierarchy for Normal World */
|
||||||
void *nworld_eptp;
|
void *nworld_eptp;
|
||||||
/* EPT hierarchy for Secure World
|
/* EPT hierarchy for Secure World
|
||||||
@ -100,7 +99,6 @@ struct vm_arch {
|
|||||||
void *sworld_eptp;
|
void *sworld_eptp;
|
||||||
struct memory_ops ept_mem_ops;
|
struct memory_ops ept_mem_ops;
|
||||||
|
|
||||||
void *tmp_pg_array; /* Page array for tmp guest paging struct */
|
|
||||||
struct acrn_vioapic vioapic; /* Virtual IOAPIC base address */
|
struct acrn_vioapic vioapic; /* Virtual IOAPIC base address */
|
||||||
struct acrn_vpic vpic; /* Virtual PIC */
|
struct acrn_vpic vpic; /* Virtual PIC */
|
||||||
#ifdef CONFIG_HYPERV_ENABLED
|
#ifdef CONFIG_HYPERV_ENABLED
|
||||||
|
Loading…
Reference in New Issue
Block a user