On 11/03/2011 07:25 PM, Luiz Capitulino wrote:
On Sun, 30 Oct 2011 16:03:54 +0530
Supriya Kannery<supri...@linux.vnet.ibm.com>  wrote:
+    if (qdict_haskey(bs_dict, "hostcache")) {
+        monitor_printf(mon, " hostcache=%d",
+                       qdict_get_bool(bs_dict, "hostcache"));
+    }

This series needs to be rebased, as the info block command has been
converted to the QAPI. Please, see the following commit for details:
b202381800d81fbff9978abbdea95760dd363bb6.

Also note that if you're adding new commands (I haven't reviewed the
series) you should use the QAPI. A document on how to use it is coming soon.


yes, will rebase and use QAPI


      if (qdict_haskey(bs_dict, "io-status")) {
          monitor_printf(mon, " io-status=%s", qdict_get_str(bs_dict, 
"io-status"));
      }


Reply via email to