On 2015/3/18 1:05, Stefan Hajnoczi wrote: > On Fri, Mar 13, 2015 at 01:21:59PM +0800, Shannon Zhao wrote: >> It's detected by coverity.In is_vlan_packet s->mac_reg[VET] is >> unsigned int but is dereferenced as a narrower unsigned short. >> This may lead to unexpected results depending on machine >> endianness. >> >> Signed-off-by: Shannon Zhao <zhaoshengl...@huawei.com> >> Signed-off-by: Shannon Zhao <shannon.z...@linaro.org> >> --- >> hw/net/e1000.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > > Thanks, applied to my net tree: > https://github.com/stefanha/qemu/commits/net >
Thanks :-) Shannon