On 14/4/23 13:36, Akihiko Odaki wrote:
This also fixes the leak of memory mapping when the specified memory is
partially mapped.
Fixes: e263cd49c7 ("Packet abstraction for VMWARE network devices")
Signed-off-by: Akihiko Odaki <akihiko.od...@daynix.com>
---
hw/net/net_tx_pkt.c | 65 +++++++++++++++++++++++---------------------
hw/net/net_tx_pkt.h | 38 +++++++++++++++++++-------
Preferably split the patch in at least 2, first the back-end,
then the front-ends.
Also consider installing scripts/git.orderfile when posting
API changes, as this eases email review workflow (no need to
scroll up/down frenetically to follow).
hw/net/e1000e_core.c | 13 +++++----
hw/net/igb_core.c | 13 ++++-----
hw/net/vmxnet3.c | 14 +++++-----
5 files changed, 83 insertions(+), 60 deletions(-)