]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/arm/vexpress.c
spapr: consolidate the VCPU id numbering logic in a single place
[mirror_qemu.git] / hw / arm / vexpress.c
index 2e5f670c2b46401d6ecd01e262262ec73ed2210c..efb5a29475a1613b63839c963c44b4bcbdcfb0e5 100644 (file)
@@ -479,8 +479,8 @@ static void vexpress_modify_dtb(const struct arm_boot_info *info, void *fdt)
         /* Not fatal, we just won't provide virtio. This will
          * happen with older device tree blobs.
          */
-        fprintf(stderr, "QEMU: warning: couldn't find interrupt controller in "
-                "dtb; will not include virtio-mmio devices in the dtb.\n");
+        warn_report("couldn't find interrupt controller in "
+                    "dtb; will not include virtio-mmio devices in the dtb");
     } else {
         int i;
         const hwaddr *map = daughterboard->motherboard_map;