]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/ppc/spapr_iommu.c
Convert error_report() to warn_report()
[mirror_qemu.git] / hw / ppc / spapr_iommu.c
index 8656a54a3e4103f2273ac9d25c2120a5c4490658..583afc1a4634ae49332a901c7a97ef2d61c1d6b7 100644 (file)
@@ -334,7 +334,7 @@ void spapr_tce_table_enable(sPAPRTCETable *tcet,
                             uint32_t nb_table)
 {
     if (tcet->nb_table) {
-        error_report("Warning: trying to enable already enabled TCE table");
+        warn_report("trying to enable already enabled TCE table");
         return;
     }