All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] mini-os: netfront: fix some issues
@ 2020-09-22 10:58 Juergen Gross
  2020-09-22 10:58 ` [PATCH 1/2] mini-os: netfront: retrieve netmask and gateway via extra function Juergen Gross
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Juergen Gross @ 2020-09-22 10:58 UTC (permalink / raw)
  To: minios-devel, xen-devel; +Cc: samuel.thibault, wl, Juergen Gross

Fix two issues in mini-os netfront:

- undo init_netfront interface change and replace it with an alternative
- fix mini-os suspend/resume handling in netfront

Juergen Gross (2):
  mini-os: netfront: retrieve netmask and gateway via extra function
  mini-os: netfront: fix suspend/resume handling

 include/netfront.h |   4 +-
 lwip-net.c         |   4 +-
 netfront.c         | 173 ++++++++++++++++++++-------------------------
 test.c             |   2 +-
 4 files changed, 84 insertions(+), 99 deletions(-)

-- 
2.26.2



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-10-01  9:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-22 10:58 [PATCH 0/2] mini-os: netfront: fix some issues Juergen Gross
2020-09-22 10:58 ` [PATCH 1/2] mini-os: netfront: retrieve netmask and gateway via extra function Juergen Gross
2020-09-22 20:08   ` Samuel Thibault
2020-09-22 10:58 ` [PATCH 2/2] mini-os: netfront: fix suspend/resume handling Juergen Gross
2020-09-22 20:08   ` Samuel Thibault
2020-10-01  9:37 ` [PATCH 0/2] mini-os: netfront: fix some issues Wei Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.