From: Sergiy Kibrik <Sergiy_Kibrik@epam.com>
To: xen-devel@lists.xenproject.org
Cc: "Sergiy Kibrik" <Sergiy_Kibrik@epam.com>,
"Jan Beulich" <jbeulich@suse.com>,
"Andrew Cooper" <andrew.cooper3@citrix.com>,
"Roger Pau Monné" <roger.pau@citrix.com>,
"Stefano Stabellini" <sstabellini@kernel.org>
Subject: [XEN PATCH v1 0/3] configurable stdvga & pmtimer emulation
Date: Fri, 4 Oct 2024 12:29:44 +0300 [thread overview]
Message-ID: <cover.1728032664.git.Sergiy_Kibrik@epam.com> (raw)
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
next reply other threads:[~2024-10-04 9:30 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-04 9:29 Sergiy Kibrik [this message]
2024-10-04 9:31 ` [XEN PATCH v1 1/3] x86/hvm: introduce config option for ACPI PM timer Sergiy Kibrik
2024-10-04 13:09 ` Roger Pau Monné
2024-10-04 13:30 ` Jan Beulich
2024-10-04 21:07 ` Stefano Stabellini
2024-10-07 10:12 ` Roger Pau Monné
2024-10-04 9:33 ` [XEN PATCH v1 2/3] x86/hvm: introduce config option for stdvga emulation Sergiy Kibrik
2024-10-04 13:12 ` Roger Pau Monné
2024-10-04 21:08 ` Stefano Stabellini
2024-10-07 10:14 ` Roger Pau Monné
2024-10-07 20:24 ` Stefano Stabellini
2024-10-04 13:34 ` Jan Beulich
2024-10-04 9:35 ` [XEN PATCH v1 3/3] x86/hvm: make ACPI PM & stdvga emulation optional Sergiy Kibrik
2024-10-04 13:36 ` Jan Beulich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1728032664.git.Sergiy_Kibrik@epam.com \
--to=sergiy_kibrik@epam.com \
--cc=andrew.cooper3@citrix.com \
--cc=jbeulich@suse.com \
--cc=roger.pau@citrix.com \
--cc=sstabellini@kernel.org \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.