|
| From: | Gerd Hoffmann |
| Subject: | Re: [Qemu-devel] [PATCH v2] qxl: allow QXL_IO_LOG also in vga |
| Date: | Wed, 29 Jun 2011 11:22:05 +0200 |
| User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Red Hat/3.1.11-2.el6_1 Thunderbird/3.1.11 |
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
| [Prev in Thread] | Current Thread | [Next in Thread] |