]> git.proxmox.com Git - qemu.git/commit - vl.c
monitor: Reorder intialization to drop initial mux focus
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 6 Apr 2010 14:55:53 +0000 (16:55 +0200)
committerLuiz Capitulino <lcapitulino@redhat.com>
Mon, 26 Apr 2010 19:36:31 +0000 (16:36 -0300)
commit157b9319878e67f5c28b8cf39216d42f4b162586
tree673a49c316e0da4432de07dcaca0ff3759fa132f
parent140e065d72a2301b0b5f769be664e10ebe223888
monitor: Reorder intialization to drop initial mux focus

So far a multiplexed monitor started disabled. Restore this property for
the new way of configuring by moving the monitor initialization before
all devices (the last one to attach to a char-mux will gain the focus).

Once we have a real use case for that, we may also consider assigning
the initial focus explicitly.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
vl.c