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] any plans to sopport virtio-serial ?

To: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] any plans to sopport virtio-serial ?
From: Vasiliy G Tolstov <v.tolstov@xxxxxxxxx>
Date: Thu, 25 Nov 2010 20:35:05 +0300
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Thu, 25 Nov 2010 09:41:00 -0800
Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=selfip.ru; s=dk; h=Content-Transfer-Encoding:Mime-Version:Message-ID:Date:Content-Type:References:In-Reply-To:Cc:To:Reply-To:From:Subject; bh=8UXB6hXAAlc7VEcrY5Sv43GhnMb4MFTPYcOuUfFTjWI=; b=lqFaEOxMwfzOZbjhSkwrxTNmKdvodaSyC6t7jdcfAbOar/kxLzGdxCKGCikavhogVujFExS2saMLuX3BtzgPeaNVpo+uITZP7TCd7drNsxGL5sX+ci1lxeirRHsklW0g;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1290617666.2890.30.camel@vase>
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>
Organization: Selfip.Ru
References: <1290499219.17994.119.camel@vase> <alpine.DEB.2.00.1011231212090.2373@kaball-desktop> <1290522577.2890.0.camel@vase> <alpine.DEB.2.00.1011231506200.2373@kaball-desktop> <1290526418.2890.3.camel@vase> <alpine.DEB.2.00.1011241252150.2373@kaball-desktop> <1290617666.2890.30.camel@vase>
Reply-to: v.tolstov@xxxxxxxxx
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Wed, 2010-11-24 at 19:54 +0300, Vasiliy G Tolstov wrote:
> On Wed, 2010-11-24 at 12:55 +0000, Stefano Stabellini wrote:
> > On Tue, 23 Nov 2010, Vasiliy G Tolstov wrote:
> > > Stefano, is there this branch tested for live migration issues? For
> > > example, if i compile kernel with config, that working on
> > > stable-2.6.32.x does it work on pvhvm branch?
> >  
> > PV on HVM should work on stable-2.6.32.x but I received a bug
> > report on live migration issues precisely on that kernel, so if it
> > doesn't work for you I wouldn't be surprised.
> > 
> > Alternatively I suggest you keep using 2.6.36-rc6-pvhvm-v8.
> > 

Stefano, i'm complete investigate, that last two commits, breaks domain
creating (use 2.6.36-rc6-pvhvm-v8). If i roll back this patches, xm
create construct domains and boot. If apply, domain after creating
destroyed.


>From e76b17aae62d13cebd4cc33415b4f0cc72316345 Mon Sep 17 00:00:00 2001
From: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Date: Thu, 5 Aug 2010 16:59:46 +0100
Subject: [PATCH 1/2] hvc_xen: support PV on HVM consoles


>From d6edaed101e089b80257bcbb3141308a97ea489e Mon Sep 17 00:00:00 2001
From: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Date: Mon, 9 Aug 2010 14:20:55 +0100
Subject: [PATCH 2/2] hvc_xen: implement multiconsole support

This patch implements support for multiple consoles:
consoles other than the first one are setup using the traditional xenbus
and grant-table based mechanism.
We use a list to keep track of the allocated consoles, we don't
expect too many of them anyway.



-- 
Vasiliy G Tolstov <v.tolstov@xxxxxxxxx>
Selfip.Ru


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

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