[pve-devel] [RFC qemu 0/2] Update to QEMU 2.6.0

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Jun 8 16:33:29 CEST 2016


The commits I made on top to adapt to the changes from qemu could be squashed,
I didn't yet for readabillity.

I tested for about a month with almost the same patch set ontop of qemu 2.6-rc5
(which does not differs from 2.6.0) but not completely all may be tested yet.

RFC for my patches i placed in the pve folder, CCing Wolfgang for that also.

Cc: Wolfgang Bumiller <w.bumiller at proxmox.com>

Thomas Lamprecht (2):
  update to qemu 2.6.0
  remove patches which got into upstream

 Makefile                                           |   6 +-
 debian/changelog                                   |   6 +
 ...move-the-unused-request-cancellation-code.patch |  98 -----------
 ...-do-not-read-write-MSR_TSC_AUX-from-KVM-i.patch |  38 -----
 ...nc-clear-vs-tlscreds-after-unparenting-it.patch |  38 -----
 ...e-request-queue-from-RngEgd-to-RngBackend.patch | 135 ----------------
 ...quest-queue-cleanup-from-RngEgd-to-RngBac.patch | 163 -------------------
 ...ask-for-more-data-if-queue-is-not-fully-d.patch |  47 ------
 .../extra/CVE-2016-2198-ehci-null-pointer.patch    |  44 -----
 ...6-2391-usb-ohci-avoid-multiple-eof-timers.patch |  40 -----
 ...g-add-request-queue-support-to-rng-random.patch | 179 ---------------------
 ...-return-success-on-info-without-snapshots.patch |   4 +-
 .../0011-introduce-new-vma-archive-format.patch    |  14 +-
 .../patches/pve/0015-backup-modify-job-api.patch   |  35 ++--
 .../pve/0016-backup-add-pve-monitor-commands.patch |  12 +-
 .../patches/pve/0041-PVE-VNC-authentication.patch  | 148 ++++++++++-------
 debian/patches/pve/0044-block-add-zeroinit.patch   |   2 +-
 ...6-pve-cleanup-includes-all-over-the-place.patch | 132 +++++++++++++++
 ...nit-bdrv_get_block_status-got-a-new-param.patch |  30 ++++
 .../pve/0048-BDRV_O_CACHE_WB-was-removed.patch     |  72 +++++++++
 ...up-bdrv_set_enable_write_cache-is-no-more.patch |  35 ++++
 ...050-fix-possible-unitialised-return-value.patch |  25 +++
 ...1-net-NET_CLIENT_OPTIONS_KIND_MAX-changed.patch |  26 +++
 .../0052-vnc-refactor-to-QIOChannelSocket.patch    | 117 ++++++++++++++
 debian/patches/series                              |  17 +-
 debian/rules                                       |   1 -
 26 files changed, 576 insertions(+), 888 deletions(-)
 delete mode 100644 debian/patches/extra/0001-rng-remove-the-unused-request-cancellation-code.patch
 delete mode 100644 debian/patches/extra/0001-target-i386-do-not-read-write-MSR_TSC_AUX-from-KVM-i.patch
 delete mode 100644 debian/patches/extra/0001-vnc-clear-vs-tlscreds-after-unparenting-it.patch
 delete mode 100644 debian/patches/extra/0002-rng-move-request-queue-from-RngEgd-to-RngBackend.patch
 delete mode 100644 debian/patches/extra/0003-rng-move-request-queue-cleanup-from-RngEgd-to-RngBac.patch
 delete mode 100644 debian/patches/extra/0005-virtio-rng-ask-for-more-data-if-queue-is-not-fully-d.patch
 delete mode 100644 debian/patches/extra/CVE-2016-2198-ehci-null-pointer.patch
 delete mode 100644 debian/patches/extra/CVE-2016-2391-usb-ohci-avoid-multiple-eof-timers.patch
 delete mode 100644 debian/patches/extra/CVE-2016-2858-0004-rng-add-request-queue-support-to-rng-random.patch
 create mode 100644 debian/patches/pve/0046-pve-cleanup-includes-all-over-the-place.patch
 create mode 100644 debian/patches/pve/0047-zeroinit-bdrv_get_block_status-got-a-new-param.patch
 create mode 100644 debian/patches/pve/0048-BDRV_O_CACHE_WB-was-removed.patch
 create mode 100644 debian/patches/pve/0049-backup-bdrv_set_enable_write_cache-is-no-more.patch
 create mode 100644 debian/patches/pve/0050-fix-possible-unitialised-return-value.patch
 create mode 100644 debian/patches/pve/0051-net-NET_CLIENT_OPTIONS_KIND_MAX-changed.patch
 create mode 100644 debian/patches/pve/0052-vnc-refactor-to-QIOChannelSocket.patch

-- 
2.1.4





More information about the pve-devel mailing list