Re: [PATCH] svm: Add warning message for AVIC IPI invalid target

2019-01-25 Thread Paolo Bonzini
On 22/01/19 11:24, Suthikulpanit, Suravee wrote: > From: Suravee Suthikulpanit > > 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

[PATCH] svm: Add warning message for AVIC IPI invalid target

2019-01-22 Thread Suthikulpanit, Suravee
From: Suravee Suthikulpanit 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: Su