From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43347) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKBYc-0000ZG-Rm for qemu-devel@nongnu.org; Sat, 07 Feb 2015 15:00:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKBYY-0007nt-Sh for qemu-devel@nongnu.org; Sat, 07 Feb 2015 15:00:46 -0500 Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]:53550) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKBYY-0007nh-MD for qemu-devel@nongnu.org; Sat, 07 Feb 2015 15:00:42 -0500 Received: by mail-wg0-f45.google.com with SMTP id x12so19567438wgg.4 for ; Sat, 07 Feb 2015 12:00:41 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54D66EE5.50207@redhat.com> Date: Sat, 07 Feb 2015 21:00:37 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1423257311-1345-1-git-send-email-pbonzini@redhat.com> <1423273144.22865.654.camel@redhat.com> In-Reply-To: <1423273144.22865.654.camel@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/3] vfio: free data and unmap BARs in instance_finalize List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: qemu-devel@nongnu.org On 07/02/2015 02:39, Alex Williamson wrote: > I'm not sure where it's coming from yet, but I did extensive testing for > my last pull request based on ec6f25e because if I updated to d5fbb4c > vfio hotplug broke immediately. I'll keep looking, but I thought I'd > share in case you have some ideas. Thanks, I'm not sure I understand: d5fbb4c9ed52d97aebe5994d8a857c74c0d95a92 (RCU merge) is an ancestor of ec6f25e788ef57ce1e9f734984ef8885172fd9e2 (s390 merge) and the only patches in the middle are for s390. Paolo