qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] pcie: fix typo in pcie_cap_deverr_init()


From: Gonglei
Subject: Re: [Qemu-devel] [PATCH] pcie: fix typo in pcie_cap_deverr_init()
Date: Fri, 21 Nov 2014 08:41:46 +0800
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20120327 Thunderbird/11.0.1

On 2014/11/18 10:47, Gonglei (Arei) wrote:

> From: Gonglei <address@hidden>
> 
> Reported-by:
>  https://bugs.launchpad.net/qemu/+bug/1393440
> 
> Signed-off-by: Gonglei <address@hidden>
> ---
>  hw/pci/pcie.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/pci/pcie.c b/hw/pci/pcie.c
> index 58455bd..fbba589 100644
> --- a/hw/pci/pcie.c
> +++ b/hw/pci/pcie.c
> @@ -145,7 +145,7 @@ void pcie_cap_deverr_init(PCIDevice *dev)
>                                 PCI_EXP_DEVCTL_FERE | PCI_EXP_DEVCTL_URRE);
>      pci_long_test_and_set_mask(dev->w1cmask + pos + PCI_EXP_DEVSTA,
>                                 PCI_EXP_DEVSTA_CED | PCI_EXP_DEVSTA_NFED |
> -                               PCI_EXP_DEVSTA_URD | PCI_EXP_DEVSTA_URD);
> +                               PCI_EXP_DEVSTA_FED | PCI_EXP_DEVSTA_URD);
>  }
>  
>  void pcie_cap_deverr_reset(PCIDevice *dev)

Ping...
I think this one is a candidate for 2.2 too.

Best regards,
-Gonglei



reply via email to

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