Re: [PULL 1/1] net: Fix '-net nic,model=' for non-help arguments

2024-08-12 Thread David Woodhouse
On Mon, 2024-08-12 at 11:25 +0100, Peter Maydell wrote: > > Will this also fix > https://gitlab.com/qemu-project/qemu/-/issues/2496 ? Almost certainly, yes. smime.p7s Description: S/MIME cryptographic signature

Re: [PULL 1/1] net: Fix '-net nic,model=' for non-help arguments

2024-08-12 Thread Peter Maydell
On Mon, 12 Aug 2024 at 08:29, Jason Wang wrote: > > From: David Woodhouse > > Oops, don't *delete* the model option when checking for 'help'. > > Fixes: 64f75f57f9d2 ("net: Reinstate '-net nic, model=help' output as > documented in man page") > Reported-by: Hans > Signed-off-by: David Woodhouse

[PULL 1/1] net: Fix '-net nic,model=' for non-help arguments

2024-08-12 Thread Jason Wang
From: David Woodhouse Oops, don't *delete* the model option when checking for 'help'. Fixes: 64f75f57f9d2 ("net: Reinstate '-net nic, model=help' output as documented in man page") Reported-by: Hans Signed-off-by: David Woodhouse Cc: qemu-sta...@nongnu.org Reviewed-by: Michael Tokarev Signed