Re: [Qemu-devel] [PATCH 4/7] e1000e: Fix PBACLR implementation

2016-09-22 Thread Jason Wang
On 2016年09月22日 17:01, Dmitry Fleytman wrote: On 22 Sep 2016, at 09:40 AM, Jason Wang wrote: On 2016年09月15日 14:14, Dmitry Fleytman wrote: This patch fixes incorrect check for interrypt type being used. PBSCLR register is valid for MSI-X only. See spec. 10.2.3.13 MSI—X PBA Clear Signed-of

Re: [Qemu-devel] [PATCH 4/7] e1000e: Fix PBACLR implementation

2016-09-22 Thread Dmitry Fleytman
> On 22 Sep 2016, at 09:40 AM, Jason Wang wrote: > > > > On 2016年09月15日 14:14, Dmitry Fleytman wrote: >> This patch fixes incorrect check for >> interrypt type being used. >> >> PBSCLR register is valid for MSI-X only. >> >> See spec. 10.2.3.13 MSI—X PBA Clear >> >> Signed-off-by: Dmitry Fl

Re: [Qemu-devel] [PATCH 4/7] e1000e: Fix PBACLR implementation

2016-09-22 Thread Jason Wang
On 2016年09月15日 14:14, Dmitry Fleytman wrote: This patch fixes incorrect check for interrypt type being used. PBSCLR register is valid for MSI-X only. See spec. 10.2.3.13 MSI—X PBA Clear Signed-off-by: Dmitry Fleytman --- hw/net/e1000e_core.c | 2 +- 1 file changed, 1 insertion(+), 1 dele

[Qemu-devel] [PATCH 4/7] e1000e: Fix PBACLR implementation

2016-09-14 Thread Dmitry Fleytman
This patch fixes incorrect check for interrypt type being used. PBSCLR register is valid for MSI-X only. See spec. 10.2.3.13 MSI—X PBA Clear Signed-off-by: Dmitry Fleytman --- hw/net/e1000e_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/net/e1000e_core.c b/hw/net