qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Isaku Yamahata <yamahata@valinux.co.jp>
To: qemu-devel@nongnu.org
Cc: yamahata@valinux.co.jp, mst@redhat.com
Subject: [Qemu-devel] [PATCH 0/3] pci: disable intx on flr/bus reset
Date: Thu, 20 Jan 2011 16:21:37 +0900	[thread overview]
Message-ID: <cover.1295507931.git.yamahata@valinux.co.jp> (raw)

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	other threads:[~2011-01-20  7:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-20  7:21 Isaku Yamahata [this message]
2011-01-20  7:21 ` [Qemu-devel] [PATCH 1/3] pci: deassert intx on reset Isaku Yamahata
2011-01-20  7:21 ` [Qemu-devel] [PATCH 2/3] msi: simply write config a bit Isaku Yamahata
2011-01-20  7:21 ` [Qemu-devel] [PATCH 3/3] msix: simply write config Isaku Yamahata
2011-01-20  9:10 ` [Qemu-devel] Re: [PATCH 0/3] pci: disable intx on flr/bus reset Michael S. Tsirkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1295507931.git.yamahata@valinux.co.jp \
    --to=yamahata@valinux.co.jp \
    --cc=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).