qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 9a5d13: qemu-img: Consistent docs for convert


From: Richard Henderson
Subject: [Qemu-commits] [qemu/qemu] 9a5d13: qemu-img: Consistent docs for convert -F
Date: Tue, 02 Nov 2021 21:31:50 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 9a5d1352678440656c09fe4f6adc1020beebc0fa
      
https://github.com/qemu/qemu/commit/9a5d1352678440656c09fe4f6adc1020beebc0fa
  Author: Eric Blake <eblake@redhat.com>
  Date:   2021-11-02 (Tue, 02 Nov 2021)

  Changed paths:
    M docs/tools/qemu-img.rst
    M qemu-img-cmds.hx

  Log Message:
  -----------
  qemu-img: Consistent docs for convert -F

Use consistent capitalization, and fix a missed line (we duplicate the
qemu-img synopses in too many places).

Fixes: 1899bf4737 (qemu-img: Add -F shorthand to convert)
Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20210921142812.2631605-1-eblake@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Signed-off-by: Hanna Reitz <hreitz@redhat.com>


  Commit: 87e4d4a205505cb21970773bbf830df699207587
      
https://github.com/qemu/qemu/commit/87e4d4a205505cb21970773bbf830df699207587
  Author: Emanuele Giuseppe Esposito <eesposit@redhat.com>
  Date:   2021-11-02 (Tue, 02 Nov 2021)

  Changed paths:
    M tests/qemu-iotests/129
    M tests/qemu-iotests/310
    M tests/qemu-iotests/check
    M tests/qemu-iotests/iotests.py
    M tests/qemu-iotests/tests/image-fleecing

  Log Message:
  -----------
  pylint: fix errors and warnings generated by tests/qemu-iotests/297

Test 297 in tests/qemu-iotests currently fails: pylint has
learned new things to check, or we simply missed them.

All fixes in this patch are related to additional spaces used
or wrong indentation. No functional change intended.

Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
Message-Id: <20211008062821.1010967-2-eesposit@redhat.com>
Signed-off-by: Hanna Reitz <hreitz@redhat.com>


  Commit: f3d43dfd9a8a870160f0aaf7bd692b9ce4827ead
      
https://github.com/qemu/qemu/commit/f3d43dfd9a8a870160f0aaf7bd692b9ce4827ead
  Author: Thomas Weißschuh <thomas.weissschuh.ext@zeiss.com>
  Date:   2021-11-02 (Tue, 02 Nov 2021)

  Changed paths:
    M block/vmdk.c
    M qapi/block-core.json

  Log Message:
  -----------
  vmdk: allow specification of tools version

VMDK files support an attribute that represents the version of the guest
tools that are installed on the disk.
This attribute is used by vSphere before a machine has been started to
determine if the VM has the guest tools installed.
This is important when configuring "Operating system customizations" in
vSphere, as it checks for the presence of the guest tools before
allowing those customizations.
Thus when the VM has not yet booted normally it would be impossible to
customize it, therefore preventing a customized first-boot.

The attribute should not hurt on disks that do not have the guest tools
installed and indeed the VMware tools also unconditionally add this
attribute.
(Defaulting to the value "2147483647", as is done in this patch)

Signed-off-by: Thomas Weißschuh <thomas.weissschuh.ext@zeiss.com>
Message-Id: <20210913130419.13241-1-thomas.weissschuh.ext@zeiss.com>
[hreitz: Added missing '#' in block-core.json]
Signed-off-by: Hanna Reitz <hreitz@redhat.com>


  Commit: 7da9623cc078229caf07c290e16401ccdb9408d2
      
https://github.com/qemu/qemu/commit/7da9623cc078229caf07c290e16401ccdb9408d2
  Author: Thomas Huth <thuth@redhat.com>
  Date:   2021-11-02 (Tue, 02 Nov 2021)

  Changed paths:
    M block/vpc.c

  Log Message:
  -----------
  block/vpc: Add a sanity check that fixed-size images have the right type

The code in vpc.c uses BDRVVPCState->footer.type in various places
to decide whether the image is a fixed-size (VHD_FIXED) or a dynamic
(VHD_DYNAMIC) image. However, we never check that this field really
contains VHD_FIXED if we detected a fixed size image in vpc_open(),
so a wrong value here could cause quite some trouble during runtime.

Suggested-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20211012082702.792259-1-thuth@redhat.com>
Signed-off-by: Hanna Reitz <hreitz@redhat.com>


  Commit: 22d5760cb43e2fe73e61fda145a98f3217ca47bf
      
https://github.com/qemu/qemu/commit/22d5760cb43e2fe73e61fda145a98f3217ca47bf
  Author: Richard Henderson <richard.henderson@linaro.org>
  Date:   2021-11-02 (Tue, 02 Nov 2021)

  Changed paths:
    M block/vmdk.c
    M block/vpc.c
    M docs/tools/qemu-img.rst
    M qapi/block-core.json
    M qemu-img-cmds.hx
    M tests/qemu-iotests/129
    M tests/qemu-iotests/310
    M tests/qemu-iotests/check
    M tests/qemu-iotests/iotests.py
    M tests/qemu-iotests/tests/image-fleecing

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/XanClic/tags/pull-block-2021-11-02' 
into staging

Block patches:
- Add "toolsversion" creation option for vmdk images
- iotest fix (297, the linting test)
- Added sanity check when opening vpc images
- Doc fix

# gpg: Signature made Tue 02 Nov 2021 10:14:52 AM EDT
# gpg:                using RSA key CB62D7A0EE3829E45F004D34A1FA40D098019CDF
# gpg:                issuer "hreitz@redhat.com"
# gpg: Good signature from "Hanna Reitz <hreitz@redhat.com>" [marginal]
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg:          It is not certain that the signature belongs to the owner.
# Primary key fingerprint: CB62 D7A0 EE38 29E4 5F00  4D34 A1FA 40D0 9801 9CDF

* remotes/XanClic/tags/pull-block-2021-11-02:
  block/vpc: Add a sanity check that fixed-size images have the right type
  vmdk: allow specification of tools version
  pylint: fix errors and warnings generated by tests/qemu-iotests/297
  qemu-img: Consistent docs for convert -F

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>


Compare: https://github.com/qemu/qemu/compare/835b04ed79b7...22d5760cb43e



reply via email to

[Prev in Thread] Current Thread [Next in Thread]