From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vasiliy G Tolstov Subject: Re: [PATCH 0/2] Xen PV on HVM multiple PV consoles Date: Wed, 01 Dec 2010 23:43:53 +0300 Message-ID: <1291236234.22027.0.camel@mobile> References: Reply-To: v.tolstov@selfip.ru Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: 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: Fitzhardinge , xen-devel@lists.xensource.comJeremy, linux-kernel@vger.kernel.org List-Id: xen-devel@lists.xenproject.org On Wed, 2010-12-01 at 18:25 +0000, Stefano Stabellini wrote: > Hi all, > this small patch series achieves two goals: > > - make PV consoles work for PV on HVM guests; > > - implement support for multiple PV consoles for PV and PV on HVM guests. > > Stefano Stabellini (2): > hvc_xen: support PV on HVM consoles > hvc_xen: implement multiconsole support > > drivers/char/hvc_xen.c | 479 ++++++++++++++++++++++++++++++++---- > include/xen/interface/hvm/params.h | 6 +- > 2 files changed, 441 insertions(+), 44 deletions(-) > > A branch with these patches on 2.6.37-rc4 is available here: > > git://xenbits.xen.org/people/sstabellini/linux-pvhvm.git 2.6.37-rc4-pvhvm-pvconsole > > Cheers, Does it possible to apply only this 2 patches on stable-2.6.32.x and get working serial consoles?