qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH-for-9.1 v3 0/2] hw/i386/pc: Fix vmport option handling
@ 2024-08-17 15:24 Kamil Szczęk
  2024-08-17 15:25 ` [PATCH-for-9.1 v3 1/2] hw/i386/pc: Unify vmport=auto handling Kamil Szczęk
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Kamil Szczęk @ 2024-08-17 15:24 UTC (permalink / raw)
  To: qemu-devel@nongnu.org
  Cc: qemu-trivial@nongnu.org, Michael S. Tsirkin, Paolo Bonzini,
	Philippe Mathieu-Daudé, Bernhard Beschow, Joelle van Dyne

Some time ago a new option to disable the built-in i8042 controller was
introduced (commit 4ccd5fe22feb95137d325f422016a6473541fe9f). This
however introduced a side-effect - disabling this controller resulted
in vmport's creation being omitted, regardless if it was enabled
implicitly or explicitly. This patch series aims to clean up vmport
option handling and introduces additional validation for these options.

Changelog:

v2 -> v3:
  - Move vmport=auto -> vmport=on/off conversion to a shared code path
  - Reword documentation for the vmport option, "and/or" => "or"

v1 -> v2:
  - Exit with a useful error message instead of issuing a warning

Kamil Szczęk (2):
  hw/i386/pc: Unify vmport=auto handling
  hw/i386/pc: Ensure vmport prerequisites are fulfilled

 hw/i386/pc.c      | 14 ++++++++++++--
 hw/i386/pc_piix.c |  5 -----
 hw/i386/pc_q35.c  |  5 -----
 qemu-options.hx   |  4 ++--
 4 files changed, 14 insertions(+), 14 deletions(-)

-- 
2.45.0




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-08-20 10:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-17 15:24 [PATCH-for-9.1 v3 0/2] hw/i386/pc: Fix vmport option handling Kamil Szczęk
2024-08-17 15:25 ` [PATCH-for-9.1 v3 1/2] hw/i386/pc: Unify vmport=auto handling Kamil Szczęk
2024-08-19  9:45   ` Philippe Mathieu-Daudé
2024-08-17 15:26 ` [PATCH-for-9.1 v3 2/2] hw/i386/pc: Ensure vmport prerequisites are fulfilled Kamil Szczęk
2024-08-19  8:22 ` [PATCH-for-9.1 v3 0/2] hw/i386/pc: Fix vmport option handling Bernhard Beschow
2024-08-20 10:39 ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).