From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5D1n-0000IS-Fg for qemu-devel@nongnu.org; Wed, 07 Mar 2012 04:19:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5D1i-0000AV-Qu for qemu-devel@nongnu.org; Wed, 07 Mar 2012 04:19:23 -0500 Received: from mail-ee0-f45.google.com ([74.125.83.45]:41394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5D1i-0000AP-I6 for qemu-devel@nongnu.org; Wed, 07 Mar 2012 04:19:18 -0500 Received: by eeit10 with SMTP id t10so2552468eei.4 for ; Wed, 07 Mar 2012 01:19:16 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4F572812.4050706@redhat.com> Date: Wed, 07 Mar 2012 10:19:14 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20120307000340.3079.87515.stgit@bling.home> <20120307001419.3079.96413.stgit@bling.home> In-Reply-To: <20120307001419.3079.96413.stgit@bling.home> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/6] pci: Add notifier for device probing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: ddutile@redhat.com, qemu-devel@nongnu.org, gleb@redhat.com, mst@redhat.com Il 07/03/2012 01:14, Alex Williamson ha scritto: > +void pci_host_remove_dev_probe_notifier(Notifier *notify) > +{ > + notifier_list_remove(&pci_host_dev_probe_notifiers, notify); > +} > + Looks like qemu-kvm needs a merge. :) Upstream has notifier_remove, not notifier_list_remove. Paolo