qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 9a05fe: qemu-iotests: add more tests to the "


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 9a05fe: qemu-iotests: add more tests to the "quick" group
Date: Tue, 04 Mar 2014 09:30:03 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 9a05feabd537615b7f3d9d899686e513e71fdc12
      
https://github.com/qemu/qemu/commit/9a05feabd537615b7f3d9d899686e513e71fdc12
  Author: Paolo Bonzini <address@hidden>
  Date:   2014-02-28 (Fri, 28 Feb 2014)

  Changed paths:
    M tests/qemu-iotests-quick.sh
    M tests/qemu-iotests/group

  Log Message:
  -----------
  qemu-iotests: add more tests to the "quick" group

None of these needs QEMU_PROG, and they all take but a few seconds.
We need to point the launching script to qemu-nbd, though.

Signed-off-by: Paolo Bonzini <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 1b37b3442f78a77844fdaf7f53e5f04e4ce8f1d6
      
https://github.com/qemu/qemu/commit/1b37b3442f78a77844fdaf7f53e5f04e4ce8f1d6
  Author: Jeff Cody <address@hidden>
  Date:   2014-02-28 (Fri, 28 Feb 2014)

  Changed paths:
    M block/gluster.c

  Log Message:
  -----------
  block: gluster - code movements, state storage changes

In preparation for supporting reopen on gluster, move flag
parsing out to a function.  Also, add a NULL check in the
gconf cleanup.

Signed-off-by: Jeff Cody <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: adccfbcd6020e928db93b2b4faf0dbd05ffbe016
      
https://github.com/qemu/qemu/commit/adccfbcd6020e928db93b2b4faf0dbd05ffbe016
  Author: Jeff Cody <address@hidden>
  Date:   2014-02-28 (Fri, 28 Feb 2014)

  Changed paths:
    M block/gluster.c

  Log Message:
  -----------
  block: gluster - add reopen support.

Gluster does parse open flags in its .bdrv_open() implementation,
and the .bdrv_reopen_* implementations need to do the same.

A new gluster connection to the image file to be created is established
in the .bdrv_reopen_prepare(), and the image file opened with the new
flags.

If this is successful, then the old image file is closed, and the
old connection torn down. The relevant structure pointers in the gluster
state structure are updated to the new connection.

If it is not successful, then the new file handle and connection is
abandoned (if it exists), while the old connection is not modified at
all.

With reopen supported, block-commit (and offline commit) is now also
supported for image files whose base image uses the native gluster
protocol driver.

Signed-off-by: Jeff Cody <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: a9e6a0cbe2c12c7b5708451d2211d9b00922d605
      
https://github.com/qemu/qemu/commit/a9e6a0cbe2c12c7b5708451d2211d9b00922d605
  Author: Benoît Canet <address@hidden>
  Date:   2014-02-28 (Fri, 28 Feb 2014)

  Changed paths:
    M qapi-schema.json

  Log Message:
  -----------
  qmp: Fix BlockdevOptionQuorum.

Fix some nits before QEMU 2.0 freeze.

Signed-off-by: Benoit Canet <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 0c762736df0cce743b4017c41435632dcb866413
      
https://github.com/qemu/qemu/commit/0c762736df0cce743b4017c41435632dcb866413
  Author: Benoît Canet <address@hidden>
  Date:   2014-02-28 (Fri, 28 Feb 2014)

  Changed paths:
    M block/quorum.c
    M docs/qmp/qmp-events.txt
    M tests/qemu-iotests/081.out

  Log Message:
  -----------
  qmp: Make Quorum error events more palatable.

Insert quorum QMP events documentation alphabetically.

Also change the "ret" errno value by an optional "error" being an strerror(-ret)
in the QUORUM_REPORT_BAD qmp event.

Signed-off-by: Benoit Canet <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 4b350f1de1685d7763b3b856eccdedbd691932b4
      
https://github.com/qemu/qemu/commit/4b350f1de1685d7763b3b856eccdedbd691932b4
  Author: Benoît Canet <address@hidden>
  Date:   2014-02-28 (Fri, 28 Feb 2014)

  Changed paths:
    M tests/qemu-iotests/081

  Log Message:
  -----------
  qemu-io-test: Disable Quorum test when not compiled in.

Quorum is not compiled by default: make the quorum 081 test aware of this.

Signed-off-by: Benoit Canet <address@hidden>
Reviewed-by: Fam Zheng <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 69bef7931e8880c709556f8444938d8bb9a16118
      
https://github.com/qemu/qemu/commit/69bef7931e8880c709556f8444938d8bb9a16118
  Author: Amit Shah <address@hidden>
  Date:   2014-02-28 (Fri, 28 Feb 2014)

  Changed paths:
    M block.c

  Log Message:
  -----------
  block: use /var/tmp instead of /tmp for -snapshot

If TMPDIR is not specified, the default was to use /tmp for the working
copy of the block devices.  Update this to /var/tmp instead, so systems
using tmp-on-tmpfs don't end up inadvertently using RAM for the block
device.

Signed-off-by: Amit Shah <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 9147d019f3315d5be97e349aead3ced93ef46c6a
      
https://github.com/qemu/qemu/commit/9147d019f3315d5be97e349aead3ced93ef46c6a
  Author: Loic Dachary <address@hidden>
  Date:   2014-02-28 (Fri, 28 Feb 2014)

  Changed paths:
    M tests/qemu-iotests/common.rc

  Log Message:
  -----------
  discard rbd error output when not relevant in qemu-iotests

Suppress rbd progress messages with --no-progress so they are not
confused with an error output when comparing test results ( progress is
displayed on stderr ).

Signed-off-by: Loic Dachary <address@hidden>
Reviewed-by: Josh Durgin <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 3eba13ec25341ce473591ff338eab3196890a4eb
      
https://github.com/qemu/qemu/commit/3eba13ec25341ce473591ff338eab3196890a4eb
  Author: Peter Lieven <address@hidden>
  Date:   2014-02-28 (Fri, 28 Feb 2014)

  Changed paths:
    M block/vmdk.c

  Log Message:
  -----------
  block/vmdk: do not report file offset for compressed extents

Signed-off-by: Peter Lieven <address@hidden>
Reviewed-by: Fam Zheng <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 4a29420ea1c5a34191281855f5f51e70deab8940
      
https://github.com/qemu/qemu/commit/4a29420ea1c5a34191281855f5f51e70deab8940
  Author: Peter Maydell <address@hidden>
  Date:   2014-03-04 (Tue, 04 Mar 2014)

  Changed paths:
    M block.c
    M block/gluster.c
    M block/quorum.c
    M block/vmdk.c
    M docs/qmp/qmp-events.txt
    M qapi-schema.json
    M tests/qemu-iotests-quick.sh
    M tests/qemu-iotests/081
    M tests/qemu-iotests/081.out
    M tests/qemu-iotests/common.rc
    M tests/qemu-iotests/group

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into 
staging

Block pull request

# gpg: Signature made Fri 28 Feb 2014 18:27:24 GMT using RSA key ID 81AB73C8
# gpg: Good signature from "Stefan Hajnoczi <address@hidden>"
# gpg:                 aka "Stefan Hajnoczi <address@hidden>"
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35  775A 9CA4 ABB3 81AB 73C8

* remotes/stefanha/tags/block-pull-request:
  block/vmdk: do not report file offset for compressed extents
  discard rbd error output when not relevant in qemu-iotests
  block: use /var/tmp instead of /tmp for -snapshot
  qemu-io-test: Disable Quorum test when not compiled in.
  qmp: Make Quorum error events more palatable.
  qmp: Fix BlockdevOptionQuorum.
  block: gluster - add reopen support.
  block: gluster - code movements, state storage changes
  qemu-iotests: add more tests to the "quick" group

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/4fd42afe6117...4a29420ea1c5

reply via email to

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