WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH] ioemu: call xenstore_store_serial_port_info() fo

To: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH] ioemu: call xenstore_store_serial_port_info() for xm console
From: Simon Horman <horms@xxxxxxxxxxxx>
Date: Wed, 25 Mar 2009 10:41:15 +1100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
Delivery-date: Tue, 24 Mar 2009 16:41:38 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20090317101419.GA21134%yamahata@xxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <20090317101419.GA21134%yamahata@xxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.18 (2008-05-17)
On Tue, Mar 17, 2009 at 07:14:19PM +0900, Isaku Yamahata wrote:
> call xenstore_store_serial_port_info() for xm console.
> Without this patch, xm console doesn't work for hvm domain.
> 
> Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
> 
> diff --git a/vl.c b/vl.c
> index 9b9f7d5..32c81a5 100644
> --- a/vl.c
> +++ b/vl.c
> @@ -5881,6 +5881,7 @@ int main(int argc, char **argv, char **envp)
>              snprintf(label, sizeof(label), "serial%d", i);
>              if (strstart(devname, "vc", 0))
>                  qemu_chr_printf(serial_hds[i], "serial%d console\r\n", i);
> +            xenstore_store_serial_port_info(i, serial_hds[i], devname);
>          }
>      }

Hi Ian,

this patch seems to still be needed as of
545882583159e9cc53cde5965277967092459f37
"cirrus: Do not clear vram area to 0xff when not yet allocated"

-- 
Simon Horman
  VA Linux Systems Japan K.K., Sydney, Australia Satellite Office
  H: www.vergenet.net/~horms/             W: www.valinux.co.jp/en


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>