Hi, > static void qxl_enter_vga_mode(PCIQXLDevice *d) > @@ -1292,7 +1315,7 @@ static void qxl_set_mode(PCIQXLDevice *d, int modenr, > int loadvm) > > d->mode = QXL_MODE_COMPAT; > d->cmdflags = QXL_COMMAND_FLAG_COMPAT; > -#ifdef QXL_COMMAND_FLAG_COMPAT_16BPP /* new in spice 0.6.1 */ > +#if QXL_COMMAND_FLAG_COMPAT_16BPP /* new in spice 0.6.1 */
Unrelated change in there. btw: we require spice-server > 0.8.x anyway, so this #ifdef can go anyway, but if you do it make it a separate patch please. > case 3: /* qxl-3 */ > + pci_device_rev = QXL_REVISION_STABLE_V10; > + io_size = msb_mask(QXL_IO_RANGE_SIZE * 2 - 1); > + break; > + case 4: Conflicts with queued patches. Please just drop it, I'll go switch to rev4 by default once we have a spice-server 0.12.0 release & all qemu patches needed to use the new stuff merged. > -#define QXL_DEFAULT_REVISION QXL_REVISION_STABLE_V10 > +#define QXL_DEFAULT_REVISION QXL_REVISION_STABLE_V12 Likewise. cheers, Gerd _______________________________________________ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel