[Xen-devel] [PATCH v2 0/4] xen/console: Bug fixes and doc improvement

Julien Grall posted 4 patches 4 years, 8 months ago
Failed in applying to current master (apply log)
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(-)
[Xen-devel] [PATCH v2 0/4] xen/console: Bug fixes and doc improvement
Posted by Julien Grall 4 years, 8 months ago
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(-)

-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
Re: [Xen-devel] [PATCH v2 0/4] xen/console: Bug fixes and doc improvement
Posted by Julien Grall 4 years, 8 months ago
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,

-- 
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel