diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2020-12-10 16:58:05 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-12-15 12:52:01 -0500 |
commit | e76f68d3cc931a6db6dcc8a4aa240d08656bc3f8 (patch) | |
tree | 1b03d897b605fe4c6480422639e90f38ab827bd7 /qemu-options.hx | |
parent | 4bfb024bc76973d40a359476dc0291f46e435442 (diff) |
accel/tcg: Remove deprecated '-tb-size' option
The '-tb-size' option (replaced by '-accel tcg,tb-size') is
deprecated since 5.0 (commit fe174132478). 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>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 94cdfcf32e..6f0098717d 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -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" \ |