mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
hw/i386/pc: Ensure vmport prerequisites are fulfilled
Since commit 4ccd5fe22f
('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>
This commit is contained in:
parent
c911f875f8
commit
702cbdc46b
2 changed files with 10 additions and 5 deletions
|
@ -68,8 +68,8 @@ SRST
|
|||
|
||||
``vmport=on|off|auto``
|
||||
Enables emulation of VMWare IO port, for vmmouse etc. auto says
|
||||
to select the value based on accel. For accel=xen the default is
|
||||
off otherwise the default is on.
|
||||
to select the value based on accel and i8042. For accel=xen or
|
||||
i8042=off the default is off otherwise the default is on.
|
||||
|
||||
``dump-guest-core=on|off``
|
||||
Include guest memory in a core dump. The default is on.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue