|
| From: | Gerd Hoffmann |
| Subject: | Re: [Qemu-devel] [PATCHv4 05/11] qxl: add io_port_to_string |
| Date: | Thu, 14 Jul 2011 10:40:36 +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,
+ case QXL_IO_UPDATE_AREA_ASYNC: + return "QXL_IO_UPDATE_AREA_ASYNC";
Fails to build with old libspice-server (well, old libspice-protocol to be exact). Needs #ifdef. Using SPICE_INTERFACE_QXL_MINOR should work fine as the new libspice-server depends on the new spice-protocol too.
cheers, Gerd
| [Prev in Thread] | Current Thread | [Next in Thread] |