Re: [PATCH] [fix] kernel does not compile without CONFIG_KVM_ARM_VGIC

2014-03-12 Thread Christoffer Dall
On Thu, Mar 06, 2014 at 03:30:46AM +, Marc Zyngier wrote: Paolo, Michele, On 2014-03-04 15:31, Paolo Bonzini wrote: Il 04/03/2014 16:10, Michele Paolino ha scritto: When the kernel is configured without CONFIG_KVM_ARM_VGIC, the compilation process fails with : arch/arm/kvm/arm.c: In

Re: [PATCH] [fix] kernel does not compile without CONFIG_KVM_ARM_VGIC

2014-03-12 Thread Christoffer Dall
On Thu, Mar 06, 2014 at 03:30:46AM +, Marc Zyngier wrote: Paolo, Michele, On 2014-03-04 15:31, Paolo Bonzini wrote: Il 04/03/2014 16:10, Michele Paolino ha scritto: When the kernel is configured without CONFIG_KVM_ARM_VGIC, the compilation process fails with : arch/arm/kvm/arm.c: In

Re: [PATCH] [fix] kernel does not compile without CONFIG_KVM_ARM_VGIC

2014-03-05 Thread Marc Zyngier
Paolo, Michele, On 2014-03-04 15:31, Paolo Bonzini wrote: Il 04/03/2014 16:10, Michele Paolino ha scritto: When the kernel is configured without CONFIG_KVM_ARM_VGIC, the compilation process fails with : arch/arm/kvm/arm.c: In function 'kvm_vm_ioctl_set_device_addr': arch/arm/kvm/arm.c:797:3:

[PATCH] [fix] kernel does not compile without CONFIG_KVM_ARM_VGIC

2014-03-04 Thread Michele Paolino
When the kernel is configured without CONFIG_KVM_ARM_VGIC, the compilation process fails with : arch/arm/kvm/arm.c: In function 'kvm_vm_ioctl_set_device_addr': arch/arm/kvm/arm.c:797:3: error: implicit declaration of function 'kvm_vgic_addr' [-Werror=implicit-function-declaration] return

Re: [PATCH] [fix] kernel does not compile without CONFIG_KVM_ARM_VGIC

2014-03-04 Thread Paolo Bonzini
Il 04/03/2014 16:10, Michele Paolino ha scritto: When the kernel is configured without CONFIG_KVM_ARM_VGIC, the compilation process fails with : arch/arm/kvm/arm.c: In function 'kvm_vm_ioctl_set_device_addr': arch/arm/kvm/arm.c:797:3: error: implicit declaration of function 'kvm_vgic_addr'