[XEN PATCH v1 0/3] configurable stdvga & pmtimer emulation

Sergiy Kibrik posted 3 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1728032664.git.Sergiy._5FKibrik@epam.com
There is a newer version of this series
xen/arch/x86/Kconfig               | 23 +++++++++++++++++++++++
xen/arch/x86/domain.c              |  6 ++++++
xen/arch/x86/hvm/Makefile          |  4 ++--
xen/arch/x86/include/asm/acpi.h    |  5 +++++
xen/arch/x86/include/asm/domain.h  |  6 ++++--
xen/arch/x86/include/asm/hvm/io.h  |  4 ++++
xen/arch/x86/include/asm/hvm/vpt.h | 10 ++++++++++
7 files changed, 54 insertions(+), 4 deletions(-)
[XEN PATCH v1 0/3] configurable stdvga & pmtimer emulation
Posted by Sergiy Kibrik 1 year, 4 months ago
This series presents previously posted patches [1,2] with review comments
addressed, Patches 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 are now separated in a sub-menu, checks of emulation flags
are added so that domain can't be created if it requires devices that had been
disabled, patches were re-shaped a bit and other comments has been addressed.

  -Sergiy

  1. https://lore.kernel.org/xen-devel/20240912085709.858052-1-Sergiy_Kibrik@epam.com/
  2. https://lore.kernel.org/xen-devel/20240916063757.990070-1-Sergiy_Kibrik@epam.com/


Sergiy Kibrik (3):
  x86/hvm: introduce config option for ACPI PM timer
  x86/hvm: introduce config option for stdvga emulation
  x86/hvm: make ACPI PM & stdvga emulation optional

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

-- 
2.25.1