Re: [PATCH] qemu-option: do not suggest using the delay option

2021-03-04 Thread Daniel P . Berrangé
On Thu, Mar 04, 2021 at 11:28:27AM +0100, Paolo Bonzini wrote: > The "delay" option was a hack that was introduced to allow writing "nodelay". > We are adding a "nodelay" option to be used as "nodelay=on", so recommend it > instead of "delay". > > Signed-off-by: Paolo Bonzini > --- > This

[PATCH] qemu-option: do not suggest using the delay option

2021-03-04 Thread Paolo Bonzini
The "delay" option was a hack that was introduced to allow writing "nodelay". We are adding a "nodelay" option to be used as "nodelay=on", so recommend it instead of "delay". Signed-off-by: Paolo Bonzini --- This is quite ugly, so I am posting it as RFC in case others have better