From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pekka Enberg Subject: Re: [PATCH 5/5] ioeventfd: Introduce KVM_IOEVENTFD_FLAG_SOCKET Date: Wed, 20 Jul 2011 12:42:38 +0300 Message-ID: <1311154958.5161.7.camel@jaguar> References: <1309927078-5983-1-git-send-email-levinsasha928@gmail.com> <4E1D442E.6090308@redhat.com> <4E1D9623.70801@redhat.com> <4E1D9E75.1070901@redhat.com> <4E1E9A3B.7090200@kernel.org> <4E1EA455.4010608@redhat.com> <4E1EA8A2.9020304@redhat.com> <4E1EBB7A.3030809@redhat.com> <4E1ED913.6070003@redhat.com> <1310646737.21171.23.camel@lappy> <4E1EE519.1020608@redhat.com> <1310648409.21171.34.camel@lappy> <4E1EE9A5.8040306@redhat.com> <1310649431.9498.28.camel@jaguar> <4E1EEDBB.10206@redhat.com> <4E2642E7.3020602@codemonkey.ws> <1311142608.5871.12.camel@lappy> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: Anthony Liguori , Avi Kivity , "Michael S. Tsirkin" , kvm@vger.kernel.org, Ingo Molnar , Marcelo Tosatti To: Sasha Levin Return-path: Received: from filtteri2.pp.htv.fi ([213.243.153.185]:38516 "EHLO filtteri2.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751146Ab1GTJmk (ORCPT ); Wed, 20 Jul 2011 05:42:40 -0400 In-Reply-To: <1311142608.5871.12.camel@lappy> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, 2011-07-20 at 09:16 +0300, Sasha Levin wrote: > > Just implement virtio-serial :-) You can move data as fast as you'd > > like through it. > > > > And if virtio-serial is too complicated, make a simpler version that > > doesn't have such crazy semantics. > > We do have virtio-serial support in /tools/kvm, you can try it using > '--console virtio'. That's virtio-console. I thought virtio-serial was a separate driver.