diff mbox series

[3/4] xen: add definitions for console_io

Message ID 20201015042516.41197-4-takahiro.akashi@linaro.org
State Accepted
Commit 16389a74c516470c8f0fd8c712e1638f80384b92
Delegated to: Tom Rini
Headers show
Series xen: improve console outputs | expand

Commit Message

AKASHI Takahiro Oct. 15, 2020, 4:25 a.m. UTC
Those definitions added are used with HYPERVISOR_console_io().

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
---
 include/xen/interface/xen.h | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Peng Fan Oct. 15, 2020, 6:52 a.m. UTC | #1
> -----Original Message-----
> From: U-Boot [mailto:u-boot-bounces@lists.denx.de] On Behalf Of AKASHI
> Takahiro
> Sent: 2020年10月15日 12:25
> To: anastasiia_lukianenko@epam.com;
> oleksandr_andrushchenko@epam.com
> Cc: u-boot@lists.denx.de; AKASHI Takahiro <takahiro.akashi@linaro.org>
> Subject: [PATCH 3/4] xen: add definitions for console_io
> 
> Those definitions added are used with HYPERVISOR_console_io().
> 
> Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
> ---
>  include/xen/interface/xen.h | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/include/xen/interface/xen.h b/include/xen/interface/xen.h index
> eec8ab75b9ce..a7c8ed781b34 100644
> --- a/include/xen/interface/xen.h
> +++ b/include/xen/interface/xen.h
> @@ -76,6 +76,12 @@
>  #define __HYPERVISOR_arch_6               54
>  #define __HYPERVISOR_arch_7               55
> 
> +/*
> + * Commands to HYPERVISOR_console_io().
> + */
> +#define CONSOLEIO_write         0
> +#define CONSOLEIO_read          1
> +
>  #ifndef __ASSEMBLY__
> 
>  typedef u16 domid_t;

Reviewed-by: Peng Fan <peng.fan@nxp.com>

> --
> 2.28.0
Tom Rini Oct. 23, 2020, 12:31 a.m. UTC | #2
On Thu, Oct 15, 2020 at 01:25:15PM +0900, AKASHI Takahiro wrote:

> Those definitions added are used with HYPERVISOR_console_io().
> 
> Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
> Reviewed-by: Peng Fan <peng.fan@nxp.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/include/xen/interface/xen.h b/include/xen/interface/xen.h
index eec8ab75b9ce..a7c8ed781b34 100644
--- a/include/xen/interface/xen.h
+++ b/include/xen/interface/xen.h
@@ -76,6 +76,12 @@ 
 #define __HYPERVISOR_arch_6               54
 #define __HYPERVISOR_arch_7               55
 
+/*
+ * Commands to HYPERVISOR_console_io().
+ */
+#define CONSOLEIO_write         0
+#define CONSOLEIO_read          1
+
 #ifndef __ASSEMBLY__
 
 typedef u16 domid_t;