]> git.proxmox.com Git - mirror_qemu.git/commit - block/qed.c
qed.c: replace QEMUOptionParameter with QemuOpts
authorChunyan Liu <cyliu@suse.com>
Thu, 5 Jun 2014 09:21:00 +0000 (17:21 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 16 Jun 2014 09:23:21 +0000 (17:23 +0800)
commit7ab74849a5724452b35982a6e7d658c25839f5e5
treea91768d8776d76ff0ab28ff77dbcd06d0812ff9f
parent1bd0e2d1c40ef1dbe717728197071e931abe22a4
qed.c: replace QEMUOptionParameter with QemuOpts

One extra change is to define QED_DEFAULT_CLUSTER_SIZE = 65536 instead
of 64 * 1024; because:
according to existing create_options, "cluster size" has default value =
QED_DEFAULT_CLUSTER_SIZE, after switching to create_opts, this has to be
stringized and set to .def_value_str. That is,
  .def_value_str = stringify(QED_DEFAULT_CLUSTER_SIZE),
so the QED_DEFAULT_CLUSTER_SIZE could not be a expression.

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
Signed-off-by: Chunyan Liu <cyliu@suse.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/qed.c
block/qed.h