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 ...
cheers, Gerd
