]> xenbits.xensource.com Git - qemu-xen.git/commit
hw/i386/pc: Ensure vmport prerequisites are fulfilled
authorKamil Szczęk <kamil@szczek.dev>
Sat, 17 Aug 2024 15:26:15 +0000 (15:26 +0000)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 19 Aug 2024 22:49:14 +0000 (00:49 +0200)
commit702cbdc46b118b1622edeeaa01a22f7af9776388
tree7c161ea295d9c3065eebfa93e61adb1fc084cd84
parentc911f875f83f938539f1ee36bace83fba6e50d68
hw/i386/pc: Ensure vmport prerequisites are fulfilled

Since commit 4ccd5fe22feb95137d325f422016a6473541fe9f ('pc: add option
to disable PS/2 mouse/keyboard'), the vmport will not be created unless
the i8042 PS/2 controller is enabled. To avoid confusion, let's fail if
vmport was explicitly requested, but the i8042 controller is disabled.
This also changes the behavior of vmport=auto to take i8042 controller
availability into account.

Signed-off-by: Kamil Szczęk <kamil@szczek.dev>
Reviewed-by: Bernhard Beschow <shentey@gmail.com>
Message-ID: <0MS3y5E-hHqODIhiuFxmCnIrXd612JIGq31UuMsz4KGCKZ_wWuF-PHGKTRSGS0nWaPEddOdF4YOczHdgorulECPo792OhWov7O9BBF6UMX4=@szczek.dev>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/i386/pc.c
qemu-options.hx