dcavalca / rpms / qemu

Forked from rpms/qemu 10 months ago
Clone

fc5c27 Update to 0.15.0 final

Authored and Committed by Justin M. Forbes 12 years ago
31 files changed. 249 lines added. 99 lines removed.
.gitignore
file modified
+1 -0
0001-char-Split-out-tcp-socket-close-code-in-a-separate-f.patch
file modified
+2 -2
0002-char-Add-a-QemuChrHandlers-struct-to-initialise-char.patch
file modified
+2 -2
0003-iohandlers-Add-enable-disable_write_fd_handler-funct.patch
file modified
+2 -2
0004-char-Add-framework-for-a-write-unblocked-callback.patch
file modified
+2 -2
0005-char-Update-send_all-to-handle-nonblocking-chardev-w.patch
file modified
+2 -2
0006-char-Equip-the-unix-tcp-backend-to-handle-nonblockin.patch
file modified
+2 -2
0007-char-Throttle-when-host-connection-is-down.patch
file modified
+2 -2
0008-virtio-console-Enable-port-throttling-when-chardev-i.patch
file modified
+2 -2
0009-spice-qemu-char.c-add-throttling.patch
file modified
+2 -2
0010-spice-qemu-char.c-remove-intermediate-buffer.patch
file modified
+2 -2
0011-usb-redir-Add-flow-control-support.patch
file modified
+2 -2
0012-spice-add-worker-wrapper-functions.patch0014-spice-add-worker-wrapper-functions.patch
file renamed
+2 -2
0013-spice-add-qemu_spice_display_init_common.patch0015-spice-add-qemu_spice_display_init_common.patch
file renamed
+2 -2
0014-spice-qxl-move-worker-wrappers.patch0016-spice-qxl-move-worker-wrappers.patch
file renamed
+2 -2
0015-qxl-fix-surface-tracking-locking.patch0017-qxl-fix-surface-tracking-locking.patch
file renamed
+2 -2
0016-qxl-add-io_port_to_string.patch0018-qxl-add-io_port_to_string.patch
file renamed
+2 -2
0017-qxl-error-handling-fixes-and-cleanups.patch0019-qxl-error-handling-fixes-and-cleanups.patch
file renamed
+2 -2
0018-qxl-make-qxl_guest_bug-take-variable-arguments.patch0020-qxl-make-qxl_guest_bug-take-variable-arguments.patch
file renamed
+2 -2
0019-qxl-only-disallow-specific-io-s-in-vga-mode.patch0021-qxl-only-disallow-specific-io-s-in-vga-mode.patch
file renamed
+2 -2
0020-qxl-async-io-support-using-new-spice-api.patch0022-qxl-async-io-support-using-new-spice-api.patch
file renamed
+2 -2
0021-qxl-add-QXL_IO_FLUSH_-SURFACES-RELEASE-for-guest-S3-.patch0023-qxl-add-QXL_IO_FLUSH_-SURFACES-RELEASE-for-guest-S3-.patch
file renamed
+2 -2
0022-qxl-bump-pci-rev.patch0024-qxl-bump-pci-rev.patch
file renamed
+2 -2
0023-virtio-serial-bus-replay-guest_open-on-migration.patch0025-virtio-serial-bus-replay-guest_open-on-migration.patch
file renamed
+2 -2
0024-qemu-char-make-qemu_chr_event-public.patch
file added
+42
0025-spice-qemu-char-Generate-chardev-open-close-events.patch0013-spice-qemu-char-Generate-chardev-open-close-events.patch
file renamed
+8 -19
0026-usb-redir-Call-qemu_chr_guest_open-close.patch0012-usb-redir-Call-qemu_chr_guest_open-close.patch
file renamed
+6 -6
0027-usb-redir-Device-disconnect-re-connect-robustness-fi.patch
file added
+88
0028-usb-redir-Don-t-try-to-write-to-the-chardev-after-a-.patch
file added
+32
qemu.spec
file modified
+25 -27
sources
file modified
+1 -1
    Update to 0.15.0 final
    
        
file modified
+1 -0
0012-spice-add-worker-wrapper-functions.patch 0014-spice-add-worker-wrapper-functions.patch
file renamed
+2 -2
0013-spice-add-qemu_spice_display_init_common.patch 0015-spice-add-qemu_spice_display_init_common.patch
file renamed
+2 -2
0014-spice-qxl-move-worker-wrappers.patch 0016-spice-qxl-move-worker-wrappers.patch
file renamed
+2 -2
0015-qxl-fix-surface-tracking-locking.patch 0017-qxl-fix-surface-tracking-locking.patch
file renamed
+2 -2
0016-qxl-add-io_port_to_string.patch 0018-qxl-add-io_port_to_string.patch
file renamed
+2 -2
0017-qxl-error-handling-fixes-and-cleanups.patch 0019-qxl-error-handling-fixes-and-cleanups.patch
file renamed
+2 -2
0018-qxl-make-qxl_guest_bug-take-variable-arguments.patch 0020-qxl-make-qxl_guest_bug-take-variable-arguments.patch
file renamed
+2 -2
0019-qxl-only-disallow-specific-io-s-in-vga-mode.patch 0021-qxl-only-disallow-specific-io-s-in-vga-mode.patch
file renamed
+2 -2
0020-qxl-async-io-support-using-new-spice-api.patch 0022-qxl-async-io-support-using-new-spice-api.patch
file renamed
+2 -2
0021-qxl-add-QXL_IO_FLUSH_-SURFACES-RELEASE-for-guest-S3-.patch 0023-qxl-add-QXL_IO_FLUSH_-SURFACES-RELEASE-for-guest-S3-.patch
file renamed
+2 -2
0022-qxl-bump-pci-rev.patch 0024-qxl-bump-pci-rev.patch
file renamed
+2 -2
0023-virtio-serial-bus-replay-guest_open-on-migration.patch 0025-virtio-serial-bus-replay-guest_open-on-migration.patch
file renamed
+2 -2
0025-spice-qemu-char-Generate-chardev-open-close-events.patch 0013-spice-qemu-char-Generate-chardev-open-close-events.patch
file renamed
+8 -19
0026-usb-redir-Call-qemu_chr_guest_open-close.patch 0012-usb-redir-Call-qemu_chr_guest_open-close.patch
file renamed
+6 -6
file modified
+25 -27
file modified
+1 -1