commit | 37ef0c4414c9743ba7f1af4392f0a27a99649f2a | [log] [tgz] |
---|---|---|
author | Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> | Tue Jan 22 10:24:19 2019 +0000 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jan 25 19:11:34 2019 +0100 |
tree | 07a6419fadb8f6bfa7746c2bf6797aa9a55601bf | |
parent | de81c2f912ef57917bdc6d63b410c534c3e07982 [diff] |
svm: Add warning message for AVIC IPI invalid target Print warning message when IPI target ID is invalid due to one of the following reasons: * In logical mode: cluster > max_cluster (64) * In physical mode: target > max_physical (512) * Address is not present in the physical or logical ID tables Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>