qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [v8 Patch 1/6]Qemu: Enhance "info block" to display hos


From: Supriya Kannery
Subject: Re: [Qemu-devel] [v8 Patch 1/6]Qemu: Enhance "info block" to display host cache setting
Date: Fri, 04 Nov 2011 16:25:20 +0530
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.20) Gecko/20110817 Fedora/3.1.12-1.fc14 Thunderbird/3.1.12

On 11/03/2011 07:25 PM, Luiz Capitulino wrote:
On Sun, 30 Oct 2011 16:03:54 +0530
Supriya Kannery<address@hidden>  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

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