diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-02-24 15:11:39 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-03-22 14:46:17 +0400 |
commit | 8a166615a49de80234aa14ae4e830b4a3cc9da6d (patch) | |
tree | d833929323838dc8fc65347f1e540ecb46e1e4a8 /include | |
parent | 5933dd9576e9be2053598f4fad88f2406d72a85c (diff) | |
download | qemu-8a166615a49de80234aa14ae4e830b4a3cc9da6d.zip qemu-8a166615a49de80234aa14ae4e830b4a3cc9da6d.tar.gz qemu-8a166615a49de80234aa14ae4e830b4a3cc9da6d.tar.bz2 |
util: remove the net/net.h dependency
Move qemu_ether_ntoa() which is only needed in net/.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/qemu-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qemu-common.h b/include/qemu-common.h index 19e254d..f0fe07c 100644 --- a/include/qemu-common.h +++ b/include/qemu-common.h @@ -108,7 +108,6 @@ void qemu_hexdump(FILE *fp, const char *prefix, */ int parse_debug_env(const char *name, int max, int initial); -const char *qemu_ether_ntoa(const MACAddr *mac); void page_size_init(void); /* returns non-zero if dump is in progress, otherwise zero is |