The series is a small cleanup in console drivers which removes run_in_exception_handler() in few places.
Patch 1 updates EHCI driver. Patch 2 updates NS16550-compatible driver. [1] Link to CI: https://gitlab.com/xen-project/people/dmukhin/xen/-/pipelines/1953178528 Denis Mukhin (2): drivers/ehci-dbgp: remove use of run_in_exception_handle() drivers/ns16550: remove use of run_in_exception_handler() xen/drivers/char/ehci-dbgp.c | 19 ++----------------- xen/drivers/char/ns16550.c | 18 ++---------------- 2 files changed, 4 insertions(+), 33 deletions(-) -- 2.34.1