[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1244121615.2824.23.camel@blaa>
Date: Thu, 04 Jun 2009 14:20:15 +0100
From: Mark McLoughlin <markmc@...hat.com>
To: Gregory Haskins <gregory.haskins@...il.com>
Cc: Gregory Haskins <ghaskins@...ell.com>, Avi Kivity <avi@...hat.com>,
kvm@...r.kernel.org, linux-kernel@...r.kernel.org,
Davide Libenzi <davidel@...ilserver.org>, mtosatti@...hat.com
Subject: Re: [KVM PATCH v4 3/3] kvm: add iosignalfd support
Hi Greg,
On Wed, 2009-06-03 at 18:04 -0400, Gregory Haskins wrote:
> Hi Mark,
> So with the v5 release of iosignalfd, we now have the notion of a
> "trigger", the API of which is as follows:
>
> -----------------------
> /*!
> * \brief Assign an eventfd to an IO port (PIO or MMIO)
> *
> * Assigns an eventfd based file-descriptor to a specific PIO or MMIO
> * address range. Any guest writes to the specified range will generate
> * an eventfd signal.
> *
> * A data-match pointer can be optionally provided in "trigger" and only
> * writes which match this value exactly will generate an event. The length
> * of the trigger is established by the length of the overall IO range, and
> * therefore must be in a natural byte-width for the IO routines of your
> * particular architecture (e.g. 1, 2, 4, or 8 bytes on x86_64).
This looks like it'll work fine for virtio-pci.
Thanks,
Mark.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists