[PATCH v5 03/12] KVM: s390: Use Makefile.kvm for common files

Paolo Bonzini pbonzini at redhat.com
Thu Dec 9 09:58:18 PST 2021


On 11/21/21 13:54, David Woodhouse wrote:
>   
> -kvm-objs := $(common-objs) kvm-s390.o intercept.o interrupt.o priv.o sigp.o
> +kvm-objs := kvm-s390.o intercept.o interrupt.o priv.o sigp.o
>   kvm-objs += diag.o gaccess.o guestdbg.o vsie.o pv.o

"kvm-y +=" here (for both lines) would be nicer, it's consistent with 
x86 and avoids the question of what happens if you have both kvm-objs 
and kvm-y.

Paolo



More information about the kvm-riscv mailing list