Re: [Qemu-devel] [v8 Patch 0/6]Qemu: Host pagecache setting from cmdline and monitor

2011-11-07 Thread Zhi Yong Wu
On Mon, Nov 7, 2011 at 5:35 PM, Supriya Kannery wrote: > On 11/07/2011 02:19 PM, Zhi Yong Wu wrote: >> >> On Mon, Nov 7, 2011 at 4:38 PM, Supriya Kannery >>  wrote: >>> >>> On 11/04/2011 07:59 AM, Zhi Yong Wu wrote: On Sun, Oct 30, 2011 at 6:33 PM, Supriya Kannery    wrote: >

Re: [Qemu-devel] [v8 Patch 0/6]Qemu: Host pagecache setting from cmdline and monitor

2011-11-07 Thread Supriya Kannery
On 11/07/2011 02:19 PM, Zhi Yong Wu wrote: On Mon, Nov 7, 2011 at 4:38 PM, Supriya Kannery wrote: On 11/04/2011 07:59 AM, Zhi Yong Wu wrote: On Sun, Oct 30, 2011 at 6:33 PM, Supriya Kannery wrote: Currently cache setting of a block device cannot be changed without restarting a running

Re: [Qemu-devel] [v8 Patch 0/6]Qemu: Host pagecache setting from cmdline and monitor

2011-11-07 Thread Zhi Yong Wu
On Mon, Nov 7, 2011 at 4:38 PM, Supriya Kannery wrote: > On 11/04/2011 07:59 AM, Zhi Yong Wu wrote: >> >> On Sun, Oct 30, 2011 at 6:33 PM, Supriya Kannery >>  wrote: >>> >>> Currently cache setting of a block device cannot be changed >>> without restarting a running VM. Following patchset is for

Re: [Qemu-devel] [v8 Patch 0/6]Qemu: Host pagecache setting from cmdline and monitor

2011-11-07 Thread Supriya Kannery
On 11/04/2011 07:59 AM, Zhi Yong Wu wrote: On Sun, Oct 30, 2011 at 6:33 PM, Supriya Kannery wrote: Currently cache setting of a block device cannot be changed without restarting a running VM. Following patchset is for enabling dynamic change of cache setting for block devices through qemu moni

Re: [Qemu-devel] [v8 Patch 0/6]Qemu: Host pagecache setting from cmdline and monitor

2011-11-03 Thread Zhi Yong Wu
On Sun, Oct 30, 2011 at 6:33 PM, Supriya Kannery wrote: > Currently cache setting of a block device cannot be changed > without restarting a running VM. Following patchset is for > enabling dynamic change of cache setting for block devices > through qemu monitor. Code changes are based on patches

[Qemu-devel] [v8 Patch 0/6]Qemu: Host pagecache setting from cmdline and monitor

2011-10-30 Thread Supriya Kannery
Currently cache setting of a block device cannot be changed without restarting a running VM. Following patchset is for enabling dynamic change of cache setting for block devices through qemu monitor. Code changes are based on patches from Christoph Hellwig and Prerna Saxena. This patchset introduc