From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vasiliy G Tolstov Subject: Re: any plans to sopport virtio-serial ? Date: Thu, 25 Nov 2010 20:35:05 +0300 Message-ID: <1290706505.5558.2.camel@vase> References: <1290499219.17994.119.camel@vase> <1290522577.2890.0.camel@vase> <1290526418.2890.3.camel@vase> <1290617666.2890.30.camel@vase> Reply-To: v.tolstov@selfip.ru Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1290617666.2890.30.camel@vase> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Stefano Stabellini Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org 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 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 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 Selfip.Ru