land
> Subject: Re: [Qemu-devel] [PATCH 2/4] Add access control
> support toqemu-bridge-helper
>
> Krumme, Chris wrote:
> > Hello Anthony,
> >
> > Cool patch series.
> >
>
> Thanks.
>
> >> +cmd = ptr;
> >> +arg = strc
Krumme, Chris wrote:
Hello Anthony,
Cool patch series.
Thanks.
+cmd = ptr;
+arg = strchr(cmd, ' ');
+if (arg == NULL) {
+arg = strchr(cmd, '\t');
+}
+
+if (arg == NULL) {
+fprintf(stderr, "Invalid config line:\n %s\n", line)
M
> To: qemu-devel@nongnu.org
> Cc: Mark McLoughlin; Anthony Liguori; Arnd Bergmann; Dustin
> Kirkland; Michael Tsirkin; Juan Quintela
> Subject: [Qemu-devel] [PATCH 2/4] Add access control support
> toqemu-bridge-helper
>
> We go to great lengths to restrict ourselves to ju