All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] xen/uart: some fixes and improvements
@ 2026-03-25 14:58 Roger Pau Monne
  2026-03-25 14:58 ` [PATCH 1/4] xen/uart: be more careful with changes to the PCI command register Roger Pau Monne
                   ` (3 more replies)
  0 siblings, 4 replies; 20+ messages in thread
From: Roger Pau Monne @ 2026-03-25 14:58 UTC (permalink / raw)
  To: xen-devel
  Cc: Roger Pau Monne, Andrew Cooper, Anthony PERARD, Michal Orzel,
	Jan Beulich, Julien Grall, Stefano Stabellini

Hello,

First patch is a fix that otherwise prevents using the serial on some
(newish?) Intel AMT devices (at least the one I have).  Patches 2 and 3
are general improvements and cleanups.  Finally patch 4 adds support for
getting the serial configuration from ACPI SPCR table.

Thanks, Roger.

Roger Pau Monne (4):
  xen/uart: be more careful with changes to the PCI command register
  xen/uart: switch ns16550 to use pci_sbdf_t
  xen/uart: report an error if the device type is not supported
  xen/uart: enable parsing ACPI SPCR on x86

 docs/misc/xen-command-line.pandoc |   8 +-
 xen/drivers/acpi/tables/tbutils.c | 131 +++++++++---
 xen/drivers/char/ns16550.c        | 339 +++++++++++++++++++-----------
 xen/include/acpi/actables.h       |   5 +
 xen/include/acpi/actbl2.h         |  10 +
 5 files changed, 346 insertions(+), 147 deletions(-)

-- 
2.51.0



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

end of thread, other threads:[~2026-03-27  8:52 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-25 14:58 [PATCH 0/4] xen/uart: some fixes and improvements Roger Pau Monne
2026-03-25 14:58 ` [PATCH 1/4] xen/uart: be more careful with changes to the PCI command register Roger Pau Monne
2026-03-26 11:37   ` Andrew Cooper
2026-03-26 12:02   ` Jan Beulich
2026-03-26 15:13     ` Roger Pau Monné
2026-03-26 16:00       ` Jan Beulich
2026-03-26 17:02         ` Roger Pau Monné
2026-03-27  7:59           ` Jan Beulich
2026-03-27  8:14             ` Roger Pau Monné
2026-03-27  8:52               ` Jan Beulich
2026-03-25 14:58 ` [PATCH 2/4] xen/uart: switch ns16550 to use pci_sbdf_t Roger Pau Monne
2026-03-26 11:44   ` Andrew Cooper
2026-03-25 14:58 ` [PATCH 3/4] xen/uart: report an error if the device type is not supported Roger Pau Monne
2026-03-26 11:45   ` Andrew Cooper
2026-03-25 14:58 ` [PATCH 4/4] xen/uart: enable parsing ACPI SPCR on x86 Roger Pau Monne
2026-03-26 12:11   ` Andrew Cooper
2026-03-26 12:48     ` Jan Beulich
2026-03-26 12:52       ` Andrew Cooper
2026-03-26 15:25         ` Roger Pau Monné
2026-03-26 12:45   ` Jan Beulich

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.