From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org, anthony@codemonkey.ws,
yamahata@valinux.co.jp, paul@codesourcery.com,
quintela@redhat.com
Subject: [Qemu-devel] [PATCHv2 0/3] pci: interrupt status/interrupt disable support
Date: Thu, 26 Nov 2009 17:48:23 +0200 [thread overview]
Message-ID: <20091126154823.GA2694@redhat.com> (raw)
This patchset adds support for mandatory interupt
status and interrupt disable bits to all
PCI devices. This is required for PCI compliancy.
These patches are on top of my pci tree,
including Isaku Yamahata's fixes.
If this is a problem, let me know and
I will rebase.
This works fine for me, but since this touches
all PCI devices, please review carefully.
Changes from v1:
- Addressed review comments:
get rid of irq_state and irq_disabled fields
in PCI device as suggested by Paul Brook
and Isaku Yamahata.
Michael S. Tsirkin (3):
pci: prepare irq code for interrupt state
pci: interrupt status bit implementation
pci: interrupt disable bit support
hw/pci.c | 144 +++++++++++++++++++++++++++++++++++++++++++++++++++++--------
hw/pci.h | 4 +-
2 files changed, 128 insertions(+), 20 deletions(-)
next reply other threads:[~2009-11-26 15:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-26 15:48 Michael S. Tsirkin [this message]
2009-11-27 2:33 ` [Qemu-devel] Re: [PATCHv2 0/3] pci: interrupt status/interrupt disable support Isaku Yamahata
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=20091126154823.GA2694@redhat.com \
--to=mst@redhat.com \
--cc=anthony@codemonkey.ws \
--cc=paul@codesourcery.com \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
--cc=yamahata@valinux.co.jp \
/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).