OSDN Git Service

intel_iommu: Remove the caching-mode check during flag change
authorPeter Xu <peterx@redhat.com>
Mon, 16 Sep 2019 08:07:18 +0000 (16:07 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 16 Sep 2019 10:57:24 +0000 (06:57 -0400)
commite7df189e19e86bf9f4d7aea4c6cf50ac0ebfce46
treee7b3afe611a4bf417eaa85c4e9a5d3a8cc62a0b9
parentc6cbc29d36fe8df078776ed715c37cebac582238
intel_iommu: Remove the caching-mode check during flag change

That's never a good place to stop QEMU process... Since now we have
both the machine done sanity check and also the hotplug handler, we
can safely remove this to avoid that.

Reviewed-by: Eric Auger <eric.auger@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20190916080718.3299-5-peterx@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/intel_iommu.c