Re: [Qemu-devel] [PATCH v3 0/2] intel_iommu: handle invalid ce for shadow sync

2018-10-23 Thread Peter Xu
Hi, Michael, Just a kind reminder that this series has got enough ACKs and please consider to merge it in your next pull. Thanks! On Tue, Oct 09, 2018 at 03:45:41PM +0800, Peter Xu wrote: > v3: > - pick r-b > - return when -VTD_FR_CONTEXT_ENTRY_P is detected (v1 is correct here, > but I did wr

Re: [Qemu-devel] [PATCH v3 0/2] intel_iommu: handle invalid ce for shadow sync

2018-10-09 Thread Maxime Coquelin
On 10/09/2018 09:45 AM, Peter Xu wrote: v3: - pick r-b - return when -VTD_FR_CONTEXT_ENTRY_P is detected (v1 is correct here, but I did wrong thing when splitting the patch in v2) [Eric] v2: - split patch into more, remove useless comment [Eric] - remove one error_report_once() when rework

[Qemu-devel] [PATCH v3 0/2] intel_iommu: handle invalid ce for shadow sync

2018-10-09 Thread Peter Xu
v3: - pick r-b - return when -VTD_FR_CONTEXT_ENTRY_P is detected (v1 is correct here, but I did wrong thing when splitting the patch in v2) [Eric] v2: - split patch into more, remove useless comment [Eric] - remove one error_report_once() when rework the code [Jason] This series fixes a QEMU cr