Re: [PATCH 11/12] util: remove the net/net.h dependency

2022-02-24 Thread Richard Henderson
On 2/24/22 08:37, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Move qemu_ether_ntoa() which is only needed in net/. Signed-off-by: Marc-André Lureau --- include/qemu-common.h | 1 - net/announce.c| 13 + util/cutils.c | 14 -- 3 files

Re: [PATCH 11/12] util: remove the net/net.h dependency

2022-02-24 Thread Peter Maydell
On Thu, 24 Feb 2022 at 18:39, wrote: > > From: Marc-André Lureau > > Move qemu_ether_ntoa() which is only needed in net/. > > Signed-off-by: Marc-André Lureau > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 11/12] util: remove the net/net.h dependency

2022-02-24 Thread marcandre . lureau
From: Marc-André Lureau Move qemu_ether_ntoa() which is only needed in net/. Signed-off-by: Marc-André Lureau --- include/qemu-common.h | 1 - net/announce.c| 13 + util/cutils.c | 14 -- 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/