[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH v8 0/2] Add Xue - console over USB 3 Debug Capability
This is integration of https://github.com/connojd/xue into mainline Xen. This patch series includes several patches that I made in the process, some are very loosely related. The driver developed by Connor supports console via USB3 debug capability. The capability is designed to operate mostly independently of normal XHCI driver, so this patch series allows dom0 to drive standard USB3 controller part, while Xen uses DbC for console output. Changes since RFC: - move the driver to xue.c, remove non-Xen parts, remove now unneeded abstraction - adjust for Xen code style - build for x86 only - drop patch hidding the device from dom0 Changes since v1: - drop ehci patch - already applied - adjust for review comments from Jan (see changelogs in individual patches) Changes since v2: - add runtime option to share (or not) the controller with dom0 or other domains - add RX support - several smaller changes according to review comments Changes since v3: - put controller sharing behind experimental kconfig option - several other changes according to review comments Changes since v4: - drop first 4 patches - already applied to staging - split dbgp=xhci into dbc=xhci Changes since v5: - roll dbc=xhci back into dbgp=xhci, but make it work together with dbgp=ehci Changes since v6: - reorder patches - put acked ones early (I've put acked IOMMU ones early too, even without VT-d, because they do make it work on AMD, and it's kind of required to get the console work with IOMMU enabled) - drop barriers patch (at least for now) - new patches for suspend support and console=ehci alias Changes since v7: - drop commited already patches - drop "onsole: support multiple serial console simultaneously" as there is no interest in including it - adjust VT-d patch according to Kevin's request Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Cc: George Dunlap <george.dunlap@xxxxxxxxxx> Cc: Jan Beulich <jbeulich@xxxxxxxx> Cc: Julien Grall <julien@xxxxxxx> Cc: Stefano Stabellini <sstabellini@xxxxxxxxxx> Cc: Wei Liu <wl@xxxxxxx> Cc: "Roger Pau Monné" <roger.pau@xxxxxxxxxx> Cc: Paul Durrant <paul@xxxxxxx> Cc: Kevin Tian <kevin.tian@xxxxxxxxx> Cc: Connor Davis <connojdavis@xxxxxxxxx> Marek Marczykowski-Górecki (2): IOMMU/VT-d: wire common device reserved memory API drivers/char: suspend handling in XHCI console driver xen/drivers/char/xhci-dbc.c | 55 +++++++- xen/drivers/passthrough/vtd/dmar.c | 196 +++++++++++++++++------------- 2 files changed, 163 insertions(+), 88 deletions(-) base-commit: b726541d94bd0a80b5864d17a2cd2e6d73a3fe0a -- git-series 0.9.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |