All of lore.kernel.org
 help / color / mirror / Atom feed
From: Don Slutz <dslutz@verizon.com>
To: Don Slutz <dslutz@verizon.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>,
	xen-devel@lists.xensource.com, qemu-devel@nongnu.org,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Gerd Hoffmann <kraxel@redhat.com>
Subject: Re: [Qemu-devel] [BUGFIX][PATCH 1/1] xenfb.c: fix compile error on graphic_console_init
Date: Fri, 07 Mar 2014 17:40:26 -0500	[thread overview]
Message-ID: <531A4ADA.5060604@terremark.com> (raw)
In-Reply-To: <1394231231-16594-1-git-send-email-dslutz@verizon.com>

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 */

WARNING: multiple messages have this Message-ID (diff)
From: Don Slutz <dslutz@verizon.com>
To: Don Slutz <dslutz@verizon.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>,
	xen-devel@lists.xensource.com, qemu-devel@nongnu.org,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Gerd Hoffmann <kraxel@redhat.com>
Subject: Re: [BUGFIX][PATCH 1/1] xenfb.c: fix compile error on graphic_console_init
Date: Fri, 07 Mar 2014 17:40:26 -0500	[thread overview]
Message-ID: <531A4ADA.5060604@terremark.com> (raw)
In-Reply-To: <1394231231-16594-1-git-send-email-dslutz@verizon.com>

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 */

  reply	other threads:[~2014-03-07 22:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Don Slutz [this message]
2014-03-07 22:40   ` Don Slutz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=531A4ADA.5060604@terremark.com \
    --to=dslutz@verizon.com \
    --cc=kraxel@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.