* Re: [Qemu-devel] [PATCH v4 0/3] usb, xen: add pvUSB backend
[not found] <1463032067-20434-1-git-send-email-jgross@suse.com>
@ 2016-05-12 13:52 ` Gerd Hoffmann
0 siblings, 0 replies; only message in thread
From: Gerd Hoffmann @ 2016-05-12 13:52 UTC (permalink / raw)
To: Juergen Gross
Cc: qemu-devel, xen-devel, stefano.stabellini, konrad.wilk,
anthony.perard
On Do, 2016-05-12 at 07:47 +0200, Juergen Gross wrote:
> This series adds a Xen pvUSB backend driver to qemu. USB devices
> connected to the host can be passed through to a Xen guest. The
> devices are specified via Xenstore. Access to the devices is done
> via host-libusb.c
>
> I've tested the backend with various USB devices (memory sticks,
> keyboard, ...).
Doesn't pass scripts/checkpatch.pl:
Applying: xen: write information about supported backends
=== checkpatch complains ===
WARNING: line over 80 characters
#14: FILE: hw/xen/xen_backend.c:49:
+static QTAILQ_HEAD(xs_dirs_head, xs_dirs) xs_cleanup =
QTAILQ_HEAD_INITIALIZER(xs_cleanup);
ERROR: space required after that close brace '}'
#53: FILE: hw/xen/xen_backend.c:109:
+ }};
WARNING: space prohibited between function name and open parenthesis '('
#85: FILE: hw/xen/xen_backend.c:785:
+ snprintf(path, sizeof (path), "device-model/%u/backends/%s",
xen_domid,
total: 1 errors, 2 warnings, 161 lines checked
cheers,
Gerd
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-05-12 13:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1463032067-20434-1-git-send-email-jgross@suse.com>
2016-05-12 13:52 ` [Qemu-devel] [PATCH v4 0/3] usb, xen: add pvUSB backend Gerd Hoffmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).