]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/intel_iommu.c
intel_iommu: get rid of {0} initializers
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 21 Jul 2016 15:42:42 +0000 (18:42 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 21 Jul 2016 17:43:43 +0000 (20:43 +0300)
commit09cd058a2cf77bb7a3b10ff93c1f80ed88bca364
tree733730d18ac5f7f9aa98ec75cf2184a8a213fe36
parent651e4cefeee8e388919e51f4e299033ab2a8b87d
intel_iommu: get rid of {0} initializers

Correct and portable in theory, but triggers warnings with older gcc
versions when -Wmissing-braces is enabled.
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/intel_iommu.c