diff options
author | Han Han <hhan@redhat.com> | 2022-05-11 10:17:11 +0800 |
---|---|---|
committer | Andrea Bolognani <abologna@redhat.com> | 2022-05-18 19:55:59 +0200 |
commit | 07d950addab82d27fc9546dff645e4785ee48885 (patch) | |
tree | a66b121a5343bd16d09bdb7efae647e48db8fe41 /NEWS.rst | |
parent | 4b4a7153d09a57c7172e6f4702788cde409dcb65 (diff) | |
download | libvirt-07d950addab82d27fc9546dff645e4785ee48885.tar.gz |
news: qemu: Add support for NFS disk protocol
Signed-off-by: Han Han <hhan@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Diffstat (limited to 'NEWS.rst')
-rw-r--r-- | NEWS.rst | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1020,6 +1020,10 @@ v7.0.0 (2021-01-15) It's supported in QEMU 4.1 and newer. + * qemu: Add support for NFS disk protocol + + Implement support for the 'nfs' native protocol driver in the qemu driver. + * **Improvements** * qemu: Discourage users from polling ``virDomainGetBlockJobInfo`` for block |