[Qemu-devel] [PATCH 2/2] virtio-console: Notify resize to the guest.

2010-05-02 Thread Amit Shah
From: Kusanagi Kouichi I tested this patch as follows: I put printf()s into involved functions. Then ran qemu on a terminal emulator, and resized it. The guest kernel gets initial size, and follows host resize. Both singleport and multiport work. Signed-off-by: Kusanagi Kouichi Signed-off-by: A

Re: [Qemu-devel] [PATCH 2/2] virtio-console: Notify resize to the guest.

2010-04-29 Thread Amit Shah
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

Re: [Qemu-devel] [PATCH 2/2] virtio-console: Notify resize to the guest.

2010-04-29 Thread Kusanagi Kouichi
On 2010-04-29 16:17:18 +0530, Amit Shah wrote: > On (Thu) Apr 29 2010 [16:12:38], Kusanagi Kouichi wrote: > > On 2010-04-16 18:32:19 +0530, Amit Shah wrote: > > > On (Fri) Apr 16 2010 [20:42:47], Kusanagi Kouichi wrote: > > > > > > > > Signed-off-by: Kusanagi Kouichi > > > > --- > > > > hw/virti

Re: [Qemu-devel] [PATCH 2/2] virtio-console: Notify resize to the guest.

2010-04-29 Thread Amit Shah
On (Thu) Apr 29 2010 [16:12:38], Kusanagi Kouichi wrote: > On 2010-04-16 18:32:19 +0530, Amit Shah wrote: > > On (Fri) Apr 16 2010 [20:42:47], Kusanagi Kouichi wrote: > > > > > > Signed-off-by: Kusanagi Kouichi > > > --- > > > hw/virtio-console.c|3 +++ > > > hw/virtio-serial-bus.c |

Re: [Qemu-devel] [PATCH 2/2] virtio-console: Notify resize to the guest.

2010-04-29 Thread Kusanagi Kouichi
On 2010-04-16 18:32:19 +0530, Amit Shah wrote: > On (Fri) Apr 16 2010 [20:42:47], Kusanagi Kouichi wrote: > > > > Signed-off-by: Kusanagi Kouichi > > --- > > hw/virtio-console.c|3 +++ > > hw/virtio-serial-bus.c |8 > > hw/virtio-serial.h |9 +++-- > > 3 files ch

Re: [Qemu-devel] [PATCH 2/2] virtio-console: Notify resize to the guest.

2010-04-16 Thread Amit Shah
On (Fri) Apr 16 2010 [20:42:47], Kusanagi Kouichi wrote: > > Signed-off-by: Kusanagi Kouichi > --- > hw/virtio-console.c|3 +++ > hw/virtio-serial-bus.c |8 > hw/virtio-serial.h |9 +++-- > 3 files changed, 18 insertions(+), 2 deletions(-) Hello, The patches lo

[Qemu-devel] [PATCH 2/2] virtio-console: Notify resize to the guest.

2010-04-16 Thread Kusanagi Kouichi
Signed-off-by: Kusanagi Kouichi --- hw/virtio-console.c|3 +++ hw/virtio-serial-bus.c |8 hw/virtio-serial.h |9 +++-- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/hw/virtio-console.c b/hw/virtio-console.c index bd44ec6..92dd03e 100644 --- a/hw