2013/3/1 Peter Maydell :
> On 27 February 2013 07:15, Kuo-Jung Su wrote:
>> From: Kuo-Jung Su
>>
>> Some ethernet mac relies on the bit ordering reversal functions
>> to performance the multicast address hash code calculation.
>> So I've ported the bitrev.[ch] from linux kernel into QEMU.
>>
>> S
On 27 February 2013 07:15, Kuo-Jung Su wrote:
> From: Kuo-Jung Su
>
> Some ethernet mac relies on the bit ordering reversal functions
> to performance the multicast address hash code calculation.
> So I've ported the bitrev.[ch] from linux kernel into QEMU.
>
> Signed-off-by: Kuo-Jung Su
> ---
>
From: Kuo-Jung Su
Some ethernet mac relies on the bit ordering reversal functions
to performance the multicast address hash code calculation.
So I've ported the bitrev.[ch] from linux kernel into QEMU.
Signed-off-by: Kuo-Jung Su
---
include/qemu/bitrev.h | 25 +
util/Make