All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: xen-devel <xen-devel@lists.xenproject.org>, Keir Fraser <keir@xen.org>
Subject: Re: [PATCH v4 RFC 2/6] x86/MSI-X: track host and guest mask‑all requests separately
Date: Thu, 25 Jun 2015 15:25:23 +0100	[thread overview]
Message-ID: <558C0F53.4040501@citrix.com> (raw)
In-Reply-To: <558BD17E0200007800089594@mail.emea.novell.com>

On 25/06/15 09:01, Jan Beulich wrote:
>>>> On 24.06.15 at 19:15, <andrew.cooper3@citrix.com> wrote:
>> On 22/06/15 15:47, Jan Beulich wrote:
>>> Host uses of the bits will be added subsequently, and must not be
>>> overridden by guests (including Dom0, namely when acting on behalf of
>>> a guest).
>>>
>>> Signed-off-by: Jan Beulich <jbeulich@suse.com>
>>>
>>> --- a/xen/arch/x86/msi.c
>>> +++ b/xen/arch/x86/msi.c
>>> @@ -846,6 +846,12 @@ static int msix_capability_init(struct p
>>>  
>>>      if ( !msix->used_entries )
>>>      {
>>> +        msix->host_maskall = 0;
>>> +        if ( !msix->guest_maskall )
>>> +            control &= ~PCI_MSIX_FLAGS_MASKALL;
>>> +        else
>>> +            control |= PCI_MSIX_FLAGS_MASKALL;
>> Is the guest (or hardware) in a position to influence guest_maskall at
>> this point?  I am not sure that it is.
> Of course - via the cfg write intercept (i.e. the hunk immediately
> following this one).

So it is.  I had got the call chronology confused.

Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>  (although
perhaps better to wait until we understand Sanders MSI masking problem).

~Andrew

  reply	other threads:[~2015-06-25 14:25 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-22 14:38 [PATCH v4 RFC 0/6] x86/MSI: XSA-120, 126, 128-131 follow-up Jan Beulich
2015-06-22 14:46 ` [PATCH v4 RFC 1/6] x86/PCI: add config space write abstract intercept logic Jan Beulich
2015-06-22 19:31   ` Konrad Rzeszutek Wilk
2015-06-23  7:21     ` Jan Beulich
2015-06-23 11:06       ` Konrad Rzeszutek Wilk
2015-06-23 12:55         ` Jan Beulich
2015-06-24 17:09   ` Andrew Cooper
2015-06-22 14:47 ` [PATCH v4 RFC 2/6] x86/MSI-X: track host and guest mask‑all requests separately Jan Beulich
2015-06-24 17:15   ` Andrew Cooper
2015-06-25  8:01     ` Jan Beulich
2015-06-25 14:25       ` Andrew Cooper [this message]
2015-06-22 14:49 ` [PATCH v4 3/6] x86/MSI-X: be more careful during teardown Jan Beulich
2015-06-22 14:50 ` [PATCH v4 4/6] x86/MSI-X: access MSI-X table only after having enabled MSI-X Jan Beulich
2015-06-22 14:51 ` [PATCH v4 RFC 5/6] x86/MSI-X: reduce fiddling with control register during restore Jan Beulich
2015-06-22 14:51 ` [PATCH v4 RFC 6/6] x86/MSI: properly track guest masking requests Jan Beulich
2015-06-24 17:24   ` Andrew Cooper
2015-06-25  8:04     ` Jan Beulich
2015-06-25 14:26       ` Andrew Cooper
2015-06-25 14:49         ` Jan Beulich
2015-07-13 11:42 ` [PATCH v4 RFC 0/6] x86/MSI: XSA-120, 126, 128-131 follow-up Jan Beulich

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=558C0F53.4040501@citrix.com \
    --to=andrew.cooper3@citrix.com \
    --cc=JBeulich@suse.com \
    --cc=keir@xen.org \
    --cc=xen-devel@lists.xenproject.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 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.