On Mon, Jul 16, 2012 at 5:38 PM, Marc-André Lureau <marcandre.lureau@xxxxxxxxx> wrote: > --- > src/qxl_driver.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/src/qxl_driver.c b/src/qxl_driver.c > index e1cd097..a24932f 100644 > --- a/src/qxl_driver.c > +++ b/src/qxl_driver.c > @@ -1897,7 +1897,9 @@ qxl_pre_init(ScrnInfoPtr pScrn, int flags) > qxl->pci_tag = pciTag(qxl->pci->bus, qxl->pci->device, qxl->pci->func); > #endif > #endif /* XSPICE */ > - > + if (qxl->pci->revision < 4) { > + ErrorF ("Ignoring monitor config, device revision < 4\n"); > + } As pointed out by Alon, I fixed compilation with --enabled-xspice here -- Marc-André Lureau _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel