[PATCH 0/4] xen/uart: some fixes and improvements

Roger Pau Monne posted 4 patches 1 week, 1 day ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20260325145824.31601-1-roger.pau@citrix.com
There is a newer version of this series
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(-)
[PATCH 0/4] xen/uart: some fixes and improvements
Posted by Roger Pau Monne 1 week, 1 day ago
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