[pve-devel] [PATCH kvm v2 0/2] update to 2.6.0
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Jul 1 10:47:06 CEST 2016
v2 with minor changes:
* keep formating in the "vnc: refactor to QIOChannelSocket" patch to avoid
to much noise and allow better reviewing
I did not convert the "pve_auth_verify" function from ui/vnc.c to QIOSocketChannel
yet, as it does not has any benefit for us there - we do all in sync and won't be
ported to another OS than linux soon :)
I'll look at that later as there is more than that to convert to the new QOM stuff.
After applying the first patch a `make download` pulls the 2.6.0 branch
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)
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 | 39 ++---
.../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 ++++++++++
debian/patches/series | 17 +-
debian/rules | 1 -
26 files changed, 552 insertions(+), 892 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