From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7TD5-0001KQ-AY for qemu-devel@nongnu.org; Thu, 29 Apr 2010 08:51:19 -0400 Received: from [140.186.70.92] (port=48536 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7TD0-0001Hj-Iv for qemu-devel@nongnu.org; Thu, 29 Apr 2010 08:51:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7TCz-0003Yo-0V for qemu-devel@nongnu.org; Thu, 29 Apr 2010 08:51:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3301) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7TCy-0003Yi-Oe for qemu-devel@nongnu.org; Thu, 29 Apr 2010 08:51:12 -0400 Date: Thu, 29 Apr 2010 18:19:17 +0530 From: Amit Shah Subject: Re: [Qemu-devel] [PATCH 2/2] virtio-console: Notify resize to the guest. Message-ID: <20100429124917.GC21309@amit-x200.redhat.com> References: <20100416114248.A001562C03A@msa106.auone-net.jp> <20100416130219.GE21268@amit-x200.redhat.com> <20100429071239.6854F6FC039@msa105.auone-net.jp> <20100429104718.GB21309@amit-x200.redhat.com> <20100429123631.130366AC03A@msa102.auone-net.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100429123631.130366AC03A@msa102.auone-net.jp> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kusanagi Kouichi Cc: qemu-devel@nongnu.org On (Thu) Apr 29 2010 [21:36:30], Kusanagi Kouichi wrote: > > Please include me in the CC when you send it. Also please mention how > > you test this feature. > > > > Amit > > I put printf()s into involved functions. Then ran qemu on a terminal > emulator, and resized it. > That's how I did. Is this what you need? Yes, I'm also wondering if it works ok: as in the guest kernel sees the updates and resizes the screen accordingly. Amit