projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
554ded9
)
passthrough/amd: Missing 'break'
author
Tim Deegan
<tim@xen.org>
Thu, 12 Sep 2013 10:57:01 +0000
(11:57 +0100)
committer
Tim Deegan
<tim@xen.org>
Tue, 17 Sep 2013 15:36:25 +0000
(16:36 +0100)
Coverity CID
1055502
Signed-off-by: Tim Deegan <tim@xen.org>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
xen/drivers/passthrough/amd/iommu_guest.c
patch
|
blob
|
history
diff --git
a/xen/drivers/passthrough/amd/iommu_guest.c
b/xen/drivers/passthrough/amd/iommu_guest.c
index 85f23610a4f04d295182f830e1885b8d3d7cd67b..952600a9c64fc000ee3409641bbd8a09288d45af 100644
(file)
--- a/
xen/drivers/passthrough/amd/iommu_guest.c
+++ b/
xen/drivers/passthrough/amd/iommu_guest.c
@@
-728,6
+728,7
@@
static void guest_iommu_mmio_write64(struct guest_iommu *iommu,
break;
case IOMMU_EVENT_LOG_BASE_LOW_OFFSET:
u64_to_reg(&iommu->event_log.reg_base, val);
+ break;
case IOMMU_PPR_LOG_BASE_LOW_OFFSET:
u64_to_reg(&iommu->ppr_log.reg_base, val);
break;