On 2016年08月19日 00:57, Paolo Bonzini wrote:
On 18/08/2016 16:15, Cao jin wrote:
Commit 66bf7d58 removed internal msi state flag E1000E_USE_MSI, E1000E_USE_MSIX
is not necessary too, remove it now. And interrupt flag field intr_state also
can be removed now.
CC: Dmitry Fleytman
CC: Jason Wang
> On 18 Aug 2016, at 19:41 PM, Markus Armbruster wrote:
>
> Dmitry Fleytman writes:
>
>>> On 18 Aug 2016, at 17:15, Cao jin wrote:
>>>
>>> Commit 66bf7d58 removed internal msi state flag E1000E_USE_MSI,
>>> E1000E_USE_MSIX
>>> is not necessary too, remove it now. And interrupt flag field i
Markus Armbruster writes:
> Dmitry Fleytman writes:
>
>>> On 18 Aug 2016, at 17:15, Cao jin wrote:
[...]
>>> @@ -601,7 +596,6 @@ static const VMStateDescription e1000e_vmstate = {
>>> VMSTATE_MSIX(parent_obj, E1000EState),
>>>
>>> VMSTATE_UINT32(ioaddr, E1000EState),
>>> -
On 18/08/2016 16:15, Cao jin wrote:
> Commit 66bf7d58 removed internal msi state flag E1000E_USE_MSI,
> E1000E_USE_MSIX
> is not necessary too, remove it now. And interrupt flag field intr_state also
> can be removed now.
>
> CC: Dmitry Fleytman
> CC: Jason Wang
> CC: Markus Armbruster
> CC:
Dmitry Fleytman writes:
>> On 18 Aug 2016, at 17:15, Cao jin wrote:
>>
>> Commit 66bf7d58 removed internal msi state flag E1000E_USE_MSI,
>> E1000E_USE_MSIX
>> is not necessary too, remove it now. And interrupt flag field intr_state also
>> can be removed now.
>>
>> CC: Dmitry Fleytman
>> CC
> On 18 Aug 2016, at 17:15, Cao jin wrote:
>
> Commit 66bf7d58 removed internal msi state flag E1000E_USE_MSI,
> E1000E_USE_MSIX
> is not necessary too, remove it now. And interrupt flag field intr_state also
> can be removed now.
>
> CC: Dmitry Fleytman
> CC: Jason Wang
> CC: Markus Armbrus
Commit 66bf7d58 removed internal msi state flag E1000E_USE_MSI, E1000E_USE_MSIX
is not necessary too, remove it now. And interrupt flag field intr_state also
can be removed now.
CC: Dmitry Fleytman
CC: Jason Wang
CC: Markus Armbruster
CC: Marcel Apfelbaum
CC: Michael S. Tsirkin
CC: Paolo Bonz