From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55214) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqM1o-0008RT-K6 for qemu-devel@nongnu.org; Thu, 07 May 2015 09:39:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqM1k-0004wM-Gl for qemu-devel@nongnu.org; Thu, 07 May 2015 09:39:52 -0400 Received: from e06smtp11.uk.ibm.com ([195.75.94.107]:43980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqM1k-0004vw-77 for qemu-devel@nongnu.org; Thu, 07 May 2015 09:39:48 -0400 Received: from /spool/local by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 7 May 2015 14:39:47 +0100 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 42CD217D8062 for ; Thu, 7 May 2015 14:40:31 +0100 (BST) Received: from d06av12.portsmouth.uk.ibm.com (d06av12.portsmouth.uk.ibm.com [9.149.37.247]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t47Ddjls53936150 for ; Thu, 7 May 2015 13:39:45 GMT Received: from d06av12.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t47DdjeD011958 for ; Thu, 7 May 2015 07:39:45 -0600 Date: Thu, 7 May 2015 15:39:42 +0200 From: Cornelia Huck Message-ID: <20150507153942.29afef5f.cornelia.huck@de.ibm.com> In-Reply-To: <016001d088b3$8da9bfa0$a8fd3ee0$@samsung.com> References: <016001d088b3$8da9bfa0$a8fd3ee0$@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 2/3] virtio-mmio: introduce set_guest_notifiers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Fedin Cc: qemu-devel@nongnu.org On Thu, 07 May 2015 13:49:54 +0300 Pavel Fedin wrote: > Same as host notifier of virtio-mmio, most of codes came from virtio-pci. Possibly another case for common helper functions, as I also copied a lot of stuff from pci for ccw :) > The kvm-arm does not yet support irqfd, need to fix the hard-coded part > after > kvm-arm gets irqfd support. Hm, weren't there some patches for irqfd on arm? > > Signed-off-by: Ying-Shiuan Pan > Signed-off-by: Pavel Fedin > --- > hw/virtio/virtio-mmio.c | 61 > +++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 61 insertions(+)