On Wed, Jun 29, 2011 at 11:22:05AM +0200, Gerd Hoffmann wrote: > Hi, > > >The driver may change us to vga mode and still issue a QXL_IO_LOG, > >which we can easily support. > > >@@ -1001,9 +1001,9 @@ static void ioport_write(void *opaque, uint32_t addr, > >uint32_t val) > >- case QXL_IO_LOG: > > case QXL_IO_CREATE_PRIMARY_ASYNC: > > case QXL_IO_UPDATE_IRQ: > >+ case QXL_IO_LOG: > > break; > > That is a NOP, and it also doesn't apply. It isn't the only patch > which doesn't apply cleanly, looks like your series isn't based on > upstream/master ...
Yeah, my bad. I did something wierd, and missed this. I'll send a v3. Do you have other comments? Unrelated, but have you looked at the async patches that I sent, and yonit's comments? - (me) catch EINTR and EAGAIN in async thread read - (yonit) reset surfaces count and surfaces when doing destroy_all And I think there were some others I forget. > > cheers, > Gerd