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

2018-10-08 Thread Peter Xu
v2: - split patch into more, remove useless comment [Eric] - remove one error_report_once() when rework the code [Jason] This series fixes a QEMU crash reported here: https://bugzilla.redhat.com/show_bug.cgi?id=1627272 Please review, thanks. Peter Xu (2): intel_iommu: move ce fetching out whe

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

2018-10-07 Thread Peter Xu
On Mon, Oct 08, 2018 at 02:47:11PM +0800, Peter Xu wrote: > v2: > - split patch into more, remove useless comment [Eric] > - remove one error_report_once() when rework the code [Jason] > > This series fixes a QEMU crash reported here: > > https://bugzilla.redhat.com/show_bug.cgi?id=1627272 > > P