Re: [Qemu-devel] [PATCH for-QEMU-4.1] Declare -realtime as deprecated

2019-04-15 Thread Paolo Bonzini
On 12/04/19 20:36, Eduardo Habkost wrote: >> let's deprecate the old -realtime option. >> >> Signed-off-by: Thomas Huth > Reviewed-by: Eduardo Habkost > > Paolo, do you want to queue this, or should I do it through the > machine queue? > > -- Eduardo I have just queued it. Paolo

Re: [Qemu-devel] [PATCH for-QEMU-4.1] Declare -realtime as deprecated

2019-04-12 Thread Eduardo Habkost
On Thu, Apr 11, 2019 at 07:53:45PM +0200, Thomas Huth wrote: > The old -realtime mlock=on|off parameter does exactly the same as the > new -overcommit mem-lock=on|off parameter. Additionally, "-realtime" > does not activate any additional "realtime" capabilities as the name > might indicate. We sho

[Qemu-devel] [PATCH for-QEMU-4.1] Declare -realtime as deprecated

2019-04-11 Thread Thomas Huth
The old -realtime mlock=on|off parameter does exactly the same as the new -overcommit mem-lock=on|off parameter. Additionally, "-realtime" does not activate any additional "realtime" capabilities as the name might indicate. We should avoid to confuse the users this way, so let's deprecate the old -