mbox series

[XEN,v3,0/2] configurable stdvga & pmtimer emulation

Message ID cover.1731961652.git.Sergiy_Kibrik@epam.com (mailing list archive)
Headers show
Series configurable stdvga & pmtimer emulation | expand

Message

Sergiy Kibrik Nov. 18, 2024, 8:34 p.m. UTC
Introduce build options for stdvga and ACPI PM timer emulation drivers to make
them configurable with possibility to be disabled for finer-tuned setups that
don't need this code.

New config options reside in separate sub-menu, checks of emulation flags are
added so that domain can't be created if it requires devices that had been
disabled.
Minor changes since previous series, details provided in per-patch changelogs.

v2 series here:
https://lore.kernel.org/xen-devel/cover.1730887415.git.Sergiy_Kibrik@epam.com/

  -Sergiy

Sergiy Kibrik (2):
  x86/hvm: introduce config option for ACPI PM timer
  x86/hvm: introduce config option for stdvga emulation

 xen/arch/x86/Kconfig                  | 23 +++++++++++++++++++++++
 xen/arch/x86/domain.c                 | 13 ++++++++++++-
 xen/arch/x86/hvm/Makefile             |  4 ++--
 xen/arch/x86/include/asm/acpi.h       |  5 +++++
 xen/arch/x86/include/asm/domain.h     | 16 ++++++++++++----
 xen/arch/x86/include/asm/hvm/domain.h |  2 ++
 xen/arch/x86/include/asm/hvm/io.h     |  4 ++++
 xen/arch/x86/include/asm/hvm/vpt.h    | 10 ++++++++++
 8 files changed, 70 insertions(+), 7 deletions(-)