Re: [Qemu-devel] [v2 Patch 8/9]block: Cmd block_set_hostcache for dynamic cache change

2012-08-31 Thread Jeff Cody
On 08/01/2012 02:44 PM, Supriya Kannery wrote: New command block_set_hostcache added for dynamically changing host pagecache setting of a block device. Usage: block_set_hostcache device option device = block device option = on/off Example: (qemu) block_set_hostcache ide0-hd0

Re: [Qemu-devel] [v2 Patch 8/9]block: Cmd block_set_hostcache for dynamic cache change

2012-08-02 Thread Luiz Capitulino
On Thu, 02 Aug 2012 00:14:47 +0530 Supriya Kannery supri...@linux.vnet.ibm.com wrote: New command block_set_hostcache added for dynamically changing host pagecache setting of a block device. Usage: block_set_hostcache device option device = block device option = on/off Example:

[Qemu-devel] [v2 Patch 8/9]block: Cmd block_set_hostcache for dynamic cache change

2012-08-01 Thread Supriya Kannery
New command block_set_hostcache added for dynamically changing host pagecache setting of a block device. Usage: block_set_hostcache device option device = block device option = on/off Example: (qemu) block_set_hostcache ide0-hd0 off Signed-off-by: Supriya Kannery

Re: [Qemu-devel] [v2 Patch 8/9]block: Cmd block_set_hostcache for dynamic cache change

2012-08-01 Thread Eric Blake
On 08/01/2012 12:44 PM, Supriya Kannery wrote: New command block_set_hostcache added for dynamically changing host pagecache setting of a block device. Usage: block_set_hostcache device option device = block device option = on/off Example: (qemu) block_set_hostcache ide0-hd0