Re: question about arch/s390/kvm/interrupt.c

2009-07-13 Thread Carsten Otte
(copying some s390 people) On 07/10/2009 02:47 PM, Julia Lawall wrote: In a recent version of linux-next, the function kvm_s390_handle_wait contains the following code: add_wait_queue(vcpu-arch.local_int.wq,wait); while (list_empty(vcpu-arch.local_int.list)

Re: question about arch/s390/kvm/interrupt.c

2009-07-12 Thread Avi Kivity
(copying some s390 people) On 07/10/2009 02:47 PM, Julia Lawall wrote: In a recent version of linux-next, the function kvm_s390_handle_wait contains the following code: add_wait_queue(vcpu-arch.local_int.wq,wait); while (list_empty(vcpu-arch.local_int.list)

question about arch/s390/kvm/interrupt.c

2009-07-10 Thread Julia Lawall
In a recent version of linux-next, the function kvm_s390_handle_wait contains the following code: add_wait_queue(vcpu-arch.local_int.wq, wait); while (list_empty(vcpu-arch.local_int.list) list_empty(vcpu-arch.local_int.float_int-list)