Hide Forgot
Description of problem: I didn't see any images added to the cache (added some red_printf() on the server) when running a F15 guest with xorg-x11-drv-qxl-0.0.21-3.fc15.x86_64 - an XP guest on the same host works and seems to be caching. At least some of the code is commented out (and the image's id = 0): From qxl_image.c: #if 0 /* Add to hash table */ if ((info = insert_image_info (hash))) { info->image = image; info->ref_count = 1; image->descriptor.id = hash; image->descriptor.flags = SPICE_IMAGE_CACHE; #if 0 ErrorF ("added with hash %u\n", hash); #endif } #endif Version-Release number of selected component (if applicable): xorg-x11-drv-qxl-0.0.21-3.fc15.x86_64 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
This code doesn't appear to commented out in rawhide version at least, so closing (F15 is end of life now).