On Thu, Dec 7, 2017 at 7:27 PM, Michael S. Tsirkin wrote:
> On Wed, Nov 22, 2017 at 03:22:50PM +0200, Marcel Apfelbaum wrote:
>> On 22/11/2017 14:32, Ladi Prosek wrote:
>> > On Wed, Nov 22, 2017 at 11:46 AM, Marcel Apfelbaum
>> > wrote:
>> > > Hi Ladi,
>> > >
>> > > On 20/11/2017 16:22, Ladi Pro
On Wed, Nov 22, 2017 at 03:22:50PM +0200, Marcel Apfelbaum wrote:
> On 22/11/2017 14:32, Ladi Prosek wrote:
> > On Wed, Nov 22, 2017 at 11:46 AM, Marcel Apfelbaum
> > wrote:
> > > Hi Ladi,
> > >
> > > On 20/11/2017 16:22, Ladi Prosek wrote:
> > > >
> > > > msix_mask_all() is supposed to invoke
On Wed, 22 Nov 2017 12:46:45 +0200
Marcel Apfelbaum wrote:
> Hi Ladi,
>
> On 20/11/2017 16:22, Ladi Prosek wrote:
> > msix_mask_all() is supposed to invoke the release vector notifier if the
> > state of the
> > respective vector changed from unmasked or masked.
>
> You mean from unmasked "
On 22/11/2017 14:32, Ladi Prosek wrote:
On Wed, Nov 22, 2017 at 11:46 AM, Marcel Apfelbaum wrote:
Hi Ladi,
On 20/11/2017 16:22, Ladi Prosek wrote:
msix_mask_all() is supposed to invoke the release vector notifier if the
state of the
respective vector changed from unmasked or masked.
You m
On Wed, Nov 22, 2017 at 11:46 AM, Marcel Apfelbaum wrote:
> Hi Ladi,
>
> On 20/11/2017 16:22, Ladi Prosek wrote:
>>
>> msix_mask_all() is supposed to invoke the release vector notifier if the
>> state of the
>> respective vector changed from unmasked or masked.
>
>
> You mean from unmasked "to" ma
Hi Ladi,
On 20/11/2017 16:22, Ladi Prosek wrote:
msix_mask_all() is supposed to invoke the release vector notifier if the state
of the
respective vector changed from unmasked or masked.
You mean from unmasked "to" masked right?
The way it's currently called from
msix_reset(), though, may r
Hi,
This series failed automatic build test. Please find the testing commands and
their output below. If you have docker installed, you can probably reproduce it
locally.
Subject: [Qemu-devel] [PATCH] msix: don't mask already masked vectors on reset
Type: series
Message-id: 20171120142216.
msix_mask_all() is supposed to invoke the release vector notifier if the state
of the
respective vector changed from unmasked or masked. The way it's currently
called from
msix_reset(), though, may result in calling the release notifier even if the
vector
is already masked.
1) msix_reset() clea