qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] rtl8139: cleanups


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 0/3] rtl8139: cleanups
Date: Mon, 3 Aug 2015 13:15:54 +0100

After addressing CVE-2015-5165 there were several additional rtl8139 cleanups
that I'm sending separately since they are not security fixes.

These patches eliminate duplicate eth.h structs/macros and fix unaligned memory
accesses in tx offload.

Stefan Hajnoczi (3):
  rtl8139: remove duplicate net/eth.h definitions
  rtl8139: use net/eth.h macros instead of custom macros
  rtl8139: use ldl/stl wrapper for unaligned 32-bit access

 hw/net/rtl8139.c | 103 +++++++++++++++----------------------------------------
 1 file changed, 27 insertions(+), 76 deletions(-)

-- 
2.4.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]