18389bf Fix crash with -M isapc -cpu Haswell (bz #986790)

Authored and Committed by crobinso 10 years ago
37 files changed. 584 lines added. 204 lines removed.
0211-qemu-socket-Make-socket_optslist-public.patch
file modified
+2 -5
0212-libcacard-correct-T0-historical-bytes-size.patch
file modified
+2 -5
0213-ccid-card-emul-do-not-crash-if-backend-is-not-provid.patch
file modified
+2 -6
0214-ccid-make-backend_enum_table-static-const-and-adjust.patch
file modified
+2 -6
0215-ccid-declare-DEFAULT_ATR-table-to-be-static-const.patch
file modified
+2 -5
0216-libcacard-use-system-config-directory-for-nss-db-on-.patch
file modified
+2 -6
0217-util-move-socket_init-to-osdep.c.patch
file modified
+2 -5
0218-build-sys-must-link-with-fstack-protector.patch
file modified
+2 -5
0219-libcacard-fix-mingw64-cross-compilation.patch
file modified
+2 -5
0220-libcacard-split-vscclient-main-from-socket-reading.patch
file modified
+2 -5
0221-libcacard-vscclient-to-use-QemuThread-for-portabilit.patch
file modified
+2 -6
0222-libcacard-teach-vscclient-to-use-GMainLoop-for-porta.patch
file modified
+2 -6
0223-libcacard-remove-sql-prefix.patch
file modified
+2 -5
0224-libcacard-remove-default-libcoolkey-loading.patch
file modified
+2 -5
0225-dev-smartcard-reader-white-space-fixes.patch
file modified
+2 -5
0226-dev-smartcard-reader-nicer-debug-messages.patch
file modified
+2 -5
0227-dev-smartcard-reader-remove-aborts-never-triggered-b.patch
file modified
+3 -6
0228-dev-smartcard-reader-support-windows-guest.patch
file modified
+2 -5
0229-dev-smartcard-reader-reuse-usb.h-definitions.patch
file modified
+2 -5
0230-libcacard-change-default-ATR.patch
file modified
+2 -5
0231-ccid-card-passthru-add-atr-check.patch
file modified
+2 -5
0301-ccid-card-passthru-dev-smartcard-reader-add-debug-en.patch0232-ccid-card-passthru-dev-smartcard-reader-add-debug-en.patch
file renamed
+2 -5
0302-dev-smartcard-reader-define-structs-for-CCID_Paramet.patch0233-dev-smartcard-reader-define-structs-for-CCID_Paramet.patch
file renamed
+3 -6
0303-dev-smartcard-reader-change-default-protocol-to-T-0.patch0234-dev-smartcard-reader-change-default-protocol-to-T-0.patch
file renamed
+2 -5
0304-dev-smartcard-reader-copy-atr-protocol-to-ccid-param.patch0235-dev-smartcard-reader-copy-atr-protocol-to-ccid-param.patch
file renamed
+2 -6
0305-libcacard-vreader-add-debugging-messages-for-apdu.patch0236-libcacard-vreader-add-debugging-messages-for-apdu.patch
file renamed
+2 -5
0306-libcacard-move-atr-setting-from-macro-to-function.patch0237-libcacard-move-atr-setting-from-macro-to-function.patch
file renamed
+2 -5
0307-dev-smartcard-reader-empty-implementation-for-Mechan.patch0238-dev-smartcard-reader-empty-implementation-for-Mechan.patch
file renamed
+3 -6
0308-libcacard-cac-change-big-switch-functions-to-single-.patch0239-libcacard-cac-change-big-switch-functions-to-single-.patch
file renamed
+3 -6
0309-libcacard-vscclient-fix-leakage-of-socket-on-error-p.patch0240-libcacard-vscclient-fix-leakage-of-socket-on-error-p.patch
file renamed
+2 -6
0310-libcacard-Fix-cppcheck-warning-and-remove-unneeded-c.patch0241-libcacard-Fix-cppcheck-warning-and-remove-unneeded-c.patch
file renamed
+2 -6
0311-isapc-disable-kvmvapic.patch
file added
+34
0312-pci-do-not-export-pci_bus_reset.patch
file added
+73
0313-qdev-allow-both-pre-and-post-order-vists-in-qdev-wal.patch
file added
+142
0314-qdev-switch-reset-to-post-order.patch
file added
+144
0315-scsi-avoid-assertion-failure-on-VERIFY-command.patch
file added
+63
qemu.spec
file modified
+62 -37
    Fix crash with -M isapc -cpu Haswell (bz #986790)
    Fix crash in lsi_soft_reset (bz #1000947)
    Fix crash in scsi_dma_complete (bz #1001617)
    Fix initial /dev/kvm permissions (bz #993491)
    
        
0301-ccid-card-passthru-dev-smartcard-reader-add-debug-en.patch 0232-ccid-card-passthru-dev-smartcard-reader-add-debug-en.patch
file renamed
+2 -5
0302-dev-smartcard-reader-define-structs-for-CCID_Paramet.patch 0233-dev-smartcard-reader-define-structs-for-CCID_Paramet.patch
file renamed
+3 -6
0303-dev-smartcard-reader-change-default-protocol-to-T-0.patch 0234-dev-smartcard-reader-change-default-protocol-to-T-0.patch
file renamed
+2 -5
0304-dev-smartcard-reader-copy-atr-protocol-to-ccid-param.patch 0235-dev-smartcard-reader-copy-atr-protocol-to-ccid-param.patch
file renamed
+2 -6
0305-libcacard-vreader-add-debugging-messages-for-apdu.patch 0236-libcacard-vreader-add-debugging-messages-for-apdu.patch
file renamed
+2 -5
0306-libcacard-move-atr-setting-from-macro-to-function.patch 0237-libcacard-move-atr-setting-from-macro-to-function.patch
file renamed
+2 -5
0307-dev-smartcard-reader-empty-implementation-for-Mechan.patch 0238-dev-smartcard-reader-empty-implementation-for-Mechan.patch
file renamed
+3 -6
0308-libcacard-cac-change-big-switch-functions-to-single-.patch 0239-libcacard-cac-change-big-switch-functions-to-single-.patch
file renamed
+3 -6
0309-libcacard-vscclient-fix-leakage-of-socket-on-error-p.patch 0240-libcacard-vscclient-fix-leakage-of-socket-on-error-p.patch
file renamed
+2 -6
0310-libcacard-Fix-cppcheck-warning-and-remove-unneeded-c.patch 0241-libcacard-Fix-cppcheck-warning-and-remove-unneeded-c.patch
file renamed
+2 -6
file modified
+62 -37