On Fri, 03/06 10:14, Eric Blake wrote: > On 03/04/2015 06:32 PM, Fam Zheng wrote: > > Aio context switch should just work because the requests will be > > drained, so the scheduled timer(s) on the old context will be freed. > > > > Signed-off-by: Fam Zheng <f...@redhat.com> > > > > --- > > v2: Check for negative value; add sleep in null-co://. [Kevin] > > --- > > block/null.c | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++----- > > 1 file changed, 50 insertions(+), 5 deletions(-) > > Is it possible to pass this new parameter via QMP? If so, shouldn't the > .json file also document it? And if so, should it be named with '-' > instead of '_' for use from QMP?
Sure. Fam