Comment 3 for bug 1680386

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Hi,
in this cae guest message are not important.
Also I already said that it is non fatal - so yes it works, still it is wrong.

Either fix or remove the code whatever is more appropriate.
Please check the code that I referred to in qemu.

hw/ppc/spapr_pci.c:775
 774 /* Construct and read from host device tree the loc-code */
 775 path = g_strdup_printf("/proc/device-tree%s/ibm,loc-code", buf);
 776 g_free(buf);

I'm rather convinced there should be an extra "/" in there.