59eb7ad Fix ppc64 KVM failure (bz #1501936)

Authored and Committed by crobinso 6 years ago
25 files changed. 1146 lines added. 463 lines removed.
.gitignore
file modified
+1 -0
0001-io-add-new-qio_channel_-readv-writev-read-write-_all.patch1001-io-add-new-qio_channel_-readv-writev-read-write-_all.patch
file renamed
+10 -14
0002-io-Yield-rather-than-wait-when-already-in-coroutine.patch1002-io-Yield-rather-than-wait-when-already-in-coroutine.patch
file renamed
+1 -5
0003-scsi-Refactor-scsi-sense-interpreting-code.patch1004-scsi-Refactor-scsi-sense-interpreting-code.patch
file renamed
+1 -5
0004-scsi-Improve-scsi_sense_to_errno.patch1005-scsi-Improve-scsi_sense_to_errno.patch
file renamed
+1 -5
0005-scsi-Introduce-scsi_sense_buf_to_errno.patch1006-scsi-Introduce-scsi_sense_buf_to_errno.patch
file renamed
+1 -5
0006-scsi-rename-scsi_build_sense-to-scsi_convert_sense.patch1007-scsi-rename-scsi_build_sense-to-scsi_convert_sense.patch
file renamed
+1 -5
0007-scsi-move-non-emulation-specific-code-to-scsi.patch1008-scsi-move-non-emulation-specific-code-to-scsi.patch
file renamed
+1 -5
0008-scsi-introduce-scsi_build_sense.patch1009-scsi-introduce-scsi_build_sense.patch
file renamed
+1 -5
0009-scsi-introduce-sg_io_sense_from_errno.patch1010-scsi-introduce-sg_io_sense_from_errno.patch
file renamed
+1 -5
0010-scsi-move-block-scsi.h-to-include-scsi-constants.h.patch
file added
+884
0011-scsi-file-posix-add-support-for-persistent-reservati.patch1012-scsi-file-posix-add-support-for-persistent-reservati.patch
file renamed
+3 -7
0012-scsi-build-qemu-pr-helper.patch1013-scsi-build-qemu-pr-helper.patch
file renamed
+7 -11
0013-scsi-add-multipath-support-to-qemu-pr-helper.patch1014-scsi-add-multipath-support-to-qemu-pr-helper.patch
file renamed
+25 -29
0014-scsi-add-persistent-reservation-manager-using-qemu-p.patch1015-scsi-add-persistent-reservation-manager-using-qemu-p.patch
file renamed
+1 -6
0101-crypto-fix-test-cert-generation-to-not-use-SHA1-algo.patch1016-crypto-fix-test-cert-generation-to-not-use-SHA1-algo.patch
file renamed
+0 -4
0102-io-fix-check-for-handshake-completion-in-TLS-test.patch1017-io-fix-check-for-handshake-completion-in-TLS-test.patch
file renamed
+1 -5
0103-io-fix-temp-directory-used-by-test-io-channel-tls-te.patch1018-io-fix-temp-directory-used-by-test-io-channel-tls-te.patch
file renamed
+1 -5
0104-spapr-fallback-to-raw-mode-if-best-compat-mode-canno.patch
file added
+76
0105-9pfs-use-g_malloc0-to-allocate-space-for-xattr.patch
file added
+40
0106-io-monitor-encoutput-buffer-size-from-websocket-GSou.patch
file added
+51
1003-scsi-bus-correct-responses-for-INQUIRY-and-REQUEST-S.patch
file removed
-71
1011-scsi-move-block-scsi.h-to-include-scsi-constants.h.patch
file removed
-250
qemu.spec
file modified
+37 -20
sources
file modified
+1 -1
    Fix ppc64 KVM failure (bz #1501936)
    CVE-2017-15038: 9p: information disclosure when reading extended attributes (bz #1499111)
    CVE-2017-15268: potential memory exhaustion via websock connection to VNC (bz #1496882)
    
        
file modified
+1 -0
0001-io-add-new-qio_channel_-readv-writev-read-write-_all.patch 1001-io-add-new-qio_channel_-readv-writev-read-write-_all.patch
file renamed
+10 -14
0002-io-Yield-rather-than-wait-when-already-in-coroutine.patch 1002-io-Yield-rather-than-wait-when-already-in-coroutine.patch
file renamed
+1 -5
0003-scsi-Refactor-scsi-sense-interpreting-code.patch 1004-scsi-Refactor-scsi-sense-interpreting-code.patch
file renamed
+1 -5
0004-scsi-Improve-scsi_sense_to_errno.patch 1005-scsi-Improve-scsi_sense_to_errno.patch
file renamed
+1 -5
0005-scsi-Introduce-scsi_sense_buf_to_errno.patch 1006-scsi-Introduce-scsi_sense_buf_to_errno.patch
file renamed
+1 -5
0006-scsi-rename-scsi_build_sense-to-scsi_convert_sense.patch 1007-scsi-rename-scsi_build_sense-to-scsi_convert_sense.patch
file renamed
+1 -5
0007-scsi-move-non-emulation-specific-code-to-scsi.patch 1008-scsi-move-non-emulation-specific-code-to-scsi.patch
file renamed
+1 -5
0008-scsi-introduce-scsi_build_sense.patch 1009-scsi-introduce-scsi_build_sense.patch
file renamed
+1 -5
0009-scsi-introduce-sg_io_sense_from_errno.patch 1010-scsi-introduce-sg_io_sense_from_errno.patch
file renamed
+1 -5
0011-scsi-file-posix-add-support-for-persistent-reservati.patch 1012-scsi-file-posix-add-support-for-persistent-reservati.patch
file renamed
+3 -7
0012-scsi-build-qemu-pr-helper.patch 1013-scsi-build-qemu-pr-helper.patch
file renamed
+7 -11
0013-scsi-add-multipath-support-to-qemu-pr-helper.patch 1014-scsi-add-multipath-support-to-qemu-pr-helper.patch
file renamed
+25 -29
0014-scsi-add-persistent-reservation-manager-using-qemu-p.patch 1015-scsi-add-persistent-reservation-manager-using-qemu-p.patch
file renamed
+1 -6
0101-crypto-fix-test-cert-generation-to-not-use-SHA1-algo.patch 1016-crypto-fix-test-cert-generation-to-not-use-SHA1-algo.patch
file renamed
0102-io-fix-check-for-handshake-completion-in-TLS-test.patch 1017-io-fix-check-for-handshake-completion-in-TLS-test.patch
file renamed
+1 -5
0103-io-fix-temp-directory-used-by-test-io-channel-tls-te.patch 1018-io-fix-temp-directory-used-by-test-io-channel-tls-te.patch
file renamed
+1 -5
file modified
+37 -20
file modified
+1 -1