]> Git Repo - qemu.git/blobdiff - hw/xen/xen_pt.c
Merge remote-tracking branch 'sstabellini/tags/xen-20161102-tag' into staging
[qemu.git] / hw / xen / xen_pt.c
index f593b046e580661cca3ee69d725b6c3b63e2bb36..b6d71bb52aa44bd4f342c893fcebe8808c15fb09 100644 (file)
@@ -842,7 +842,7 @@ static void xen_pt_realize(PCIDevice *d, Error **errp)
         goto err_out;
     }
     if (!scratch) {
-        error_setg(errp, "no pin interrupt");
+        XEN_PT_LOG(d, "no pin interrupt\n");
         goto out;
     }
 
This page took 0.025167 seconds and 4 git commands to generate.