From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51750) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UD17N-0000QP-NK for qemu-devel@nongnu.org; Tue, 05 Mar 2013 18:17:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UD17M-0000qT-JF for qemu-devel@nongnu.org; Tue, 05 Mar 2013 18:17:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UD17M-0000qH-CK for qemu-devel@nongnu.org; Tue, 05 Mar 2013 18:17:56 -0500 Date: Tue, 5 Mar 2013 19:14:58 -0300 From: Marcelo Tosatti Message-ID: <20130305221458.GA5477@amt.cnet> References: <1362051201-56541-1-git-send-email-cornelia.huck@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1362051201-56541-1-git-send-email-cornelia.huck@de.ibm.com> Subject: Re: [Qemu-devel] [PATCH v5 0/6] kvm: Make ioeventfd usable on s390. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck Cc: Carsten Otte , KVM , Gleb Natapov , "Michael S. Tsirkin" , linux-s390 , Heiko Carstens , Alexander Graf , qemu-devel , Christian Borntraeger , Martin Schwidefsky On Thu, Feb 28, 2013 at 12:33:15PM +0100, Cornelia Huck wrote: > v5 of the ioeventfd patch set, this time with a proper return code > from __diag_virtio_hypercall(), otherwise unchanged. > > v4 -> v5: > - Proper return code in __diag_virtio_hypercall() > v3 -> v4: > - Pass cookies in virtio-ccw notify hypercall > - Coding style > v2 -> v3: > - Added a patch exporting the virtio-ccw api and use it for the > diagnose implementation. > - Better naming: We're dealing with virtio-ccw notifications only. > v1 -> v2: > - Move irqfd initialization from a module init function to kvm_init, > eliminating the need for a second module for kvm/s390. > - Use kvm_io_device for s390 css devices. > > Cornelia Huck (5): > KVM: s390: Export virtio-ccw api. > KVM: Initialize irqfd from kvm_init(). > KVM: Introduce KVM_VIRTIO_CCW_NOTIFY_BUS. > KVM: ioeventfd for virtio-ccw devices. > KVM: s390: Wire up ioeventfd. > > Michael S. Tsirkin (1): > virtio_ccw: pass a cookie value to kvm hypercall Applied, thanks.