public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Alex Williamson <alex.williamson@redhat.com>,
	"kvm@vger.kernel.org" <kvm@vger.kernel.org>,
	Avi Kivity <avi@redhat.com>,
	Marcelo Tosatti <mtosatti@redhat.com>,
	"jbaron@redhat.com" <jbaron@redhat.com>
Subject: Re: [PATCH v2] kvm: Disable MSI/MSI-X in assigned device reset path
Date: Mon, 16 Apr 2012 20:47:10 +0200	[thread overview]
Message-ID: <4F8C692E.80802@siemens.com> (raw)
In-Reply-To: <20120416171235.GA19517@redhat.com>

On 2012-04-16 19:12, Michael S. Tsirkin wrote:
> On Mon, Apr 16, 2012 at 06:38:22PM +0200, Jan Kiszka wrote:
>> On 2012-04-16 18:36, Michael S. Tsirkin wrote:
>>> On Mon, Apr 16, 2012 at 06:13:03PM +0200, Jan Kiszka wrote:
>>>> On 2012-04-16 18:08, Michael S. Tsirkin wrote:
>>>>> On Mon, Apr 16, 2012 at 05:10:07PM +0200, Jan Kiszka wrote:
>>>>>> On 2012-04-16 17:06, Michael S. Tsirkin wrote:
>>>>>>> On Mon, Apr 16, 2012 at 08:03:17AM -0600, Alex Williamson wrote:
>>>>>>>> The discussion on this patch seems to have fizzled, with no clear short
>>>>>>>> term solution.
>>>>>>>
>>>>>>> I think we are in concensus, it's just that there are
>>>>>>> multiple bugs still left to fix.
>>>>>>>
>>>>>>> First, we need to prevent guest from touching command
>>>>>>> register except for the bus master bit. Something like
>>>>>>
>>>>>> INTx is harmless as well. Denying access breaks masking for the guest.
>>>>>
>>>>> We currently mark intx as emulated, no?
>>>>
>>>> If we use the mask also in the kernel for IRQ sharing, we *monitor* it.
>>>>
>>>>> Anyway - care fixing it properly?
>>>>
>>>> There is nothing to fix.
>>>>
>>>> Jan
>>>
>>> Guest access  to command register is a bug.
>>> E.g. it has no business enabling SERR as SERR crashes
>>> host when triggered.
>>
>> Maybe a misunderstanding. I agree that other bits are not guest
>> business. But INTx should be excluded from this filtering and handled as
>> is, i.e. passed through.
>>
>> Jan
> 
> Ah, I see what you mean.
> So let's add
>     pci_dev->emulate_config_write[PCI_COMMAND + 1] &= ~(PCI_COMMAND_INTX_DISABLE >> 8);
> on top?

Looks good.

Jan

-- 
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux

  reply	other threads:[~2012-04-16 18:47 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-05  3:42 [PATCH v2] kvm: Disable MSI/MSI-X in assigned device reset path Alex Williamson
2012-04-05  7:28 ` Jan Kiszka
2012-04-05  9:34 ` Michael S. Tsirkin
2012-04-05 14:42   ` Alex Williamson
2012-04-05 15:04     ` Michael S. Tsirkin
2012-04-08 13:14 ` Avi Kivity
2012-04-08 13:17   ` Michael S. Tsirkin
2012-04-08 13:18     ` Avi Kivity
2012-04-08 13:21       ` Michael S. Tsirkin
2012-04-08 13:24         ` Avi Kivity
2012-04-08 13:30           ` Michael S. Tsirkin
2012-04-08 13:41             ` Avi Kivity
2012-04-08 13:53               ` Michael S. Tsirkin
2012-04-08 14:01                 ` Avi Kivity
2012-04-08 14:42                   ` Michael S. Tsirkin
2012-04-08 15:26                     ` Avi Kivity
2012-04-08 15:46                       ` Michael S. Tsirkin
2012-04-08 15:50                         ` Avi Kivity
2012-04-08 16:04                           ` Michael S. Tsirkin
2012-04-08 16:08                             ` Avi Kivity
2012-04-08 17:37                               ` Jan Kiszka
2012-04-08 18:18                                 ` Michael S. Tsirkin
2012-04-08 18:39                                   ` Jan Kiszka
2012-04-08 20:35                                     ` Michael S. Tsirkin
2012-04-09  8:35                                 ` Avi Kivity
2012-04-10 16:55                                   ` Alex Williamson
2012-04-16 14:03 ` Alex Williamson
2012-04-16 14:31   ` Avi Kivity
2012-04-16 15:06   ` Michael S. Tsirkin
2012-04-16 15:10     ` Jan Kiszka
2012-04-16 16:08       ` Michael S. Tsirkin
2012-04-16 16:13         ` Jan Kiszka
2012-04-16 16:36           ` Michael S. Tsirkin
2012-04-16 16:38             ` Jan Kiszka
2012-04-16 17:12               ` Michael S. Tsirkin
2012-04-16 18:47                 ` Jan Kiszka [this message]
2012-04-16 16:12     ` Jason Baron
2012-04-16 16:34       ` Michael S. Tsirkin
2012-04-16 19:07     ` Alex Williamson
2012-04-16 19:47       ` Michael S. Tsirkin
2012-04-17  0:55 ` Marcelo Tosatti

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=4F8C692E.80802@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=alex.williamson@redhat.com \
    --cc=avi@redhat.com \
    --cc=jbaron@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mst@redhat.com \
    --cc=mtosatti@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox