qemu-devel
[Top][All Lists]
Advanced

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

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


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [V4 Patch 1/4]Qemu: Enhance "info block" to display host cache setting
Date: Mon, 4 Jul 2011 12:54:39 +0100

On Mon, Jul 4, 2011 at 11:42 AM, Supriya Kannery
<address@hidden> wrote:
> Enhance "info block" to display hostcache setting for each
> block device.
>
> Example:
> (qemu) info block
> ide0-hd0: type=hd removable=0 file=../rhel6-32.qcow2 ro=0 drv=qcow2
> encrypted=0
>
> Enhanced to display "hostcache" setting:
> (qemu) info block
> ide0-hd0: type=hd removable=0 hostcache=true file=../rhel6-32.qcow2
> ro=0 drv=qcow2 encrypted=0

The other boolean options use 0 or 1.  Please use the same HMP output
for consistency.

For QMP the true/false output is good (it's JSON).

Stefan



reply via email to

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