Re: [Qemu-devel] [PATCH qemu 5/6] implement -no-user-config command-line option (v3)

2012-05-28 Thread Andreas Färber
Am 28.05.2012 08:35, schrieb Paolo Bonzini: > Il 27/05/2012 16:02, Andreas Färber ha scritto: >> Any suggestion how to fix? Sorry, I forgot to reply here that I've sent a patch. > Does it work to "typedef _Bool __bool" before including altivec.h (and > in the same #ifdef)? Haven't tried but I'm

Re: [Qemu-devel] [PATCH qemu 5/6] implement -no-user-config command-line option (v3)

2012-05-27 Thread Paolo Bonzini
Il 27/05/2012 16:02, Andreas Färber ha scritto: > Any suggestion how to fix? Does it work to "typedef _Bool __bool" before including altivec.h (and in the same #ifdef)? Paolo

Re: [Qemu-devel] [PATCH qemu 5/6] implement -no-user-config command-line option (v3)

2012-05-27 Thread Andreas Färber
Am 02.05.2012 18:07, schrieb Eduardo Habkost: > Changes v2 -> v3: > - Rebase against latest qemu.git > > Changes v1 -> v2: > - Change 'userconfig' field/variables to bool instead of int > - Coding style change > > Signed-off-by: Eduardo Habkost > --- > arch_init.c | 11 --- > q

[Qemu-devel] [PATCH qemu 5/6] implement -no-user-config command-line option (v3)

2012-05-02 Thread Eduardo Habkost
Changes v2 -> v3: - Rebase against latest qemu.git Changes v1 -> v2: - Change 'userconfig' field/variables to bool instead of int - Coding style change Signed-off-by: Eduardo Habkost --- arch_init.c | 11 --- qemu-config.h |2 +- qemu-options.hx | 16 +--- v