All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keir Fraser <keir.fraser@eu.citrix.com>
To: James Harper <james.harper@bendigoit.com.au>,
	xen-devel@lists.xensource.com
Subject: Re: Multiple IRQ's in HVM for Windows
Date: Fri, 26 Dec 2008 10:36:25 +0000	[thread overview]
Message-ID: <C57A6429.20925%keir.fraser@eu.citrix.com> (raw)
In-Reply-To: <AEC6C66638C05B468B556EA548C1A77D015500E2@trantor>

On 26/12/2008 10:15, "James Harper" <james.harper@bendigoit.com.au> wrote:

> The above probably shows a lack of understanding on my part about how
> events are delivered into hvm domains as interrupts - can you point me
> to what files I need to look at to understand this better? Then maybe
> I'll have a better idea about what I'm asking for (or I'll understand
> why it won't work :)

Currently all event channels are tied together as a single interrupt line,
which can be configured to appear to come from the xen-platform fake PCI
device. We could duplicate that device so you could have a PCI INTx line per
CPU. Or duplicate it so that you could have a PCI INTx line per event
channel (or at least barber-pole onto such a set of INTx lines).

Or we could bypass the INTx emulation entirely, and deliver per-cpu
event_pending status to that HVM VCPU's local APIC, on a pre-registered
interrupt vector (this is most like MSI, except the interrupt wouldn't be
coming from a PCI device, although we could perhaps even fake that out too).

There's quite a few options.

 -- Keir

  reply	other threads:[~2008-12-26 10:36 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-26  3:29 Multiple IRQ's in HVM for Windows James Harper
2008-12-26  7:32 ` Keir Fraser
2008-12-26 10:15   ` James Harper
2008-12-26 10:36     ` Keir Fraser [this message]
2008-12-26 10:54       ` James Harper
2008-12-26 11:00         ` Keir Fraser
2008-12-27  9:19           ` James Harper
2008-12-27  9:31             ` Keir Fraser
2008-12-27  9:35               ` James Harper
2008-12-27  9:57                 ` Keir Fraser
2008-12-27 10:03                   ` James Harper
2008-12-27 10:22                     ` Keir Fraser
2008-12-27 10:28                       ` James Harper
2008-12-27 10:39                         ` Keir Fraser
2008-12-27 11:18                           ` James Harper
2008-12-28  3:22                           ` James Harper
2008-12-28  8:39                             ` Keir Fraser
2008-12-31 14:57                         ` Ross Philipson

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=C57A6429.20925%keir.fraser@eu.citrix.com \
    --to=keir.fraser@eu.citrix.com \
    --cc=james.harper@bendigoit.com.au \
    --cc=xen-devel@lists.xensource.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.