qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 3/6] pci: Add notifier for device probing


From: Alex Williamson
Subject: Re: [Qemu-devel] [PATCH 3/6] pci: Add notifier for device probing
Date: Wed, 07 Mar 2012 13:12:10 -0700

On Wed, 2012-03-07 at 10:19 +0100, Paolo Bonzini wrote:
> 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.

Thanks Paolo,

Alex




reply via email to

[Prev in Thread] Current Thread [Next in Thread]