HV: refine vmptable for partition mode

Merge separated mptable.c of BOARDs to unified vmptable.c;

Tracked-On: #2291

Signed-off-by: Victor Sun <victor.sun@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Victor Sun
2019-01-07 09:55:45 +08:00
committed by wenlingz
parent f574d5926b
commit 8ad48ff488
9 changed files with 285 additions and 708 deletions

View File

@@ -168,7 +168,6 @@ struct vm_description_array vm_desc_partition = {
console=ttyS2 no_timer_check ignore_loglevel log_buf_len=16M \
consoleblank=0 tsc=reliable xapic_phys",
.vpci_vdev_array = &vpci_vdev_array1,
.mptable = &mptable_vm1,
},
{
@@ -183,7 +182,6 @@ struct vm_description_array vm_desc_partition = {
console=ttyS2 no_timer_check ignore_loglevel log_buf_len=16M \
consoleblank=0 tsc=reliable xapic_phys",
.vpci_vdev_array = &vpci_vdev_array2,
.mptable = &mptable_vm2,
.lapic_pt = true,
},
}