mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
accel/tcg: Remove deprecated '-tb-size' option
The '-tb-size' option (replaced by '-accel tcg,tb-size') is
deprecated since 5.0 (commit fe17413247
). Remove it.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20201202112714.1223783-1-philmd@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20201210155808.233895-2-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
4bfb024bc7
commit
e76f68d3cc
4 changed files with 6 additions and 24 deletions
|
@ -4111,14 +4111,6 @@ SRST
|
|||
Show cursor.
|
||||
ERST
|
||||
|
||||
DEF("tb-size", HAS_ARG, QEMU_OPTION_tb_size, \
|
||||
"-tb-size n set TB size\n", QEMU_ARCH_ALL)
|
||||
SRST
|
||||
``-tb-size n``
|
||||
Set TCG translation block cache size. Deprecated, use
|
||||
'\ ``-accel tcg,tb-size=n``\ ' instead.
|
||||
ERST
|
||||
|
||||
DEF("incoming", HAS_ARG, QEMU_OPTION_incoming, \
|
||||
"-incoming tcp:[host]:port[,to=maxport][,ipv4][,ipv6]\n" \
|
||||
"-incoming rdma:host:port[,ipv4][,ipv6]\n" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue