56753ff Add a couple of backported QXL/Spice bugfixes

Authored and Committed by jwrdegoede 12 years ago
45 files changed. 5219 lines added. 2 lines removed.
0147-usb-ehci-Ensure-frindex-writes-leave-a-valid-frindex.patch
file added
+36
0401-qxl-Slot-sanity-check-in-qxl_phys2virt-is-off-by-one.patch
file added
+30
0402-input-send-kbd-mouse-events-only-to-running-guests.patch
file added
+45
0403-qxl-fix-warnings-on-32bit.patch
file added
+45
0404-qxl-don-t-render-stuff-when-the-vm-is-stopped.patch
file added
+56
0405-qxl-set-only-off-screen-surfaces-dirty-instead-of-th.patch
file added
+97
0406-qxl-make-sure-primary-surface-is-saved-on-migration-.patch
file added
+30
0407-Add-SPICE-support-to-add_client-monitor-command.patch
file added
+139
0408-spice-support-ipv6-channel-address-in-monitor-events.patch
file added
+83
0409-qxl-drop-vram-bar-minimum-size.patch
file added
+30
0410-qxl-move-ram-size-init-to-new-function.patch
file added
+97
0411-qxl-add-user-friendly-bar-size-properties.patch
file added
+63
0412-qxl-fix-spice-sdl-no-cursor-regression.patch
file added
+93
0413-sdl-remove-NULL-check-g_malloc0-can-t-fail.patch
file added
+29
0414-qxl-drop-qxl_spice_update_area_async-definition.patch
file added
+34
0415-qxl-require-spice-0.8.2.patch
file added
+358
0416-qxl-remove-flipped.patch
file added
+145
0417-qxl-introduce-QXLCookie.patch
file added
+264
0418-qxl-make-qxl_render_update-async.patch
file added
+360
0419-spice-use-error_report-to-report-errors.patch
file added
+102
0420-Error-out-when-tls-channel-option-is-used-without-TL.patch
file added
+44
0421-qxl-properly-handle-upright-and-non-shared-surfaces.patch
file added
+77
0422-spice-set-spice-uuid-and-name.patch
file added
+39
0423-monitor-fix-client_migrate_info-error-handling.patch
file added
+35
0424-qxl-init_pipe_signaling-exit-on-failure.patch
file added
+49
0425-qxl-switch-qxl.c-to-trace-events.patch
file added
+753
0426-qxl-qxl_render.c-add-trace-events.patch
file added
+95
0427-hw-qxl.c-Fix-compilation-failures-on-32-bit-hosts.patch
file added
+80
0428-spice-fix-broken-initialization.patch
file added
+67
0429-ui-spice-display.c-Fix-compilation-warnings-on-32-bi.patch
file added
+56
0430-ui-spice-display-use-uintptr_t-when-casting-qxl-phys.patch
file added
+78
0431-qxl-add-optinal-64bit-vram-bar.patch
file added
+185
0432-qxl-set-default-values-of-vram-_size_mb-to-1.patch
file added
+35
0433-qxl-render-fix-broken-vnc-spice-since-commit-f934493.patch
file added
+30
0434-qxl-don-t-assert-on-guest-create_guest_primary.patch
file added
+36
0501-audio-add-VOICE_VOLUME-ctl.patch
file added
+68
0502-audio-don-t-apply-volume-effect-if-backend-has-VOICE.patch
file added
+99
0503-hw-ac97-remove-USE_MIXER-code.patch
file added
+170
0504-hw-ac97-the-volume-mask-is-not-only-0x1f.patch
file added
+28
0505-hw-ac97-add-support-for-volume-control.patch
file added
+134
0506-audio-spice-add-support-for-volume-control.patch
file added
+84
0507-Do-not-use-pa_simple-PulseAudio-API.patch
file added
+573
0508-configure-pa_simple-is-not-needed-anymore.patch
file added
+31
0509-Allow-controlling-volume-with-PulseAudio-backend.patch
file added
+134
qemu.spec
file modified
+103 -2
    Add a couple of backported QXL/Spice bugfixes
    
    - Add spice volume control patches
    
        
file modified
+103 -2