diff options
author | Stefan Hajnoczi | 2014-06-10 09:03:22 +0200 |
---|---|---|
committer | Stefan Hajnoczi | 2014-07-01 09:15:02 +0200 |
commit | 8698e110f8aa1cdf8ba1afdda8f2658333a4ab01 (patch) | |
tree | 390f2ab4667509a2150f8d871a4d271ef60a0633 /include | |
parent | qdev: drop iothread property type (diff) | |
download | qemu-8698e110f8aa1cdf8ba1afdda8f2658333a4ab01.tar.gz qemu-8698e110f8aa1cdf8ba1afdda8f2658333a4ab01.tar.xz qemu-8698e110f8aa1cdf8ba1afdda8f2658333a4ab01.zip |
virtio-blk: remove need for explicit x-data-plane=on option
The x-data-plane=on|off option is no longer useful because the
iothread=<iothread> option conveys the same information plus which
IOThread to use.
Do not delete x-data-plane=on|off yet as a convenience to people using
this legacy experimental option. We will drop it in QEMU 2.2.
Instead, turn on data-plane when either x-data-plane=on or
iothread=<iothread> are used. The following command-line uses
data-plane:
qemu -device virtio-blk-pci,iothread=foo,drive=drive0
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions