From: Supriya Kannery <supriyak@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: Kevin Wolf <kwolf@redhat.com>,
Stefan Hajnoczi <stefanha@gmail.com>,
Christoph Hellwig <hch@lst.de>
Subject: [Qemu-devel] [v6 Patch 0/4]Qemu: Set host pagecache from cmdline and monitor
Date: Fri, 05 Aug 2011 12:26:03 +0530 [thread overview]
Message-ID: <20110805065603.5829.56173.sendpatchset@skannery> (raw)
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 introduces monitor command 'block_set_hostcache'
using which host pagecache setting for a block device can be
changed dynamically. This patchset also introduces 'hostcache',
a new option for setting host cache from qemu command line.
Note: 'Hostcache and 'cache' options cannot be used
simultaneously from commandline.
v6:
1. "block_set_hostcache" to replace "block_set" command
v5:
1. Defined qerror class for incorrect command syntax.
2. Changed error_report() calls to qerror_report()
v4:
Added 'hostcache' option to '-drive' commandline option.
v3:
1. Command "block_set" for changing various block params
2. Enhanced info-block to display hostcache setting
3. Added qmp interfaces for setting and querying hostcache
v2:
1. Support of dynamic cache change only for hostcache.
2. Monitor command "hostcache_get" added to display cache setting
3. Backed off the changes for display of cache setting in "info block"
v1:
Dynamic cache change through monitor
New block command added:
"block_set_hostcache"
-- Sets hostcache parameter for block device while guest is running.
Usage:
block_set_hostcache <device> <option>
<device> = block device
<option> = on/off
New 'hostcache' option added to -drive:
-drive [file=file][,if=type][,bus=n][,unit=m][,media=d][,index=i]\n"
....
" [,readonly=on|off][,hostcache=on|off]\n"
1/4 Enhance "info block" to display hostcache setting
2/4 New qerrors for file reopen and data sync
3/4 Command "block_set_hostcache" for changing hostcache setting
4/4 'hostcache' option added to -drive in qemu commandline
qemu/block.c | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++
qemu/block.h | 2 +
qemu/blockdev.c | 39 ++++++++++++++++++++++++
qemu/blockdev.h | 2 +
qemu/hmp-commands.hx | 14 +++++++++++++
qemu/qemu-config.c | 4 +++
qemu/qemu-options.hx | 2 -
qemu/qerror.c | 8 +++++++
qemu/qerror.h | 6 +++++
qemu/qmp-commands.hx | 29 +++++++++++++++++++++++++
10 files changed, 176 insertions(+), 5 deletions(-)
~
next reply other threads:[~2011-08-05 6:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-05 6:56 Supriya Kannery [this message]
2011-08-05 6:56 ` [Qemu-devel] [v6 Patch 1/4]Qemu: Enhance "info block" to display host cache setting Supriya Kannery
2011-08-05 6:56 ` [Qemu-devel] [v6 Patch 2/4]Qemu: qerrors for file reopen and data sync Supriya Kannery
2011-08-05 6:56 ` [Qemu-devel] [v6 Patch 3/4]Qemu: Command "block_set_hostcache" for dynamic hostcache change Supriya Kannery
2011-08-05 6:57 ` [Qemu-devel] [v6 Patch 4/4]Qemu: Add commandline -drive option 'hostcache' Supriya Kannery
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110805065603.5829.56173.sendpatchset@skannery \
--to=supriyak@linux.vnet.ibm.com \
--cc=hch@lst.de \
--cc=kwolf@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.