Internal flag msix_used is unnecessary, it has the same effect as
msix_enabled().
The corresponding msi flag is already dropped in commit 1070048e.
CC: Dmitry Fleytman
CC: Jason Wang
CC: Markus Armbruster
Signed-off-by: Cao jin
---
hw/net/vmxnet3.c | 28 ++--
1 file c
Reviewed-by: Dmitry Fleytman
> On 19 Oct 2016, at 09:47 AM, Cao jin wrote:
>
> Internal flag msix_used is unnecessary, it has the same effect as
> msix_enabled().
>
> The corresponding msi flag is already dropped in commit 1070048e.
>
> CC: Dmitry Fleytman
> CC: Jason Wang
> CC: Markus Arm