qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH RFC v2 2/9] hw/pci: add pci wrappers for allocat


From: Marcel Apfelbaum
Subject: Re: [Qemu-devel] [PATCH RFC v2 2/9] hw/pci: add pci wrappers for allocating and asserting irqs
Date: Thu, 03 Oct 2013 01:03:48 +0300

On Wed, 2013-10-02 at 17:21 +0200, Paolo Bonzini wrote:
> Il 02/10/2013 14:41, Marcel Apfelbaum ha scritto:
> > +static inline void pci_irq_pulse(PCIDevice *pci_dev)
> > +{
> > +    pci_irq_lower(pci_dev);
> > +    pci_irq_raise(pci_dev);
> > +}
> > +
> 
> Why is this in the opposite order, compared to qemu_irq_pulse?
It is a bug, thank you for catching it!
Marcel

> 
> Paolo






reply via email to

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