]> git.proxmox.com Git - pve-qemu-kvm.git/commit
Update to v2.3.0
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 3 Jun 2015 07:27:31 +0000 (09:27 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 5 Jun 2015 05:03:50 +0000 (07:03 +0200)
commit58117ea6206f512a81b70696db43043d2233d071
treeafcd5a08a68d7c85cdc567d50e9eb2da5bb581f0
parentf11a1cfdd23b74c56d91e16e94fe5759b5ddf7fe
Update to v2.3.0

keymap.diff: removing last hunk
It only removes spaces, upstream already did that when
adding an assertion to it.

pve-auth.diff & fairsched.diff:
 * dropped fairsched and moved vmid code to pve-auth.diff
 * adapt pve-auth.diff to new qemu option parsing

virtio-balloon-fix-query.patch:
 * merged ram_size -> get_current_ram_size() change

backup-modify-job-api.patch
 * move new bdrv_op_unblock(target) into target guard
 * fuzz/context fixup
 * added NULL target checks to new places where necessary
   (bdrv_op_is_blocked is now used on the target in
   backup_start)
 * annotated some hunks with their function
 * applied same backup_start fixup of qmp_drive_backup to
   the new qmp_blockdev_backup (introduced in c29c1dd3)

disable-efi-enable-pxe-roms.patch: fuzz/context fixup

virtio-balloon-dimmfix1.patch: is now upstream
virtio-balloon-dimmfix2.patch: is now upstream
virtio-balloon-dimmfix3.patch:
  merged into virtio-balloon-fix-query.patch
virtio-scsi_fix_assert.patch: is now upstream

backup-add-dir-format.patch,
backup-add-pve-monitor-commands.patch,
internal-snapshot-async.patch:
 * Convert bdrv_find to blk_by_name
   bdrv_find was dropped and the code now uses blk_by_name
   and blk_bs

internal-snapshot-async.patch:
 * fuzz/context fixups
 * added missing sysemu/block-backend.h for blk_by_name
15 files changed:
debian/patches/backup-add-dir-format.patch
debian/patches/backup-add-pve-monitor-commands.patch
debian/patches/backup-add-vma-binary.patch
debian/patches/backup-modify-job-api.patch
debian/patches/disable-efi-enable-pxe-roms.patch
debian/patches/fairsched.diff [deleted file]
debian/patches/internal-snapshot-async.patch
debian/patches/keymap.diff
debian/patches/pve-auth.patch
debian/patches/series
debian/patches/virtio-balloon-dimmfix1.patch [deleted file]
debian/patches/virtio-balloon-dimmfix2.patch [deleted file]
debian/patches/virtio-balloon-dimmfix3.patch [deleted file]
debian/patches/virtio-balloon-fix-query.patch
debian/patches/virtio-scsi_fix_assert.patch [deleted file]