All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [BUGFIX][PATCH 1/1] xenfb.c: fix compile error on graphic_console_init
@ 2014-03-07 22:27 ` Don Slutz
  0 siblings, 0 replies; 4+ messages in thread
From: Don Slutz @ 2014-03-07 22:27 UTC (permalink / raw)
  To: xen-devel, qemu-devel, Gerd Hoffmann
  Cc: Paolo Bonzini, Don Slutz, Stefano Stabellini

commit 5643706a095044d75df1c0588aac553a595b972b
console: add head to index to qemu consoles.

Breaks Xen builds.

Signed-off-by: Don Slutz <dslutz@verizon.com>
---
 hw/display/xenfb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/display/xenfb.c b/hw/display/xenfb.c
index cb9d456..032eb7a 100644
--- a/hw/display/xenfb.c
+++ b/hw/display/xenfb.c
@@ -992,7 +992,7 @@ wait_more:
 
     /* vfb */
     fb = container_of(xfb, struct XenFB, c.xendev);
-    fb->c.con = graphic_console_init(NULL, &xenfb_ops, fb);
+    fb->c.con = graphic_console_init(NULL, 0, &xenfb_ops, fb);
     fb->have_console = 1;
 
     /* vkbd */
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [BUGFIX][PATCH 1/1] xenfb.c: fix compile error on graphic_console_init
@ 2014-03-07 22:27 ` Don Slutz
  0 siblings, 0 replies; 4+ messages in thread
From: Don Slutz @ 2014-03-07 22:27 UTC (permalink / raw)
  To: xen-devel, qemu-devel, Gerd Hoffmann
  Cc: Paolo Bonzini, Don Slutz, Stefano Stabellini

commit 5643706a095044d75df1c0588aac553a595b972b
console: add head to index to qemu consoles.

Breaks Xen builds.

Signed-off-by: Don Slutz <dslutz@verizon.com>
---
 hw/display/xenfb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/display/xenfb.c b/hw/display/xenfb.c
index cb9d456..032eb7a 100644
--- a/hw/display/xenfb.c
+++ b/hw/display/xenfb.c
@@ -992,7 +992,7 @@ wait_more:
 
     /* vfb */
     fb = container_of(xfb, struct XenFB, c.xendev);
-    fb->c.con = graphic_console_init(NULL, &xenfb_ops, fb);
+    fb->c.con = graphic_console_init(NULL, 0, &xenfb_ops, fb);
     fb->have_console = 1;
 
     /* vkbd */
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [BUGFIX][PATCH 1/1] xenfb.c: fix compile error on graphic_console_init
  2014-03-07 22:27 ` Don Slutz
@ 2014-03-07 22:40   ` Don Slutz
  -1 siblings, 0 replies; 4+ messages in thread
From: Don Slutz @ 2014-03-07 22:40 UTC (permalink / raw)
  To: Don Slutz
  Cc: Paolo Bonzini, xen-devel, qemu-devel, Stefano Stabellini,
	Gerd Hoffmann

Better commit message in:

http://lists.nongnu.org/archive/html/qemu-devel/2014-03/msg01469.html

So I will withdraw this patch request.
     -Don Slutz

On 03/07/14 17:27, Don Slutz wrote:
> commit 5643706a095044d75df1c0588aac553a595b972b
> console: add head to index to qemu consoles.
>
> Breaks Xen builds.
>
> Signed-off-by: Don Slutz <dslutz@verizon.com>
> ---
>   hw/display/xenfb.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/display/xenfb.c b/hw/display/xenfb.c
> index cb9d456..032eb7a 100644
> --- a/hw/display/xenfb.c
> +++ b/hw/display/xenfb.c
> @@ -992,7 +992,7 @@ wait_more:
>   
>       /* vfb */
>       fb = container_of(xfb, struct XenFB, c.xendev);
> -    fb->c.con = graphic_console_init(NULL, &xenfb_ops, fb);
> +    fb->c.con = graphic_console_init(NULL, 0, &xenfb_ops, fb);
>       fb->have_console = 1;
>   
>       /* vkbd */

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [BUGFIX][PATCH 1/1] xenfb.c: fix compile error on graphic_console_init
@ 2014-03-07 22:40   ` Don Slutz
  0 siblings, 0 replies; 4+ messages in thread
From: Don Slutz @ 2014-03-07 22:40 UTC (permalink / raw)
  To: Don Slutz
  Cc: Paolo Bonzini, xen-devel, qemu-devel, Stefano Stabellini,
	Gerd Hoffmann

Better commit message in:

http://lists.nongnu.org/archive/html/qemu-devel/2014-03/msg01469.html

So I will withdraw this patch request.
     -Don Slutz

On 03/07/14 17:27, Don Slutz wrote:
> commit 5643706a095044d75df1c0588aac553a595b972b
> console: add head to index to qemu consoles.
>
> Breaks Xen builds.
>
> Signed-off-by: Don Slutz <dslutz@verizon.com>
> ---
>   hw/display/xenfb.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/display/xenfb.c b/hw/display/xenfb.c
> index cb9d456..032eb7a 100644
> --- a/hw/display/xenfb.c
> +++ b/hw/display/xenfb.c
> @@ -992,7 +992,7 @@ wait_more:
>   
>       /* vfb */
>       fb = container_of(xfb, struct XenFB, c.xendev);
> -    fb->c.con = graphic_console_init(NULL, &xenfb_ops, fb);
> +    fb->c.con = graphic_console_init(NULL, 0, &xenfb_ops, fb);
>       fb->have_console = 1;
>   
>       /* vkbd */

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-07 22:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-07 22:27 [Qemu-devel] [BUGFIX][PATCH 1/1] xenfb.c: fix compile error on graphic_console_init Don Slutz
2014-03-07 22:27 ` Don Slutz
2014-03-07 22:40 ` [Qemu-devel] " Don Slutz
2014-03-07 22:40   ` Don Slutz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.