[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XEN PATCH v1 0/3] configurable stdvga & pmtimer emulation
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@xxxxxxxx/ 2. https://lore.kernel.org/xen-devel/20240916063757.990070-1-Sergiy_Kibrik@xxxxxxxx/ 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |