From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqfnB-0003Zm-Rc for qemu-devel@nongnu.org; Fri, 08 May 2015 06:46:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yqfn6-000143-PE for qemu-devel@nongnu.org; Fri, 08 May 2015 06:46:05 -0400 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:56374) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yqfn6-00013q-G4 for qemu-devel@nongnu.org; Fri, 08 May 2015 06:46:00 -0400 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 8 May 2015 11:45:59 +0100 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 1EE1B219005E for ; Fri, 8 May 2015 11:45:39 +0100 (BST) Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t48AjvUX57999416 for ; Fri, 8 May 2015 10:45:57 GMT Received: from d06av07.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t48AjumF025356 for ; Fri, 8 May 2015 06:45:56 -0400 Date: Fri, 8 May 2015 12:45:55 +0200 From: Cornelia Huck Message-ID: <20150508124555.52c4570a.cornelia.huck@de.ibm.com> In-Reply-To: <007801d08979$fb8267e0$f28737a0$@samsung.com> References: <016001d088b3$8da9bfa0$a8fd3ee0$@samsung.com> <20150507153942.29afef5f.cornelia.huck@de.ibm.com> <00aa01d0895a$81d423d0$857c6b70$@samsung.com> <20150508122029.30e0311d.cornelia.huck@de.ibm.com> <007801d08979$fb8267e0$f28737a0$@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 Fri, 08 May 2015 13:30:18 +0300 Pavel Fedin wrote: > Hello! > > > Yes, I think it makes sense to just pick the low-hanging fruit for > > virtio-mmio and wait for pci. > > Does this mean that my series can be accepted as it is? Since PCI is potentially better > solution, MMIO is a low priority in my project, and i have lots of other tasks. This means > i unfortunately don't have time for further refactor. If you ACK, i will resend the series > once again as v3, i set up git send-email and it should be working now. > I just wanted to share this piece because it's already done, and i would not like it to > go to oblivion again. I think (ommitting the refactoring) you also need to care about reset. (And maybe fold patches 1 and 3.) Should not be too much effort, I hope. And I'd recommend to cc: MST, so that there is a chance of it not getting lost in his after-vacation mail avalanche :)