qemu-devel
[Top][All Lists]
Advanced

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

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


From: Isaku Yamahata
Subject: [Qemu-devel] [PATCH 0/3] pci: disable intx on flr/bus reset
Date: Thu, 20 Jan 2011 16:21:37 +0900

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.

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]