Re: [GIT PULL 05/11] KVM: s390: refactor interrupt injection code

2014-12-01 Thread Jens Freimann
Excerpts from Paolo Bonzini's message of 2014-11-28 18:16:03 +0100: > > On 28/11/2014 14:25, Christian Borntraeger wrote: > > > > +static int __inject_prog_irq(struct kvm_vcpu *vcpu, > > + struct kvm_s390_interrupt_info *inti) > > +{ > > Why the __s? :) I used the __s here to s

Re: [GIT PULL 05/11] KVM: s390: refactor interrupt injection code

2014-12-01 Thread Christian Borntraeger
Am 28.11.2014 um 18:16 schrieb Paolo Bonzini: > > > On 28/11/2014 14:25, Christian Borntraeger wrote: >> >> +static int __inject_prog_irq(struct kvm_vcpu *vcpu, >> + struct kvm_s390_interrupt_info *inti) >> +{ > > Why the __s? :) In this case because its called with a

Re: [GIT PULL 05/11] KVM: s390: refactor interrupt injection code

2014-11-28 Thread Paolo Bonzini
On 28/11/2014 14:25, Christian Borntraeger wrote: > > +static int __inject_prog_irq(struct kvm_vcpu *vcpu, > + struct kvm_s390_interrupt_info *inti) > +{ Why the __s? :) Paolo -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message t

[GIT PULL 05/11] KVM: s390: refactor interrupt injection code

2014-11-28 Thread Christian Borntraeger
From: Jens Freimann In preparation for the rework of the local interrupt injection code, factor out injection routines from kvm_s390_inject_vcpu(). Signed-off-by: Jens Freimann Reviewed-by: David Hildenbrand Signed-off-by: Christian Borntraeger --- arch/s390/kvm/interrupt.c | 221 +++