From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Borntraeger Subject: Re: [PATCH] virtio_console: Add support for multiple ports for generic guest and host communication Date: Tue, 29 Sep 2009 12:09:25 +0200 Message-ID: <200909291209.25775.borntraeger__46343.1633696475$1254219165$gmane$org@de.ibm.com> References: <1252678386-17404-1-git-send-email-amit.shah@redhat.com> <20090922154549.GA11379@amit-x200.redhat.com> <20090929092431.GA3368@amit-x200.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090929092431.GA3368@amit-x200.redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Amit Shah Cc: virtualization@lists.linux-foundation.org, linux-kernel@vger.kernel.org, Alan Cox List-Id: virtualization@lists.linuxfoundation.org Am Dienstag 29 September 2009 11:24:31 schrieb Amit Shah: > OK; how I solved this is: a new internal message between the guest and > the host. If a host is a console port, the host has to indicate that by > passing a message to the guest and the guest then hooks it up with hvc. I am curious how you going to make this compatible with existing code that currently uses virtio console. Christian