[Qemu-devel] [PATCH] hw/net: implement MIB counters in mcf_fec driver

2017-02-03 Thread Greg Ungerer
The FEC ethernet hardware module used on ColdFire SoC parts contains a block of RAM used to maintain hardware counters. This block is accessible via the usual FEC register address space. There is currently no support for this in the QEMU mcf_fec driver. Add support for storing a MIB RAM block, and

Re: [Qemu-devel] [PATCH] hw/net: implement MIB counters in mcf_fec driver

2017-01-10 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Type: series Message-id: 1484052273-23815-1-git-send-email-g...@uclinux.org Subject: [Qemu-devel] [PATCH] hw/net: implement MIB counters in mcf_fec driver === TEST SCRIPT BEGIN === #!/bin/bash BASE

[Qemu-devel] [PATCH] hw/net: implement MIB counters in mcf_fec driver

2017-01-10 Thread Greg Ungerer
The FEC ethernet hardware module used on ColdFire SoC parts contains a block of RAM used to maintain hardware counters. This block is accessible via the usual FEC register address space. There is currently no support for this in the QEMU mcf_fec driver. Add support for storing a MIB RAM block, and