Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: qemu/qemu
base: 486e00b76e40
Choose a base ref
...
head repository: qemu/qemu
compare: 926a8380f2eb
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on May 22, 2023

  1. virtio-net: not enable vq reset feature unconditionally

    The commit 93a97dc ("virtio-net: enable vq reset feature") enables
    unconditionally vq reset feature as long as the device is emulated.
    This makes impossible to actually disable the feature, and it causes
    migration problems from qemu version previous than 7.2.
    
    The entire final commit is unneeded as device system already enable or
    disable the feature properly.
    
    This reverts commit 93a97dc.
    Fixes: 93a97dc ("virtio-net: enable vq reset feature")
    Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
    
    Message-Id: <20230504101447.389398-1-eperezma@redhat.com>
    Reviewed-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
    Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
    Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
    (cherry picked from commit 1fac00f)
    Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
    eugpermar authored and Michael Tokarev committed May 22, 2023
    Copy the full SHA
    dd63d3a View commit details
    Browse the repository at this point in the history
  2. virtio-crypto: fix NULL pointer dereference in virtio_crypto_free_req…

    …uest
    
    Ensure op_info is not NULL in case of QCRYPTODEV_BACKEND_ALG_SYM algtype.
    
    Fixes: 0e660a6 ("crypto: Introduce RSA algorithm")
    Signed-off-by: Mauro Matteo Cascella <mcascell@redhat.com>
    Reported-by: Yiming Tao <taoym@zju.edu.cn>
    Message-Id: <20230509075317.1132301-1-mcascell@redhat.com>
    Reviewed-by: Gonglei <arei.gonglei@huawei.com>
    Reviewed-by: zhenwei pi<pizhenwei@bytedance.com>
    Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
    Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
    (cherry picked from commit 3e69908)
    Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
    (Mjt: context tweak after 999c789 cryptodev: Introduce cryptodev alg type in QAPI)
    Mauro Matteo Cascella authored and Michael Tokarev committed May 22, 2023
    Copy the full SHA
    926a838 View commit details
    Browse the repository at this point in the history