qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 8a6a80: block/ssh: Use QemuOpts for runtime o


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 8a6a80: block/ssh: Use QemuOpts for runtime options
Date: Tue, 16 Aug 2016 03:00:07 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 8a6a80896d6af03b8ee0c17cdf37219eca2588a7
      
https://github.com/qemu/qemu/commit/8a6a80896d6af03b8ee0c17cdf37219eca2588a7
  Author: Max Reitz <address@hidden>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M block/ssh.c

  Log Message:
  -----------
  block/ssh: Use QemuOpts for runtime options

Using QemuOpts will prevent qemu from crashing if the input options have
not been validated (which is the case when they are specified on the
command line or in a json: filename) and some have the wrong type.

Signed-off-by: Max Reitz <address@hidden>
Signed-off-by: Kevin Wolf <address@hidden>


  Commit: 7ccc44fd7d1dfa62c4d6f3a680df809d6e7068ce
      
https://github.com/qemu/qemu/commit/7ccc44fd7d1dfa62c4d6f3a680df809d6e7068ce
  Author: Max Reitz <address@hidden>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M block/nbd.c

  Log Message:
  -----------
  block/nbd: Use QemuOpts for runtime options

Using QemuOpts will prevent qemu from crashing if the input options have
not been validated (which is the case when they are specified on the
command line or in a json: filename) and some have the wrong type.

Signed-off-by: Max Reitz <address@hidden>
Reviewed-by: Jeff Cody <address@hidden>
Signed-off-by: Kevin Wolf <address@hidden>


  Commit: 036990d72b00c920fc10158c14259fb59dbe61a1
      
https://github.com/qemu/qemu/commit/036990d72b00c920fc10158c14259fb59dbe61a1
  Author: Max Reitz <address@hidden>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M block/blkdebug.c

  Log Message:
  -----------
  block/blkdebug: Store config filename

Store the configuration file's filename so it can later be used in
bdrv_refresh_filename() without having to directly access the options
QDict which may contain a value of a non-string type.

Signed-off-by: Max Reitz <address@hidden>
Reviewed-by: Kevin Wolf <address@hidden>
Reviewed-by: Jeff Cody <address@hidden>
Signed-off-by: Kevin Wolf <address@hidden>


  Commit: 03504d05f0618d1773d2335138fd7b8b18f32afb
      
https://github.com/qemu/qemu/commit/03504d05f0618d1773d2335138fd7b8b18f32afb
  Author: Max Reitz <address@hidden>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M block/nbd.c

  Log Message:
  -----------
  block/nbd: Store runtime option values

Store the runtime option values in the BDRVNBDState so they can later be
used in nbd_refresh_filename() without having to directly access the
options QDict which may contain values of non-string types.

Signed-off-by: Max Reitz <address@hidden>
Reviewed-by: Kevin Wolf <address@hidden>
Reviewed-by: Jeff Cody <address@hidden>
Signed-off-by: Kevin Wolf <address@hidden>


  Commit: 7d3e693646ad07459e04898663b37000858b4c20
      
https://github.com/qemu/qemu/commit/7d3e693646ad07459e04898663b37000858b4c20
  Author: Max Reitz <address@hidden>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    A tests/qemu-iotests/162
    A tests/qemu-iotests/162.out
    M tests/qemu-iotests/group

  Log Message:
  -----------
  iotests: Test case for wrong runtime option types

Signed-off-by: Max Reitz <address@hidden>
Reviewed-by: Kevin Wolf <address@hidden>
Reviewed-by: Jeff Cody <address@hidden>
Signed-off-by: Kevin Wolf <address@hidden>


  Commit: 66940d749197270c310c576af9e6f77478d1ee8f
      
https://github.com/qemu/qemu/commit/66940d749197270c310c576af9e6f77478d1ee8f
  Author: Peter Maydell <address@hidden>
  Date:   2016-08-16 (Tue, 16 Aug 2016)

  Changed paths:
    M block/blkdebug.c
    M block/nbd.c
    M block/ssh.c
    A tests/qemu-iotests/162
    A tests/qemu-iotests/162.out
    M tests/qemu-iotests/group

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging

Block layer patches for 2.7.0-rc3

# gpg: Signature made Mon 15 Aug 2016 14:55:46 BST
# gpg:                using RSA key 0x7F09B272C88F2FD6
# gpg: Good signature from "Kevin Wolf <address@hidden>"
# Primary key fingerprint: DC3D EB15 9A9A F95D 3D74  56FE 7F09 B272 C88F 2FD6

* remotes/kevin/tags/for-upstream:
  iotests: Test case for wrong runtime option types
  block/nbd: Store runtime option values
  block/blkdebug: Store config filename
  block/nbd: Use QemuOpts for runtime options
  block/ssh: Use QemuOpts for runtime options

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


Compare: https://github.com/qemu/qemu/compare/f3b9e787aee6...66940d749197

reply via email to

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