Re: [Qemu-devel] [PATCH v3 2/2] qemu-bridge-helper: Use stateless configuration for bridge.conf

2015-05-26 Thread Ikey Doherty
On 26/05/15 17:38, Eduardo Habkost wrote: On Tue, May 26, 2015 at 01:54:07PM +0100, Ikey Doherty wrote: The goal of stateless, and thus this change, is to separate OS configuration from system administrator configuration. With this change we will read the default configuration data from /usr

Re: [Qemu-devel] [PATCH v3 1/2] arch_init: Drop target-x86_64.conf

2015-05-26 Thread Ikey Doherty
On 26/05/15 17:25, Eduardo Habkost wrote: On Tue, May 26, 2015 at 04:00:45PM +0200, Paolo Bonzini wrote: CCing maintainer. Paolo On 26/05/2015 14:54, Ikey Doherty wrote: The target-x86_64.conf sysconfig file has been empty and essentially ignored now for several years. This change removes

[Qemu-devel] [PATCH v3 2/2] qemu-bridge-helper: Use stateless configuration for bridge.conf

2015-05-26 Thread Ikey Doherty
administrator may simply remove their site-config files to reset the configuration to the "factory defaults" (i.e. OS configuration). Signed-off-by: Ikey Doherty --- configure| 2 ++ qemu-bridge-helper.c | 15 +-- 2 files changed, 11 insertions(+), 6 deletions(-) di

[Qemu-devel] [PATCH v3 1/2] arch_init: Drop target-x86_64.conf

2015-05-26 Thread Ikey Doherty
The target-x86_64.conf sysconfig file has been empty and essentially ignored now for several years. This change removes the unused file to enable moving towards a stateless configuration. Signed-off-by: Ikey Doherty --- Makefile | 7 +-- arch_init.c

Re: [Qemu-devel] [PATCH] arch_init: Use stateless configuration for default target_${target}.conf

2015-05-26 Thread Ikey Doherty
On 22/05/15 22:58, Eric Blake wrote: On 05/22/2015 09:42 AM, Ikey Doherty wrote: meta-comment: 1.9.1 - Intel Corporation (UK) Limited Registered No. 1134945 (England) Registered Office: Pipers Way, Swindon SN3 1RJ VAT No

[Qemu-devel] [PATCH v2] arch_init: Use stateless configuration for default target_${target}.conf

2015-05-26 Thread Ikey Doherty
administrator may simply remove their site-config files to reset the configuration to the "factory defaults" (i.e. OS configuration). Signed-off-by: Ikey Doherty --- Makefile| 8 arch_init.c | 1 + configure | 2 ++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/

[Qemu-devel] [PATCH] arch_init: Use stateless configuration for default target_${target}.conf

2015-05-22 Thread Ikey Doherty
administrator may simply remove their site-config files to reset the configuration to the "factory defaults" (i.e. OS configuration). Signed-off-by: Ikey Doherty --- Makefile| 8 arch_init.c | 1 + configure | 2 ++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/