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

Peter Xu posted 2 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181008064713.27349-1-peterx@redhat.com
Test docker-clang@ubuntu failed
Test checkpatch passed
There is a newer version of this series
dtc                   |  2 +-
hw/i386/intel_iommu.c | 55 +++++++++++++++++++++++--------------------
2 files changed, 30 insertions(+), 27 deletions(-)
[Qemu-devel] [PATCH v2 0/2] intel_iommu: handle invalid ce for shadow sync
Posted by Peter Xu 7 years ago
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 when sync shadow
  intel_iommu: handle invalid ce for shadow sync

 dtc                   |  2 +-
 hw/i386/intel_iommu.c | 55 +++++++++++++++++++++++--------------------
 2 files changed, 30 insertions(+), 27 deletions(-)

-- 
2.17.1


Re: [Qemu-devel] [PATCH v2 0/2] intel_iommu: handle invalid ce for shadow sync
Posted by Peter Xu 7 years ago
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
> 
> Please review, thanks.

Sorry when splitting the patch I forgot to:

CC: QEMU Stable <qemu-stable@nongnu.org>

Regards,

-- 
Peter Xu