qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [V3 1/3] Enhance "info block" to display hostcache sett


From: Supriya Kannery
Subject: Re: [Qemu-devel] [V3 1/3] Enhance "info block" to display hostcache setting
Date: Wed, 22 Jun 2011 20:29:17 +0530
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Thunderbird/3.0b2

On 06/20/2011 07:53 PM, Kevin Wolf wrote:
Am 17.06.2011 18:37, schrieb Supriya Kannery:

+               int open_flags = qdict_get_int(bs_dict, "open_flags");
+               if (open_flags&  BDRV_O_NOCACHE)
+                       monitor_printf(mon, " hostcache=false");
+               else
+                       monitor_printf(mon, " hostcache=true");

Coding style requires braces.


Now realising that, by mistake I used checkpatch.pl in linux kernel tree instead of the one in qemu tree. Will resubmit this patchset after
checking using checkpatch.pl in qemu tree.





reply via email to

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