]> git.proxmox.com Git - mirror_qemu.git/commit - ui/gtk.c
gtk: Add show_tabs=on|off command line option.
authorFelix xq Queißner <xq@random-projects.net>
Tue, 12 Jul 2022 13:37:53 +0000 (15:37 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 19 Jul 2022 12:36:42 +0000 (14:36 +0200)
commitc34a933802071aae5288e0aa3792756312e3da34
tree64b5cd3cbc92dac07d13c6e425cb2efe2778e4e8
parent04fcb215b8e61042ecd592f4920fe96faf3de36b
gtk: Add show_tabs=on|off command line option.

The patch adds "show_tabs" command line option for GTK ui similar to
"grab_on_hover". This option allows tabbed view mode to not have to be
enabled by hand at each start of the VM.

Signed-off-by: Felix "xq" Queißner <xq@random-projects.net>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Hanna Reitz <hreitz@redhat.com>
Message-Id: <20220712133753.18937-1-xq@random-projects.net>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
qapi/ui.json
qemu-options.hx
ui/gtk.c