Searched hist:fb0490f69feb96b7e92457f176dc834ff0b00b09 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/ |
H A D | hmp-commands.hx | diff fb0490f69feb96b7e92457f176dc834ff0b00b09 Thu Nov 17 07:40:32 CST 2011 Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> block: add -drive copy-on-read=on|off
This patch adds the -drive copy-on-read=on|off command-line option:
copy-on-read=on|off copy-on-read is "on" or "off" and enables whether to copy read backing file sectors into the image file. Copy-on-read avoids accessing the same backing file sectors repeatedly and is useful when the backing file is over a slow network. By default copy-on-read is off.
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
H A D | blockdev.c | diff fb0490f69feb96b7e92457f176dc834ff0b00b09 Thu Nov 17 07:40:32 CST 2011 Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> block: add -drive copy-on-read=on|off
This patch adds the -drive copy-on-read=on|off command-line option:
copy-on-read=on|off copy-on-read is "on" or "off" and enables whether to copy read backing file sectors into the image file. Copy-on-read avoids accessing the same backing file sectors repeatedly and is useful when the backing file is over a slow network. By default copy-on-read is off.
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
H A D | qemu-options.hx | diff fb0490f69feb96b7e92457f176dc834ff0b00b09 Thu Nov 17 07:40:32 CST 2011 Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> block: add -drive copy-on-read=on|off
This patch adds the -drive copy-on-read=on|off command-line option:
copy-on-read=on|off copy-on-read is "on" or "off" and enables whether to copy read backing file sectors into the image file. Copy-on-read avoids accessing the same backing file sectors repeatedly and is useful when the backing file is over a slow network. By default copy-on-read is off.
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|