Re: [Xen-devel] [PATCH v2 08/10] libxl: Kill QEMU by uid when possible

2018-12-18 Thread Ian Jackson
George Dunlap writes ("Re: [PATCH v2 08/10] libxl: Kill QEMU by uid when possible"): > On 12/12/18 4:17 PM, Ian Jackson wrote: > > I am tempted to suggest replacing each call > > PROPAGATE_RC; > > with > > ACCUMULATE_RC(ddms); > > and put the definition in libxl_internal.h for use elsewhere.

Re: [Xen-devel] [PATCH v2 08/10] libxl: Kill QEMU by uid when possible

2018-12-17 Thread George Dunlap
On 12/12/18 4:17 PM, Ian Jackson wrote: > George Dunlap writes ("[PATCH v2 08/10] libxl: Kill QEMU by uid when > possible"): >> The privcmd fd that a dm_restrict'ed QEMU has gives it permission to >> one specific domain ID. This domain ID will probably eventually be >> used again. It is

Re: [Xen-devel] [PATCH v2 08/10] libxl: Kill QEMU by uid when possible

2018-12-12 Thread Ian Jackson
George Dunlap writes ("[PATCH v2 08/10] libxl: Kill QEMU by uid when possible"): > The privcmd fd that a dm_restrict'ed QEMU has gives it permission to > one specific domain ID. This domain ID will probably eventually be > used again. It is therefore necessary to make absolutely sure that a >