qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH 0/3] pci: disable intx on flr/bus reset


From: Michael S. Tsirkin
Subject: [Qemu-devel] Re: [PATCH 0/3] pci: disable intx on flr/bus reset
Date: Thu, 20 Jan 2011 11:10:25 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Jan 20, 2011 at 04:21:37PM +0900, Isaku Yamahata wrote:
> So far pci_device_reset() is used for system reset.
> In that case, interrupt controller is also reset so that
> all irq is are deasserted.
> But now pci bus reset/flr is supported, and in that case irq needs to be
> disabled explicitly.

Simply->simplify
Otherwise looks good. Applied, thanks!

> Isaku Yamahata (3):
>   pci: deassert intx on reset.
>   msi: simply write config a bit.
>   msix: simply write config
> 
>  hw/msi.c  |    5 +----
>  hw/msix.c |    5 +----
>  hw/pci.c  |    9 +++++++++
>  hw/pci.h  |    2 ++
>  4 files changed, 13 insertions(+), 8 deletions(-)



reply via email to

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