Re: [PATCH 1/2] mini-os: netfront: retrieve netmask and gateway via extra function

2020-09-22 Thread Samuel Thibault
Juergen Gross, le mar. 22 sept. 2020 12:58:25 +0200, a ecrit: > Commit 1b8ed31f4ce40 ("mini-os: netfront: Read netmask and gateway from > Xenstore") modified init_netfront() to take two additional parameters. > This broke the Xen build as init_netfront() is used in grub stubdom, > too. > > So inst

[PATCH 1/2] mini-os: netfront: retrieve netmask and gateway via extra function

2020-09-22 Thread Juergen Gross
Commit 1b8ed31f4ce40 ("mini-os: netfront: Read netmask and gateway from Xenstore") modified init_netfront() to take two additional parameters. This broke the Xen build as init_netfront() is used in grub stubdom, too. So instead of tightly coupling Mini-OS and Xen build via this interface modificat