|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH RESENT] libxl: add all pci devices to xenstore at
Marek Marczykowski writes ("[Xen-devel] [PATCH RESENT] libxl: add all pci
devices to xenstore at once (during VM create)"):
> + ret = libxl__create_pci_backend(gc, domid, d_config->pcidevs,
> d_config->num_pcidevs);
> + if (ret < 0) {
> + LIBXL__LOG(ctx, LIBXL__LOG_ERROR, "libxl_create_pci_backend
> failed: %d", ret);
> + goto error_out;
> + }
This is a good patch but can you please keep your lines to 75
characters or so ? I know libxl already has areas full of long lines,
but we'd rather not introduce any more.
Thanks,
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|