mbox series

[v2,0/4] xen/console: Bug fixes and doc improvement

Message ID 20190805132955.1630-1-julien.grall@arm.com (mailing list archive)
Headers show
Series xen/console: Bug fixes and doc improvement | expand

Message

Julien Grall Aug. 5, 2019, 1:29 p.m. UTC
Hi all,

This series contains a bunch of bug fixes for the hypercall CONSOLEIO_write
and some documentation.

Cheers,

Julien Grall (4):
  xen/console: Don't treat NUL character as the end of the buffer
  xen/console: Rework HYPERCALL_console_io interface
  xen/public: Document HYPERCALL_console_io()
  xen/console: Simplify domU console handling in guest_console_write

 xen/arch/arm/early_printk.c       |  5 ++-
 xen/common/gdbstub.c              |  6 +--
 xen/drivers/char/console.c        | 83 +++++++++++++++++++++------------------
 xen/drivers/char/consoled.c       |  7 +---
 xen/drivers/char/serial.c         |  7 ++--
 xen/drivers/char/xen_pv_console.c | 10 ++---
 xen/drivers/video/lfb.c           | 14 ++++---
 xen/drivers/video/lfb.h           |  4 +-
 xen/drivers/video/vga.c           | 14 +++----
 xen/include/public/xen.h          | 24 ++++++++++-
 xen/include/xen/console.h         |  2 +-
 xen/include/xen/early_printk.h    |  2 +-
 xen/include/xen/hypercall.h       |  4 +-
 xen/include/xen/pv_console.h      |  4 +-
 xen/include/xen/serial.h          |  4 +-
 xen/include/xen/video.h           |  4 +-
 16 files changed, 111 insertions(+), 83 deletions(-)

Comments

Julien Grall Aug. 16, 2019, 9:51 p.m. UTC | #1
Hi,

On 8/5/19 2:29 PM, Julien Grall wrote:
> Hi all,
> 
> This series contains a bunch of bug fixes for the hypercall CONSOLEIO_write
> and some documentation.
> 
> Cheers,
> 
> Julien Grall (4):
>    xen/console: Don't treat NUL character as the end of the buffer
>    xen/console: Rework HYPERCALL_console_io interface
>    xen/public: Document HYPERCALL_console_io()
>    xen/console: Simplify domU console handling in guest_console_write

I have merged the series. Thank you all for the review!

Cheers,