Re: [Qemu-devel] [PATCH] e1000e: fix building without CONFIG_VMXNET3_PCI

2016-07-17 Thread Jason Wang
On 2016年07月13日 10:42, Jason Wang wrote: e1000e needs net_tx_pkt.o and net_rx_pkt.o too. Cc: Dmitry Fleytman Cc: Leonid Bloch Signed-off-by: Jason Wang --- hw/net/Makefile.objs | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/net/Makefile.objs b/hw/net/Makefile.objs index fe61e9f..6

[Qemu-devel] [PATCH] e1000e: fix building without CONFIG_VMXNET3_PCI

2016-07-12 Thread Jason Wang
e1000e needs net_tx_pkt.o and net_rx_pkt.o too. Cc: Dmitry Fleytman Cc: Leonid Bloch Signed-off-by: Jason Wang --- hw/net/Makefile.objs | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/net/Makefile.objs b/hw/net/Makefile.objs index fe61e9f..610ed3e 100644 --- a/hw/net/Makefile.objs +++ b