
7 Nov
2015
7 Nov
'15
12:58 a.m.
On 6 November 2015 at 02:04, Bin Meng bmeng.cn@gmail.com wrote:
Move to driver model for ETH (e1000) on QEMU.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Changes in v2:
- Rebase on top of u-boot/master
- New patch to convert to use driver model eth
board/emulation/qemu-x86/Makefile | 2 +- board/emulation/qemu-x86/qemu-x86.c | 13 ------------- configs/qemu-x86_defconfig | 2 +- 3 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 board/emulation/qemu-x86/qemu-x86.c
Acked-by: Simon Glass sjg@chromium.org