Re: [PATCH v2 4/4] net: Use bundle mechanism

2022-02-27 Thread Philippe Mathieu-Daudé
On 26/2/22 13:45, Akihiko Odaki wrote: Signed-off-by: Akihiko Odaki --- configure | 1 + include/net/net.h | 2 +- meson.build | 1 + net/tap.c | 6 +- qemu-options.hx | 4 ++-- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/net/tap.c b/net/t

[PATCH v2 4/4] net: Use bundle mechanism

2022-02-26 Thread Akihiko Odaki
Signed-off-by: Akihiko Odaki --- configure | 1 + include/net/net.h | 2 +- meson.build | 1 + net/tap.c | 6 +- qemu-options.hx | 4 ++-- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 80d36a85bc5..63df8f5886e 100755 --- a/