[Qemu-devel] [PATCH] qemu-doc: do not refer to years-old version numbers

Paolo Bonzini posted 1 patch 8 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170606150016.17143-1-pbonzini@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
qemu-doc.texi | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
[Qemu-devel] [PATCH] qemu-doc: do not refer to years-old version numbers
Posted by Paolo Bonzini 8 years, 5 months ago
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 qemu-doc.texi | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/qemu-doc.texi b/qemu-doc.texi
index 8e5c4a951f..51046ef9d1 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -386,11 +386,9 @@ CPU registers by prefixing them with @emph{$}.
 @node disk_images
 @section Disk Images
 
-Since version 0.6.1, QEMU supports many disk image formats, including
-growable disk images (their size increase as non empty sectors are
-written), compressed and encrypted disk images. Version 0.8.3 added
-the new qcow2 disk image format which is essential to support VM
-snapshots.
+QEMU supports many disk image formats, including growable disk images
+(their size increase as non empty sectors are written), compressed and
+encrypted disk images.
 
 @menu
 * disk_images_quickstart::    Quick start for disk image creation
-- 
2.13.0


Re: [Qemu-devel] [PATCH] qemu-doc: do not refer to years-old version numbers
Posted by Thomas Huth 8 years, 5 months ago
On 06.06.2017 17:00, Paolo Bonzini wrote:
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  qemu-doc.texi | 8 +++-----
>  1 file changed, 3 insertions(+), 5 deletions(-)
> 
> diff --git a/qemu-doc.texi b/qemu-doc.texi
> index 8e5c4a951f..51046ef9d1 100644
> --- a/qemu-doc.texi
> +++ b/qemu-doc.texi
> @@ -386,11 +386,9 @@ CPU registers by prefixing them with @emph{$}.
>  @node disk_images
>  @section Disk Images
>  
> -Since version 0.6.1, QEMU supports many disk image formats, including
> -growable disk images (their size increase as non empty sectors are
> -written), compressed and encrypted disk images. Version 0.8.3 added
> -the new qcow2 disk image format which is essential to support VM
> -snapshots.
> +QEMU supports many disk image formats, including growable disk images
> +(their size increase as non empty sectors are written), compressed and
> +encrypted disk images.
>  
>  @menu
>  * disk_images_quickstart::    Quick start for disk image creation
> 

Reviewed-by: Thomas Huth <thuth@redhat.com>