Revert "dm: set PMU_PT flag for CPU core partition VM"

This reverts commit 811992ee2b.

There could be some conflict with current configure tool. will fix it
later.

Tracked-On: #6966
Signed-off-by: Minggui Cao <minggui.cao@intel.com>
This commit is contained in:
Minggui Cao 2022-03-14 16:16:34 +08:00 committed by acrnsi-robot
parent eb070491ee
commit 6750d5a277
1 changed files with 0 additions and 1 deletions

View File

@ -186,7 +186,6 @@ vm_create(const char *name, uint64_t req_buf, int *vcpu_num)
create_vm.vm_flag |= GUEST_FLAG_LAPIC_PASSTHROUGH;
create_vm.vm_flag |= GUEST_FLAG_RT;
create_vm.vm_flag |= GUEST_FLAG_IO_COMPLETION_POLLING;
create_vm.vm_flag |= GUEST_FLAG_PMU_PASSTHROUGH;
} else {
create_vm.vm_flag &= (~GUEST_FLAG_LAPIC_PASSTHROUGH);
create_vm.vm_flag &= (~GUEST_FLAG_IO_COMPLETION_POLLING);