Re: [PATCH] KVM: x86: Fix build breakage due to anonymous field initialization

2011-12-26 Thread Avi Kivity
On 12/15/2011 02:04 PM, Jan Kiszka wrote: Not all compilers accept anonymous field initialization, e.g. gcc 4.5.1. Thanks, applied. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to

[PATCH] KVM: x86: Fix build breakage due to anonymous field initialization

2011-12-15 Thread Jan Kiszka
Not all compilers accept anonymous field initialization, e.g. gcc 4.5.1. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- arch/x86/kvm/pmu.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/x86/kvm/pmu.c b/arch/x86/kvm/pmu.c index 061a03f..7aad544 100644 ---

Re: [PATCH] KVM: x86: Fix build breakage due to anonymous field initialization

2011-12-15 Thread Peter Zijlstra
On Thu, 2011-12-15 at 13:04 +0100, Jan Kiszka wrote: Not all compilers accept anonymous field initialization, e.g. gcc 4.5.1. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- arch/x86/kvm/pmu.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

Re: [PATCH] KVM: x86: Fix build breakage due to anonymous field initialization

2011-12-15 Thread Jan Kiszka
On 2011-12-15 13:08, Peter Zijlstra wrote: On Thu, 2011-12-15 at 13:04 +0100, Jan Kiszka wrote: Not all compilers accept anonymous field initialization, e.g. gcc 4.5.1. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- arch/x86/kvm/pmu.c |3 ++- 1 files changed, 2 insertions(+), 1