[pve-devel] [PATCH kvm v3 0/2] update to 2.6.0

Thomas Lamprecht t.lamprecht at proxmox.com
Fri Jul 1 17:26:00 CEST 2016


Adressed comments by Wolfgang B.

changes since v2:
* fix patch 0015-backup-modify-job-api.patch and
  0049-backup-bdrv_set_enable_write_cache-is-no-more.patch where I missed two
  checks if target is NULL, this fixes backup creation which was broken in v2
* add patch 0053-vma-use-BlockBackend-on-extract.patch : this fixes backup
  restore which was also broken in v2

Tested:
* installation and live migration of windows VM
* live migration from old (2.5-19) to new
* live migrations with alpine linux
* alpine VMs on varios storages (nfs, ceph, local, glusterFS)
* backup and restore of VM (running and stopped)

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   |  80 ++++++---
 .../pve/0016-backup-add-pve-monitor-commands.patch |  12 +-
 .../patches/pve/0041-PVE-VNC-authentication.patch  | 153 +++++++++++-------
 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    |  88 ++++++++++
 .../pve/0053-vma-use-BlockBackend-on-extract.patch |  75 +++++++++
 debian/patches/series                              |  18 +--
 debian/rules                                       |   1 -
 27 files changed, 667 insertions(+), 894 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
 create mode 100644 debian/patches/pve/0053-vma-use-BlockBackend-on-extract.patch

-- 
2.1.4





More information about the pve-devel mailing list