as well as this one led to 'make syntax-check errors', I squashed in
the following which looks a safe way to try to provide informations,
Daniel
diff --git a/src/parallels/parallels_driver.c b/src/parallels/parallels_driver.c
index e1bc83e..b57ac96 100644
--- a/src/parallels/parallels_driver.c
+++ b/src/parallels/parallels_driver.c
@@ -1568,7 +1568,8 @@ parallelsCreateVm(virConnectPtr conn, virDomainDefPtr def)
* let's report error if no disk until better solution
* will be found */
virReportError(VIR_ERR_INVALID_ARG,
- _("Can't create VM without hard disks"));
+ _("Can't create VM '%s' without hard disks"),
+ (def->name ? def->name : "no name"));