Re: [Qemu-devel] [PATCH 2/2] Drop obsolete nographic timer

2012-03-16 Thread Paolo Bonzini
Il 16/03/2012 09:17, Jan Kiszka ha scritto: > I'm starting to understand the issue: The serial port can only accept a > single byte. Once this arrived, serial_can_receive1 returns 0, and the > backend fd is not longer polled by the io-thread. This should change > again as soon as the guest read tha

Re: [Qemu-devel] [PATCH 2/2] Drop obsolete nographic timer

2012-03-16 Thread Jan Kiszka
On 2012-03-16 01:52, Marek Vasut wrote: > Dear Jan Kiszka, > >> On 2012-03-15 19:12, Marek Vasut wrote: >>> Dear Marek Vasut, >>> Dear Jan Kiszka, > On 2012-03-10 07:19, Marek Vasut wrote: >> Dear Jan Kiszka, >> >>> We flush coalesced MMIO in the device models now, and VN

Re: [Qemu-devel] [PATCH 2/2] Drop obsolete nographic timer

2012-03-15 Thread Marek Vasut
Dear Jan Kiszka, > On 2012-03-15 19:12, Marek Vasut wrote: > > Dear Marek Vasut, > > > >> Dear Jan Kiszka, > >> > >>> On 2012-03-10 07:19, Marek Vasut wrote: > Dear Jan Kiszka, > > > We flush coalesced MMIO in the device models now, and VNC - for which > > this was once introd

Re: [Qemu-devel] [PATCH 2/2] Drop obsolete nographic timer

2012-03-15 Thread Jan Kiszka
On 2012-03-15 19:12, Marek Vasut wrote: > Dear Marek Vasut, > >> Dear Jan Kiszka, >> >>> On 2012-03-10 07:19, Marek Vasut wrote: Dear Jan Kiszka, > We flush coalesced MMIO in the device models now, and VNC - for which > this was once introduced - is also fine without it as it has

Re: [Qemu-devel] [PATCH 2/2] Drop obsolete nographic timer

2012-03-15 Thread Marek Vasut
Dear Marek Vasut, > Dear Jan Kiszka, > > > On 2012-03-10 07:19, Marek Vasut wrote: > > > Dear Jan Kiszka, > > > > > >> We flush coalesced MMIO in the device models now, and VNC - for which > > >> this was once introduced - is also fine without it as it has its own > > >> refresh timer. > > >> >

Re: [Qemu-devel] [PATCH 2/2] Drop obsolete nographic timer

2012-03-10 Thread Jan Kiszka
On 2012-03-10 07:19, Marek Vasut wrote: > Dear Jan Kiszka, > >> We flush coalesced MMIO in the device models now, and VNC - for which >> this was once introduced - is also fine without it as it has its own >> refresh timer. >> >> Signed-off-by: Jan Kiszka >> --- >> vl.c | 13 - >>

Re: [Qemu-devel] [PATCH 2/2] Drop obsolete nographic timer

2012-03-10 Thread Marek Vasut
Dear Jan Kiszka, > We flush coalesced MMIO in the device models now, and VNC - for which > this was once introduced - is also fine without it as it has its own > refresh timer. > > Signed-off-by: Jan Kiszka > --- > vl.c | 13 - > 1 files changed, 0 insertions(+), 13 deletions(-)

Re: [Qemu-devel] [PATCH 2/2] Drop obsolete nographic timer

2011-11-01 Thread Anthony Liguori
On 11/01/2011 03:15 PM, Blue Swirl wrote: On Tue, Nov 1, 2011 at 20:10, Anthony Liguori wrote: On 10/13/2011 07:05 PM, David Gibson wrote: On Fri, Sep 30, 2011 at 12:31:18PM +0200, Jan Kiszka wrote: We flush coalesced MMIO in the device models now, and VNC - for which this was once introduc

Re: [Qemu-devel] [PATCH 2/2] Drop obsolete nographic timer

2011-11-01 Thread Blue Swirl
On Tue, Nov 1, 2011 at 20:10, Anthony Liguori wrote: > On 10/13/2011 07:05 PM, David Gibson wrote: >> >> On Fri, Sep 30, 2011 at 12:31:18PM +0200, Jan Kiszka wrote: >>> >>> We flush coalesced MMIO in the device models now, and VNC - for which >>> this was once introduced - is also fine without it

Re: [Qemu-devel] [PATCH 2/2] Drop obsolete nographic timer

2011-11-01 Thread Anthony Liguori
On 10/13/2011 07:05 PM, David Gibson wrote: On Fri, Sep 30, 2011 at 12:31:18PM +0200, Jan Kiszka wrote: We flush coalesced MMIO in the device models now, and VNC - for which this was once introduced - is also fine without it as it has its own refresh timer. These don't seem to have gone in yet

Re: [Qemu-devel] [PATCH 2/2] Drop obsolete nographic timer

2011-10-13 Thread David Gibson
On Fri, Sep 30, 2011 at 12:31:18PM +0200, Jan Kiszka wrote: > We flush coalesced MMIO in the device models now, and VNC - for which > this was once introduced - is also fine without it as it has its own > refresh timer. These don't seem to have gone in yet, any word on their progress? KVM exits a

[Qemu-devel] [PATCH 2/2] Drop obsolete nographic timer

2011-09-30 Thread Jan Kiszka
We flush coalesced MMIO in the device models now, and VNC - for which this was once introduced - is also fine without it as it has its own refresh timer. Signed-off-by: Jan Kiszka --- vl.c | 13 - 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/vl.c b/vl.c index 54d