[PATCH 1/3] examples/vhost: update makefile to match meson build system

2022-06-21 Thread Herakliusz Lipiec
Meson build system creates a vhost binary but Makefile and docs reference same as vhost-switch. Updating makefile to match meson and the docs accordingly. Signed-off-by: Herakliusz Lipiec Acked-by: Bruce Richardson --- V2: * Moving relevant doc updates here from second patch as per Bruces su

Re: [PATCH 1/3] examples/vhost: update makefile to match meson build system

2022-06-10 Thread Bruce Richardson
On Tue, Jun 07, 2022 at 12:48:54PM +0100, Herakliusz Lipiec wrote: > Meson build system creates a vhost binary but Makefile > and docs reference same as vhost-switch. Updating makefile > to match meson. > > Signed-off-by: Herakliusz Lipiec > --- > examples/vhost/Makefile | 2 +- > 1 file changed

[PATCH 1/3] examples/vhost: update makefile to match meson build system

2022-06-07 Thread Herakliusz Lipiec
Meson build system creates a vhost binary but Makefile and docs reference same as vhost-switch. Updating makefile to match meson. Signed-off-by: Herakliusz Lipiec --- examples/vhost/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vhost/Makefile b/examples/vh