[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL V2 15/27] e1000: fix buliding complaint
From: |
Jason Wang |
Subject: |
[Qemu-devel] [PULL V2 15/27] e1000: fix buliding complaint |
Date: |
Tue, 27 Sep 2016 18:12:55 +0800 |
From: Gonglei <address@hidden>
hw/net/e1000e_core.c:56: warning: e1000e_set_interrupt_cause declared inline
after being called
hw/net/e1000e_core.c:56: warning: previous declaration of
e1000e_set_interrupt_cause was here
Signed-off-by: Gonglei <address@hidden>
Reviewed-by: Dmitry Fleytman <address@hidden>
Signed-off-by: Jason Wang <address@hidden>
---
hw/net/e1000e_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/net/e1000e_core.c b/hw/net/e1000e_core.c
index e0bd31c..03e3c46 100644
--- a/hw/net/e1000e_core.c
+++ b/hw/net/e1000e_core.c
@@ -2168,7 +2168,7 @@ e1000e_update_interrupt_state(E1000ECore *core)
}
}
-static inline void
+static void
e1000e_set_interrupt_cause(E1000ECore *core, uint32_t val)
{
trace_e1000e_irq_set_cause_entry(val, core->mac[ICR]);
--
2.7.4
- [Qemu-devel] [PULL V2 06/27] Jhash: add linux kernel jhashtable in qemu, (continued)
- [Qemu-devel] [PULL V2 06/27] Jhash: add linux kernel jhashtable in qemu, Jason Wang, 2016/09/27
- [Qemu-devel] [PULL V2 05/27] net/colo.c: add colo.c to define and handle packet, Jason Wang, 2016/09/27
- [Qemu-devel] [PULL V2 07/27] colo-compare: track connection and enqueue packet, Jason Wang, 2016/09/27
- [Qemu-devel] [PULL V2 08/27] colo-compare: introduce packet comparison thread, Jason Wang, 2016/09/27
- [Qemu-devel] [PULL V2 09/27] colo-compare: add TCP, UDP, ICMP packet comparison, Jason Wang, 2016/09/27
- [Qemu-devel] [PULL V2 10/27] filter-rewriter: introduce filter-rewriter initialization, Jason Wang, 2016/09/27
- [Qemu-devel] [PULL V2 11/27] filter-rewriter: track connection and parse packet, Jason Wang, 2016/09/27
- [Qemu-devel] [PULL V2 12/27] filter-rewriter: rewrite tcp packet to keep secondary connection, Jason Wang, 2016/09/27
- [Qemu-devel] [PULL V2 13/27] MAINTAINERS: add maintainer for COLO-proxy, Jason Wang, 2016/09/27
- [Qemu-devel] [PULL V2 14/27] docs: Add documentation for COLO-proxy, Jason Wang, 2016/09/27
- [Qemu-devel] [PULL V2 15/27] e1000: fix buliding complaint,
Jason Wang <=
- [Qemu-devel] [PULL V2 16/27] tap: Allow specifying a bridge, Jason Wang, 2016/09/27
- [Qemu-devel] [PULL V2 17/27] net: limit allocation in nc_sendv_compat, Jason Wang, 2016/09/27
- [Qemu-devel] [PULL V2 18/27] e1000e: Flush all receive queues on receive enable, Jason Wang, 2016/09/27
- [Qemu-devel] [PULL V2 20/27] e1000e: Fix CTRL_EXT.EIAME behavior, Jason Wang, 2016/09/27
- [Qemu-devel] [PULL V2 19/27] e1000e: Flush receive queues on link up, Jason Wang, 2016/09/27
- [Qemu-devel] [PULL V2 21/27] e1000e: Fix PBACLR implementation, Jason Wang, 2016/09/27
- [Qemu-devel] [PULL V2 22/27] e1000e: Fix OTHER interrupts processing for MSI-X, Jason Wang, 2016/09/27
- [Qemu-devel] [PULL V2 23/27] e1000e: Fix spurious RX TCP ACK interrupts, Jason Wang, 2016/09/27
- [Qemu-devel] [PULL V2 24/27] e1000e: Fix EIAC register implementation, Jason Wang, 2016/09/27
- [Qemu-devel] [PULL V2 25/27] net: mcf: limit buffer descriptor count, Jason Wang, 2016/09/27