Re: [Qemu-devel] [PATCH v2 0/7] xen: xen-domid-restrict improvements

2017-10-05 Thread Ian Jackson
no-re...@patchew.org writes ("Re: [Qemu-devel] [PATCH v2 0/7] xen: xen-domid-restrict improvements"): > ERROR: consider using qemu_strtoul in preference to strtoul > #42: FILE: os-posix.c:160: > +lv = strtoul(optarg, &ep, 0); /* can't qemu_strtoul, want *ep=

Re: [Qemu-devel] [PATCH v2 0/7] xen: xen-domid-restrict improvements

2017-10-04 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 1507132392-25051-1-git-send-email-ian.jack...@eu.citrix.com Subject: [Qemu-devel] [PATCH v2 0/7] xen: xen-domid-restrict improvements === TEST SCRIPT BEGIN === #!/bin/bash

[Qemu-devel] [PATCH v2 0/7] xen: xen-domid-restrict improvements

2017-10-04 Thread Ian Jackson
I have been working on trying to get qemu, when running as a Xen device model, to _actually_ not have power equivalent to root. I think I have achieved this, with some limitations (which will be discussed in my series against xen.git. However, there are changes to qemu needed. In particular *