spec: Update patch and changelog with !251 vhost-user/qemu-img/virtio_net/pci/scsi补丁回合 !251

virtio-scsi: bugfix: fix qemu crash for hotplug scsi disk with dataplane
virtio: net-tap: bugfix: del net client if net_init_tap_one failed
virtio: bugfix: clean up callback when del virtqueue
virtio-net: bugfix: do not delete netdev before virtio net
virtio-net: fix max vring buf size when set ring num
virtio: check descriptor numbers
virtio: bugfix: add rcu_read_lock when vring_avail_idx is called
virtio: print the guest virtio_net features that host does not support
virtio: bugfix: check the value of caches before accessing it
virtio-net: set the max of queue size to 4096
virtio-net: update the default and max of rx/tx_queue_size
vhost-user: add unregister_savevm when vhost-user cleanup
qemu-img: block: dont blk_make_zero if discard_zeroes false
vhost-user: Add support reconnect vhost-user socket
vhost-user: Set the acked_features to vm's featrue
vhost-user: add vhost_set_mem_table when vm load_setup at destination
vhost-user: add separate memslot counter for vhost-user
vhost-user: quit infinite loop while used memslots is more than the backend limit
qmp: add command to query used memslots of vhost-net and vhost-user
vhost-user-scsi: add support for SPDK hot upgrade
i6300esb watchdog: bugfix: Add a runstate transition

Signed-off-by: Chen Qun<kuhn.chenqun@huawei.com>
This commit is contained in:
Chen Qun 2022-02-12 22:05:46 +08:00 committed by yezengruan
parent 6176fc3be0
commit 69b0de9c52

View File

@ -146,6 +146,27 @@ Patch0133: bugfix-fix-eventfds-may-double-free-when-vm_id-reuse.patch
Patch0134: block-mirror-fix-file-system-went-to-read-only-after.patch Patch0134: block-mirror-fix-file-system-went-to-read-only-after.patch
Patch0135: bugfix-fix-mmio-information-leak-and-ehci-vm-escape-.patch Patch0135: bugfix-fix-mmio-information-leak-and-ehci-vm-escape-.patch
Patch0136: target-i386-Fix-the-RES-memory-inc-which-caused-by-t.patch Patch0136: target-i386-Fix-the-RES-memory-inc-which-caused-by-t.patch
Patch0137: virtio-scsi-bugfix-fix-qemu-crash-for-hotplug-scsi-d.patch
Patch0138: virtio-net-tap-bugfix-del-net-client-if-net_init_tap.patch
Patch0139: virtio-bugfix-clean-up-callback-when-del-virtqueue.patch
Patch0140: virtio-net-bugfix-do-not-delete-netdev-before-virtio.patch
Patch0141: virtio-net-fix-max-vring-buf-size-when-set-ring-num.patch
Patch0142: virtio-check-descriptor-numbers.patch
Patch0143: virtio-bugfix-add-rcu_read_lock-when-vring_avail_idx.patch
Patch0144: virtio-print-the-guest-virtio_net-features-that-host.patch
Patch0145: virtio-bugfix-check-the-value-of-caches-before-acces.patch
Patch0146: virtio-net-set-the-max-of-queue-size-to-4096.patch
Patch0147: virtio-net-update-the-default-and-max-of-rx-tx_queue.patch
Patch0148: vhost-user-add-unregister_savevm-when-vhost-user-cle.patch
Patch0149: qemu-img-block-dont-blk_make_zero-if-discard_zeroes-.patch
Patch0150: vhost-user-Add-support-reconnect-vhost-user-socket.patch
Patch0151: vhost-user-Set-the-acked_features-to-vm-s-featrue.patch
Patch0152: vhost-user-add-vhost_set_mem_table-when-vm-load_setu.patch
Patch0153: vhost-user-add-separate-memslot-counter-for-vhost-us.patch
Patch0154: vhost-user-quit-infinite-loop-while-used-memslots-is.patch
Patch0155: qmp-add-command-to-query-used-memslots-of-vhost-net-.patch
Patch0156: vhost-user-scsi-add-support-for-SPDK-hot-upgrade.patch
Patch0157: i6300esb-watchdog-bugfix-Add-a-runstate-transition.patch
BuildRequires: flex BuildRequires: flex
BuildRequires: gcc BuildRequires: gcc
@ -590,6 +611,29 @@ getent passwd qemu >/dev/null || \
%endif %endif
%changelog %changelog
* Sat Feb 12 2022 Chen Qun <kuhn.chenqun@huawei.com>
- virtio-scsi: bugfix: fix qemu crash for hotplug scsi disk with dataplane
- virtio: net-tap: bugfix: del net client if net_init_tap_one failed
- virtio: bugfix: clean up callback when del virtqueue
- virtio-net: bugfix: do not delete netdev before virtio net
- virtio-net: fix max vring buf size when set ring num
- virtio: check descriptor numbers
- virtio: bugfix: add rcu_read_lock when vring_avail_idx is called
- virtio: print the guest virtio_net features that host does not support
- virtio: bugfix: check the value of caches before accessing it
- virtio-net: set the max of queue size to 4096
- virtio-net: update the default and max of rx/tx_queue_size
- vhost-user: add unregister_savevm when vhost-user cleanup
- qemu-img: block: dont blk_make_zero if discard_zeroes false
- vhost-user: Add support reconnect vhost-user socket
- vhost-user: Set the acked_features to vm's featrue
- vhost-user: add vhost_set_mem_table when vm load_setup at destination
- vhost-user: add separate memslot counter for vhost-user
- vhost-user: quit infinite loop while used memslots is more than the backend limit
- qmp: add command to query used memslots of vhost-net and vhost-user
- vhost-user-scsi: add support for SPDK hot upgrade
- i6300esb watchdog: bugfix: Add a runstate transition
* Sat Feb 12 2022 Chen Qun <kuhn.chenqun@huawei.com> * Sat Feb 12 2022 Chen Qun <kuhn.chenqun@huawei.com>
- bugfix: fix some illegal memory access and memory leak - bugfix: fix some illegal memory access and memory leak
- bugfix: fix possible memory leak - bugfix: fix possible memory leak