Re: [Xen-devel] [PATCH] tools: Restrict configuration of qemu processes

2016-05-09 Thread Jim Fehlig
On 05/09/2016 10:35 AM, Ian Jackson wrote: > Ian Jackson writes ("Re: [Xen-devel] [PATCH] tools: Restrict configuration of > qemu processes"): >> Jim Fehlig writes ("[Xen-devel] [PATCH] tools: Restrict configuration of >> qemu processes"): >>> Commi

Re: [Xen-devel] [PATCH] tools: Restrict configuration of qemu processes

2016-05-09 Thread Ian Jackson
Ian Jackson writes ("Re: [Xen-devel] [PATCH] tools: Restrict configuration of qemu processes"): > Jim Fehlig writes ("[Xen-devel] [PATCH] tools: Restrict configuration of qemu > processes"): > > Commit 6ef823fd added '-nodefaults' to the qemu args created by

Re: [Xen-devel] [PATCH] tools: Restrict configuration of qemu processes

2016-03-24 Thread Ian Jackson
Jim Fehlig writes ("[Xen-devel] [PATCH] tools: Restrict configuration of qemu processes"): > Commit 6ef823fd added '-nodefaults' to the qemu args created by > libxl, which is a good step in restricting qemu's default > configuration. This change takes another step by addin

Re: [Xen-devel] [PATCH] tools: Restrict configuration of qemu processes

2016-03-22 Thread Jim Fehlig
On 03/15/2016 06:28 AM, Wei Liu wrote: > On Mon, Mar 14, 2016 at 07:14:12PM -0600, Jim Fehlig wrote: >> Opps, forgot to cc the tools maintainers, sorry. I can resend if needed. >> >> Regards, >> Jim >> >> On 03/14/2016 07:08 PM, Jim Fehlig wrote: >>> Commit 6ef823fd added '-nodefaults' to the qemu

Re: [Xen-devel] [PATCH] tools: Restrict configuration of qemu processes

2016-03-15 Thread Wei Liu
On Mon, Mar 14, 2016 at 07:14:12PM -0600, Jim Fehlig wrote: > Opps, forgot to cc the tools maintainers, sorry. I can resend if needed. > > Regards, > Jim > > On 03/14/2016 07:08 PM, Jim Fehlig wrote: > > Commit 6ef823fd added '-nodefaults' to the qemu args created by > > libxl, which is a good

Re: [Xen-devel] [PATCH] tools: Restrict configuration of qemu processes

2016-03-14 Thread Jim Fehlig
Opps, forgot to cc the tools maintainers, sorry. I can resend if needed. Regards, Jim On 03/14/2016 07:08 PM, Jim Fehlig wrote: > Commit 6ef823fd added '-nodefaults' to the qemu args created by > libxl, which is a good step in restricting qemu's default > configuration. This change takes another

[Xen-devel] [PATCH] tools: Restrict configuration of qemu processes

2016-03-14 Thread Jim Fehlig
Commit 6ef823fd added '-nodefaults' to the qemu args created by libxl, which is a good step in restricting qemu's default configuration. This change takes another step by adding -no-user-config, which ignores any user-provided config files in sysconfdir. Together, -nodefaults and -no-user-config