qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 6e0abc: blockdev: Mark {insert, remove}-mediu


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 6e0abc: blockdev: Mark {insert, remove}-medium experimenta...
Date: Fri, 11 Dec 2015 08:30:04 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 6e0abc251dd4f8eba1f53656dfede12e5840e83b
      
https://github.com/qemu/qemu/commit/6e0abc251dd4f8eba1f53656dfede12e5840e83b
  Author: Max Reitz <address@hidden>
  Date:   2015-12-11 (Fri, 11 Dec 2015)

  Changed paths:
    M blockdev.c
    M qapi/block-core.json
    M qmp-commands.hx
    M tests/qemu-iotests/118
    M tests/qemu-iotests/139

  Log Message:
  -----------
  blockdev: Mark {insert, remove}-medium experimental

While in the long term we want throttling to be its own block filter
BDS, in the short term we want it to be part of the BB instead of a BDS;
even in the long term we may want legacy throttling to be automatically
tied to the BB.

blockdev-insert-medium and blockdev-remove-medium do not retain
throttling information in the BB (deliberately so). Therefore, using
them means tying this information to a BDS, which would break the model
described above. (The same applies to other flags such as
detect_zeroes.) We probably want to move this information to the BB or
its own filter BDS before blockdev-{insert,remove}-medium can be
considered completely stable.

Therefore, mark these functions experimental for the time being.

Suggested-by: Markus Armbruster <address@hidden>
Signed-off-by: Max Reitz <address@hidden>
Acked-by: Markus Armbruster <address@hidden>
Acked-by: Kevin Wolf <address@hidden>
Message-id: address@hidden
Reviewed-by: Eric Blake <address@hidden>
[PMM: fixed format nit (underlining) in qmp-commands.hx]
Signed-off-by: Peter Maydell <address@hidden>



reply via email to

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